





.chromestyle{
clear:both;
background: url(../images/bg-menu.jpg) left top no-repeat;
width: 1000px; 
height:37px;
padding:0;
list-style-type: none;
margin:0;


}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle .boutons{
float:left;
/*width:320px;*/
width:250px;
padding:12px 0 0 20px;
margin:0;
}


.chromestyle ul{
float:left;
margin: 0;
padding:10px 0 0 0;
text-align:left;
}


.chromestyle ul li{
display: inline;
border-left:1px solid #fff;
}


.chromestyle ul li.home{
display: inline;
border-left: none;
margin-left:3px;
}


.chromestyle ul li.home a {
margin:0px;
text-align: left;
}


.chromestyle ul li.der{
display: inline;
border-right: none;
margin: 3px 5px 0 10px;


}


.chromestyle ul li a{
/*display:block;*/
margin: 0 10px 0 10px;
text-align: center;
font-size:12px;
text-decoration: none;
color: #fff;


}






/*
.chromestyle ul li a#rightitem{
color: #fff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: none;


}


.chromestyle ul li a#rightdrap:hover{
background: none; 


}
*/


.chromestyle ul li a:hover{
/*background: url(../images/chromebg3-over.gif) top center repeat-x; */


}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); */ /*uncomment this line to use an image instead*/
}




/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
position:absolute;
margin-left:0px;
margin-top: 9px;
border: 1px solid #000; 
border-bottom-width: 0;
font : normal 10px verdana,arial,sans-serif;
line-height:12px;
z-index:100;
background-color: #f4530c;
width: 110px;
visibility: hidden;


/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}




.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; 
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;
}






.dropmenudiv a:hover{ 
color:#fff;
}
