/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #014a5b; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{ margin:0; padding: 0; list-style: none; }

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu2 a{
float: right;
display: block;
font: 11px Arial;
color: #014a5b;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px; background-color: #d2a975; /*Brown color theme*/ 
background-image: url(/img/degrade_menu.jpg);
background-repeat: repeat-x;
background-position: 0 0;
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{ background-color: #014a5b; /*Brown color theme*/ 
color: white; background-image: none; border-top-color: #014a5b; }

#modernbricksmenu2 #current{

float: right;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 6px 10px 5px;
background-color: #014a5b;
border-color: #014a5b;
background-image: none;

}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 0 0 0;
padding: 0;
}

.markermenu li a{
	font: bold 10px Verdana, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #014a5b;
	background-image: url(/img/ombre_menu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	display: block;
	width: auto;
	padding: 4px 0 5px 18px;
	text-decoration: none;
	text-align: left;
	height: auto !important;
	height: 12px;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */

}
.markermenu li a:visited, .markermenu li a:active{
color: #014a5b;
}

.markermenu li a:hover{ color: #a36929; text-decoration: underline; /*onMouseover image change. Remove if none*/
}
.petit { font-size: 8px; font-weight: normal; font-style: normal; }


/* SOUS MENU */
.sous_menugauche {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding:20px 0 0 14px !important;
padding:20px 0 0 0px;
}
.sous_menugauche li { text-align: left; width: 150px !important; cursor: pointer; display: block; }
.sous_menugauche a { margin: 0 2px; color: #864d00; font-size: 1em; text-decoration: underline; width: 100% !important; padding-top: 4px; padding-bottom: 4px; padding-left: 4px; cursor: pointer; display: block; }
.sous_menugauche a:hover { color: #b68449; text-decoration: none; cursor: pointer; }
.pictos { vertical-align: middle; margin-right: 3px; }
