/*** Main **********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background: #3f3f3f;
}
body, th, td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted;
}
img {
	border: none;
}
h1 { font-size: 200%; font-family: "Century Gothic", Verdana; }
h2 { font-size: 150%; font-family: "Century Gothic", Verdana; }
h3 { font-size: 120%; font-family: "Century Gothic", Verdana; }
h4 { font-size: 105%; }
h5 { font-size: 90%; margin: 1em 0px 0.3em; }
h5+p  { margin-top: 0em; }

/*** Links *********************************************/
a:link {
	color: #69c;
}
a:visited {
	color: #69c;
}
a:hover {
	color: #8BE;
}
a:active {
	color: #cc3333;
	text-decoration: none;
}

/*** Layout ********************************************/
#main {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #333333;
	background: #505050;
}

#contenu {
}

#main-content {
	float: right;
	width: 685px;
	padding: 15px;
}

#sidebar {
	width: 178px;
	height: 245px
	font-size: 85%;
	color: #FFFFFF;
}

/*** Header ********************************************/
#header {
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom : 1px solid #d0d0d0;
	font-family: "Lucida Grande", "Trebuchet MS";
	background: #E0E0E0 url("haut-de-page_site_MARIAGE_w.png") no-repeat top left;
}
#header h1 {
	display: none;
	margin: 0;
	padding: 45px 60px 50px 160px;
	font-size: 200%;
	color: #FFFFFF;
	text-shadow: #81A75B 2px 2px 2px;
	background: url("top_h1.gif") no-repeat bottom left;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 a:hover {
	color: #666666;
}

/*** Content *******************************************/
#main-content :first-child {
	margin-top: 0px;
}

/*** List **********************************************/
#contenu ul {
	list-style: none;
	margin: 0 0 20px 30px;
	padding: 0;
}
#contenu li {
	list-style: none;
	padding-left: 14px;
	margin-bottom: 3px;
	background: url("tictac_orange.gif") no-repeat 0 6px;
}

/*** Sidebar *******************************************/
#sidebar h2 {
	min-height: 19px;
	margin: 0.5em 0px 0.5em 10px;
	padding-left: 25px;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 130%;
	color: #FFFFFF;
	background: url("carres.gif") 0px 0px no-repeat;
}
#sidebar ul, #sidebar p {
	margin: 0;
	padding: 5px 20px 1em 20px;
	border-bottom: 1px solid #DDDDDD;
}
#sidebar li {
	background: url("tictac_green.gif") no-repeat 0 5px;
}

/*** Menu **********************************************/
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
#menu li ul {
	padding-left: 20px;
	margin-bottom: 3px;
}
#menu li li {
	padding-left: 14px;
	margin-bottom: 2px;
	background: url("tictac_green.gif") no-repeat 0 5px;
}
#menu li.section {
	border-bottom: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li.section a.titre {
	display: block;
	min-height: 19px;
	margin-left: 7px;
	background: url("carres.gif") 3px 3px no-repeat;
	padding: 5px 10px 3px 28px;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li li.courant {
	background-image: url("tictac_orange.gif");
}
#menu li li.courant a {
	color: #CC9966;
	font-weight: bold;
}

#menu li.popup {
	position: relative;
	background: url("arrow_right.gif") 165px 12px no-repeat;
}
#menu li.popup ul {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 150px;
	border: 3px double #CCCCCC;
	background: #FFFFFF;
	padding: 3px 20px 3px 6px;
}
#menu li.popup:hover ul {
	display: block;
}
#menu li.popup a.titre:hover {
	background-color: #88BBEE;
}

/*** Footer ********************************************/
.clear { /* to fix IE6 padding-top issue */
	clear: both;
	height: 0;
}

#footer {
	position: relative;
	height: 100px;
	margin: 0px;
	font-size: 85%;
	color: #DDDDDD;
	background: url("pied-de-page_site_mariage_w.jpg") no-repeat bottom left;
}
#footer p {
	margin: 0;
	padding: 10px 320px 10px 155px;
}
#footer ul {
	position: absolute;
	top: 14px;
	right: 4px;
	list-style-type: none;
	margin: 0px;
	padding : 0px;
}
#footer ul li {
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 0px 6px;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

