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

/* menu cours */

/* MENU */
#navbar {
	height: 20px;
	width: 788px;
	position: absolute;
	top: 120px;
	padding-left: 32px;
	background-image: url(images/barmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 50;
	padding-top: 4px;
	left: 40px;
}
/* padding et filets, menu déroulant */	
li#nav2_item2, li#nav2_item3, li#nav2_item4, li#nav2_item5, li#nav2_item6, li#nav2_item7  {
	background:  repeat left top; /* gif vide en background pour le rollover dans IE */
	width: 100px;
	text-align: left;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E7E67;
}
li#nav2_item1  {
	width: 96px;
	text-align: left;
	margin-top: 4px;
}


li#nav2_m1 a, li#nav2_m2 a, li#nav2_m3 a, li#nav2_m4 a, li#nav2_m5 a, li#nav2_m6 a, li#nav2_m7 a, li#nav2_m8 a, li#nav2_m9 a {
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 16px;
}
li#nav2_m1 a:hover, li#nav2_m2 a:hover, li#nav2_m3 a:hover, li#nav2_m4 a:hover, li#nav2_m5 a:hover, li#nav2_m6 a:hover, li#nav2_m7 a:hover, li#nav2_m8 a:hover, li#nav2_m9 a:hover {
	color: #000000;
	
}
li#nav2_m1 a {
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li#nav2_m2 a {
	width: 100px;
}
li#nav2_m3 a {
	width: 70px;
}
li#nav2_m4 a {
	width: 70px;
}
li#nav2_m5 a {
	width: 80px;
}
li#nav2_m6 a {
	width: 70px;
}
li#nav2_m7 a {
	width: 66px;
}
li#nav2_m8 a {
	width: 80px;
}
li#nav2_m9 a {
	width: 80px;
}



/* contenu */

#nav2, #nav2 ul {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	z-index: 200;
}

#nav2 a {
	display: block;
	width: 6em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}

#nav2 li {
	float: left;
}


#nav2 li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	z-index: 130;
	padding-left: 2px;
}
#nav2 li ul a {
	background-color: #473F39;
	width: 100px;
	text-align: center;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	padding-left: 0px;
	padding-top: 5px;
}
#nav2 li ul a:hover {
	background-color: #C6AB84;
	width: 100px;
	line-height: 16px;
	height: 24px;
	padding-left: 0px;
	padding-top: 5px;
	z-index: 200;
}

#nav2 li:hover ul {
	left: auto;
	z-index: 200;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	clip: rect(auto,auto,auto,auto);
	z-index: 200;
	background-position: 0 0;left: auto;
}
.soulignement {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #935D2A;
	
}
.margeH {
	margin-top: 40px;
}
