@charset "utf-8";
/* CSS Document */

body {
	font-family: "Segoe UI", Tahoma, Verdana, Arial;
	background:#666666;
} 

#global {
	margin-left: auto;
	margin-right: auto;
	width:955px;
}

#en-tete {
	width:955px;
	height:80px;
	background-image:url(../images/titre2.gif);
	font-size:13px;
	color:#FFFFFF;
}

#pied-page {
	width:955px;
	height:35px;
	background-color:#000000;
	font-size:13px;
	color:#FFFFFF;
}

#pied-page a {
	font-family: "Segoe UI", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
}

#pied-page a:link {
	text-decoration: none;
}

#pied-page a:visited {
	text-decoration: none;
}

#pied-page a:hover {
	text-decoration: underline;
}

#pied-page a:active {
	text-decoration: none;
}

#pied-page a img {
	border: 0;
}

#pied-gauche {
	padding-top:10px;
	margin-left:10px;
	position: relative;
	float: left;
	width: 460px;
	vertical-align:middle;
}

#pied-droit {
	padding-top:10px;
	margin-right:10px;
	position: relative;
	float: right;
	width: 460px;
	vertical-align:middle;
	text-align:right;
}

/***** Mise en forme du menu principal *****/


#menu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 30px;
	color: #FFFFFF;
	clear: both;
	font-size: 8px;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #84A848;
}

#menu UL {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	margin: 0px;
	width: 100%;
}

#menu LI {
	white-space: nowrap;
	float: left;
}

#menu LI A {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 0px solid;
	border-bottom: 0px solid;
	line-height: 15px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
#menu A:hover {
	background: #84A848;
}
#menu A:active {
	background: #FFFFFF;
	color: #000000;
}

/***** Mise en forme des sous-menus du menu principal *****/

#sousmenu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-image:none;
	list-style-type:none;
}

#sousmenu UL {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-image:none;
	list-style-type:none;
}

#sousmenu LI LI {
	display: inline;
	white-space: normal;
	float: none;
}

#sousmenu LI UL {
	position: absolute;
	margin: 0px;
	width: 200px;
	height: auto;
	left: -999em;
}


#sousmenu LI UL UL {
	margin: -2em 0px 0px 199px;
	left: -999em;
}


#sousmenu LI LI A {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 6px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px -1px;
	width: 175px;
	font-size: 12px;
}

#sousmenu LI LI A:hover {
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	color: #FFFFFF;
	background-color: #84A848;
}

#sousmenu LI LI .itemsub A {
	background-repeat: no-repeat;
	background-position: right 50%;
}

#sousmenu LI LI .itemsub A:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
}

#sousmenu LI:hover {
	position: static;
}

#sousmenu LI.hover {
	position: static;
}


#sousmenu LI:hover UL UL {
	left: -999em;
}

#sousmenu LI.sfhover UL UL {
	left: -999em;
}

#sousmenu LI:hover UL UL UL {
	left: -999em;
}

#sousmenu LI.sfhover UL UL UL {
	left: -999em;
}


#sousmenu LI:hover UL {
	z-index: 10;
	left: auto;
}

#sousmenu LI LI:hover UL {
	z-index: 10;
	left: auto;
}


#sousmenu LI LI LI:hover UL {
	z-index: 10;
	left: auto;
}

#sousmenu LI.sfhover UL {
	z-index: 10;
	left: auto;
}

#sousmenu LI LI.sfhover UL {
	z-index: 10;
	left: auto;
}

#sousmenu LI LI LI.sfhover UL {
	z-index: 10;
	left: auto;
}
*/
