/* CSS debut menu vertical*/
.tableau {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #0071B8;
}
.calqueBordure {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lienGauche {
padding-top:10px;
}
.lienGauche:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.lienGauche:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.lienGauche:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #1f76a3;
	text-decoration: none;
}

.lienGauche:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.sousmenu:link, .sousmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}

.sousmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	display:block;
	
}

.sousmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1f76a3;
	text-decoration: none;
	background: #e0dec7; 
	
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.sousmenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}

/* Fin menu vertical*/


 
/* Debut menu horizontal */
#nav, #nav ul {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:9px;
	float: left;
	list-style: none;
	line-height: 1.7;
	font-weight: bold;
	padding: 0;
	margin: 0 0 2em 0;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0.30em 0em;
}
#nav li {
	float: left;
	padding: 0 0.20em;
	width: 15.8em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin: 0;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: ridge;
	border-top-color: #eda;
	border-right-color: #eda;
	border-bottom-color: #eda;
	border-left-color: #eda;
	background-color: #F7F4EA;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	
	font-weight:bold;
}
/*Fin menu horizontal*/


