/****************************************/
/*     MENU HAUT 
/****************************************/

#menu-haut
{
	width:100%;
	height:32px;
	padding:0;
	font-size:8pt;
	font-weight:bold;
	background:#000033;
	voice-family:"\"}\"";
	voice-family:inherit;
}

#menu-haut ul
{
	margin:0;
	margin-left:14px;
	padding:0;
	padding-top:4px;
	list-style:none;
}

#menu-haut li
{
	display:inline;
	margin:0 0 0 0;
	padding:0;
}

#menu-haut a
{
	float:left;
	display:block;
	color:white;
	margin:0 1px 0 0; /*Margin between each menu item*/
	padding-top:5px;
	padding-left:4px;
	padding-right:18px;
	text-decoration:none;
}

#menu-haut a:hover
{
	text-decoration:underline;
}

#menu-haut #current a 
{ 
	color:#009AD0;
}

#menu-haut-sousligne
{
	clear:both;
	padding:0;
	width:100%;
	height:7px;
	line-height:7px;
	background:#009AD0;
}

#menu_carre
{
	float:left;
	font-size:0px;
	height:0;
	width:8px;	
	height:8px;	
	margin:0;
	margin-top:8px;
	padding:0;
}
#rappel-pied-surligne
{
	clear:both;
	padding:0;
	width:100%;
	height:8px;
	line-height:8px;
	background:#009AD0;
}


/*CSS for sample search box*/
#bloc_recherche_rapide
{ 
	float:right;
	margin:0;
	padding:0;
}

#bloc_recherche_rapide .textinput
{
	width:190px;
	border:1px solid gray;
}

#bloc_recherche_rapide .submit
{
	height:22px;
	background-color:lightyellow;
}


/****************************************/
/*     MENU GAUCHE 
/****************************************/
#univers-gauche
{
	width:162px;
	padding:3px;
	padding-left:10px;
	font-size:10pt;
	font-weight:bold;
	background-color:#009AD0;	
	color:#FFF;
	border:1px solid #009AD0 ;
}
* html #univers-gauche
{ 
	/*IE only rule. Original menu width minus all left/right paddings */
	width:161px;
}
#menu-gauche
{
	width:165px;
	margin-bottom:15px;
	padding:5px;
	padding-bottom:15px;
	background-color:;	
	border:1px solid #009AD0 ;
}

* html #menu-gauche
{ 
	/*IE only rule. Original menu width minus all left/right paddings */
	width:164px;
}

#menu-gauche ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu-gauche #entete_menu_gauche
{
	display:block;
	margin-left:2px;
	margin-top:7px;
	margin-right:5px;
	margin-bottom:5px;
	padding-bottom:3px;
	color:#009AD0;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #009AD0;
}
#menu-gauche a
{
	margin-left:2px;
	margin-right:5px;
	margin-bottom:3px;	
	padding-top:3px;
	padding-left:0px;
	padding-bottom:3px;
	padding-right:5px;
	display:block;
	color:#000033;
	text-decoration:none;
	border-bottom:0px solid #000;
}

html>body #menu-gauche a
{ 
	/*Non IE rule*/
	width:auto;
}

#menu-gauche a:hover
{
	padding-left:3px;
	background-color:#009AD0;
	color:#FFF;		
}

#menu-gauche #current a 
{
	font-weight:bold;
	color:#333;
}
#menu-gauche #current a:hover
{
	color:#FFF;	
}


div#bloc-droit
{
	border:1px solid #009AD0 ;
	background-color:#FFF;
	margin-bottom:15px;
}
div#titre-bloc-droit
{
	background-color:#009AD0;
	border-bottom:1px solid #009AD0 ;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-left:7px;
	padding-top:2px;
	padding-bottom:3px;
}
div#bloc-droit a
{
	color:#000033;
	text-decoration:none;
}
div#bloc-droit a:hover
{
	color:#006699;
	text-decoration:underline;
}