/*BARRE MENU*/
.chromestyle{
width: 890px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 890px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


/*LIEN - MENU NIV 1*/
.chromestyle ul li a{
color: #000;
padding: 4px 7px;
margin: 0;
font-size:12px;
font-family: Arial, sans-serif;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}


.chromestyle a:visited{
color: #000;
text-decoration: none;
}


.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: url(chromebg-over2.gif) 0 0 no-repeat; /*THEME CHANGE HERE*/

color: #1374b2;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px "Trebuchet MS", Arial, sans-serif;
	line-height:17px;
	z-index:100;
	background-image:  url(../imgs/fond-dropMenuDiv.gif);
	background-repeat: repeat-x;
	background-color: white;
	width: 170px;
	visibility: hidden;
	background-position: bottom;
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 10px;
text-decoration: none;
/*font-weight: bold;*/
background: url(chrome_op.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


.dropmenudiv a:link,a:visited,a:active{
color: #333;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #007DEB;
font-weight: bold;
/*4background-color: #FFF;*/
/*border-left: 3px solid #42C4E5;
border-right: 3px solid #42C4E5;*/
}

