/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

.courant{
color:#f6d342;
margin-top:10px;
margin-bottom:10px;
}

.courant:hover{
color:#735a0a;
}

/* level 0 inner */
.m0l0iout {
	font-family: Verdana, Geneva, Arial, Helvetica,sans-serif, Tahoma ;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top : 9px;
	vertical-align:middle; 
    text-align : center;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Verdana, Geneva, Arial, Helvetica,sans-serif, Tahoma ;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top : 10px;
    text-align : center;
	color: #735a0a;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/bg-headerMainMenu.gif);
	border: none;
	border-right:1px solid gray;
	border-left:1px solid gray;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/bg-headerMenuActive.gif);
	border: none;
	border-right:1px solid gray;
	border-left:1px solid gray;
	color: #735a0a;

}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #735a0a;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #adaca8;
	border: 1px solid gray;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #f6d342;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid gray;
	padding: 0;
}

.recherche{
	float:right;
	margin-top: 7px;
	margin-right:10px;
	background-image:url('img/search.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	width:120px;
	color : gray;
	border:none;
}



