@CHARSET "ISO-8859-1";

#div_submenu {
	height:27px;
	width:751px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	text-align:left;
	margin-left:0px;
	border-bottom:1px dotted #003264;
	letter-spacing:0px;
}


#div_submenu  ul {
	border:1px none pink;
	margin:0px;
	padding:0px;
	height:30px;
	list-style:none;
}

#div_submenu  li{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	height:27px;
	border-left:1px none #cccccc;
	border-right:1px solid #999999;
	line-height:26px;
	padding-left:20px;
	padding-right:20px;
	background: transparent url(../img/menubar_1x30.gif) repeat-x left top;
}

#div_submenu .middle {
	color:#eeeeee;
}

#div_submenu .current {
	background: transparent url(../img/menubar_1x30_actif.gif) repeat-x left top;
}

#div_submenu .current a {
	float:none;
	width:180px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:bold;
	text-decoration:none;
}

#div_submenu .current a:hover {
	float:none;
	width:180px;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
	
}

#div_submenu a {
	float:none;
	width:180px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	
}

 #div_submenu a:hover {
	float:none;
	width:180px;
	color:#003264;
	
	text-decoration:none;
	text-transform:capitalize;
}


