#menu_gauche{
	margin-left: 6px;
	padding-top: 6px;
	background-color: #97A6B5;
	margin-right: 14px;
	height: 174px;
	_height: 180px;
}
#langVer{
	margin: 30 0 0 10;
	font-size: 10px;
}
#langVer a{
	font-weight: bold;
	color: #2B3036;
	text-decoration: none;
}
#langVer a:hover{
	color: #fff;
}
.couleur{  
	background-image: url(../_img/bg_menu_on.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	font-size: 10px; 
	color: #095BA6; 
	font-weight:bold;
	text-decoration: none;
}

.couleur2{  
	background-image: url(../_img/bg_menu2_on.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	font-size: 10px; 
	color: #FF0000; 
	font-weight:bold;
	text-decoration: none;
}

.couleur3{  
	background-image: url(../_img/bg_menu3_on.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	font-size: 10px; 
	color: #ECB200; 
	font-weight:bold;
	text-decoration: none;
}

.bgcolor-menu {
	background-color: #97a6b5;
}

.couleur4{  
	background-image: url(../_img/bg_menu4_on.gif); 
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px; 
	color: #000000; 
	font-weight:bold;
	text-decoration: none;
}

.normalPriv{  
	background-image: url(../_img/bg_priv_off.gif); 
	background-repeat: repeat-x; 
	background-position: left top;
	font-size: 10px; 
	color: #848484; 
	text-decoration: none;
}

.couleurPriv{  
	background-image: url(../_img/bg_priv_on.gif); 
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px; 
	color: #848484; 
	font-weight:bold;
	text-decoration: none;
}

a.piedPage:hover{
 text-decoration:underline;
 color:#095BA6;
}