
/*** BOX PRINCIPAL ********************************************************************************************************************/

.chromestyle_1 { float: left; }

.chromestyle_1:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

.chromestyle_1 ul {
	width: 100%;
	height: 23px;
	background: url(../../images/topmenu/topmenu_2/topmenu_2_bg.png) center center repeat-x;
	text-align: left;
}

.chromestyle_1 ul li { display: inline; }

.chromestyle_1 ul li a {
	color: #FFFFFF;
	padding: 0 0px 0 20px;
	display: inline-block;
	height: 100%; 
	text-decoration: none;
	vertical-align: top;
	font-weight:bold;
	width:150px;
}

.chromestyle_1 ul li a:hover, .chromestyle ul li a.selected { 
  padding: 0 0px 0 20px;
  width:150px;
  background-color:#000000;
  color:#25A3D1;
}


.site1clic {
	padding: 0 0px 0 20px;
	width:150px;
	color:#25A3D1;
	text-decoration: none;
	font-weight: bold;
}



/*** DROP DOWN MENU *********************************************************************************************************************/

.dropmenudiv_1 {
	position:absolute;
	top: 0;
	border: 0px solid #bbb;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color:#000000;
	width: 170px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv_1 a {
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #bbb;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}


/*** IE only hack ***/
* html .dropmenudiv_1 a { width: 100%; }


/*** FOND DES DROP DOWN ***/
.dropmenudiv_1 a:hover { 
  background-color: #000000; 
  font-weight:bold; 
  color:#25A3D1;
  padding: 2px 0 2px 10px;
  background: url(dropdown_bg_hover.png) center center repeat-x; }

