.chromestyle{
width: 99%;
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: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
position: relative;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #5e5a5a;
	width: 200px;
	visibility: hidden;
	font-size: 10px;
	margin: 0px;
	margin-top: 0px !important;
	margin-top: -2px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 2px 2px 8px;
text-decoration: none;
/*font-weight: bold;*/
color: #fff;
	font-size: 10px;
	text-transform: uppercase;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
				color: #fff;
	background-color: #978c8c;
}


/** menu nav2 */
.dropmenudiv2{
	position:absolute;
	top: 0;
	font:normal 8px;
	line-height:18px;
	z-index:100;
	background-image: url(/imports/images/fond_menu_centre.jpg);
	background-repeat: repeat-x;
	width: 200px;
	visibility: hidden;
	margin-top: 0px !important;
	margin-top: -3px;
}


.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 6px 2px 3px 10px;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
				color: #333333;
	background-color: #eaeae9;}

#colonne_droite #promo {
	color: #fff !important;
	background-image: url(/imports/images/degrad-promo.gif) !important;
	border-style:solid !important;
	border-width:1px !important;
	border-color:#8f1812 !important;
}
#colonne_droite #promo a{
	color: #fff !important;
}



/*#chromemenu #promo {
	color: #fff !important;
	background-image: url(/imports/images/degrad-promo.gif) !important;
	border-style:solid !important;
	border-width:1px !important;
	border-color:#8f1812 !important;
}
#chromemenu #promo a{
	color: #fff !important;
}*/
