/* ###################### MENU ################################ */

#colGauche ul{list-style-type:none;list-style-position:inside;}

#colGauche ul li ul li{
	border-bottom:1px solid #fbc7aa;
}

#colGauche ul li a{
	background:#fff url(../images/puce_rubrique_menu_gauche.png) no-repeat center left;
	padding-left:20px;
	color:#f2673a;
	font-size:1.4em;
	font-weight:bold;
	
	display:block;
	/*height:20px;*/
	line-height:20px;
	border-bottom:1px solid #fbc7aa;
}

#colGauche ul li a.first{
	border-top:1px solid #fbc7aa;
}


#colGauche ul li ul li a{
	background:#fff url(../images/puce_ssrubrique_menu_gauche.png) no-repeat 0 6px;
	/*margin-left:20px;*/
	margin-left:8px;
	padding-left:13px;
	color:#000;
	font-size:13px;
	font-weight:inherit !important;font-weight:normal;
	
	border-bottom:none;
	line-height:14px;
	margin:2px 0 1px 8px;
}


#toolbarTop{
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:1.3em;
	padding:4px 8px;
	margin-bottom:0px;
	color:#333;
	
	height:15px;
}
#toolbarTop a{color:#333;}

#toolbarTop ul#navTop{
	float:left;
}
#toolbarTop ul#navTop li{
	display:inline;
	margin-right:8px;
}

/*** ToolbarTop - login ***/
#toolbarTop #box_login{
	text-align:right;
}

#toolbarTop #boxLogin{
	position:absolute;
	z-index:100;
	right:8px;
	border:1px solid #F2673A;
	background-color:#FFF5EF;
	margin:0;padding:5px;
	line-height:1em;
	width:170px;
}
