/*
//**********************************************************
MENU SUPERIEUR
//**********************************************************
*/



/*Largeur menu*/
.chromestyle{
width: 890px;
font-weight: bold;
}



/*STYLE LISTE*/
.chromestyle ul{
border: 0px solid #BBB;
width: 890px;
/*Dupliquer le code background pour compatibilite firefox et IE*/
background: url(chromebg.gif) center center repeat-x;
background-image: url(chromebg.gif);
padding: 6px 0;
margin: 0;
text-align: left;
}



/*STYLE ELEMENTS LISTE*/
.chromestyle ul li{
display: inline;
padding: 15px;
margin: 0;
border-bottom:3px;
}


/*LIENS - MENU SUP*/
.chromestyle ul li a{
color: #FFF;
/*text-transform: uppercase;*/
padding: 3px 0px;/*POur séparer le sous-menu vers le bas, augmenter la valeur padding*/
margin: 0;
text-decoration: none;
}


.chromestyle a:visited{
/*color: #42C4E5;*/
text-decoration: none;
}


.chromestyle ul li a:hover{
color: #42C4E5;
}



.chromestyle ul li a[rel]:after{ 
	/*content: "   " url(downimage.gif);
	FONCTIONNE SEULEMENT SUR FIREFOX ET IE7>
	Pas de hack trouvé
	*/
}

/*
//**********************************************************
MENU INFERIEUR
//**********************************************************
*/
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
background-image: url(chrome_op.gif);
font:normal 11px "Trebuchet MS", Arial, sans-serif;
line-height:16px;
z-index:100;
background-color: black;
width: 180px;
visibility: hidden;
filter:alpha(opacity=75);  
-moz-opacity:0.75;
opacity: 0.75;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px; /*10px;*/
text-decoration: none;
}


.dropmenudiv a:link,a:visited,a:active{
color: #FFF;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
color: #42C4E5;
font-weight: bold;
}
/*
//**********************************************************
FIN STYLES
//**********************************************************
*/
