/*** menu ***/
#menu_gauche{
	margin-left: 6px;
	padding-top: 6px;
	background-color: #CCC0A1;
	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;
}
/*** Fond ***/
.bgcolor-menu {
	background-color: #CCC0A1;
}

.bgTop {  
	background-image: url(../_img/bg-VL_index.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	
}

.bgNav {  
	background-image: url(../_img/bg_navVL.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	
}

.bordure{
	border-color:#E7C7C7;
}

.fondCarte {  
	background-image: url(../_img/bg_carte.gif); 
	background-repeat: repeat-y; 
	background-position: left top
}

.bgLien {  
	background-image: url(../_img/bg_lien2.gif); 
	background-repeat: repeat-x; 
	background-position: left bottom;
	font-size: 11px; 
	color: #848484; 
	text-decoration: none;
}

.normal2 {  
	background-image: url(../_img/bg_menu2-2_off.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	font-size: 11px; 
	color: #000000; 
	font-weight:bold;
	text-decoration: none;
}

.couleur{  
	background-image: url(../_img/bg_menu2-2_on.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	font-size: 11px; 
	color: #8A8A8A; 
	font-weight:bold;
	text-decoration: none;
}

/*** Liens ***/
a.cheminFer:hover{
	  color: #FF0000; 
	  text-decoration: underline;

}

a.zoomLien:hover {  
	color: #FF0000; 
	text-decoration: none;
	font-weight:bold;
	
}

a.lienGauche:hover{
	font-size: 11px; 
	color: #FF0000; 
	text-decoration: underline;
}

a.piedPage:hover{
 text-decoration:underline;
 color:#FF0000;
}

/*** Texte ***/
.chapo{  
	font-size: 13px; 
	color: #848484; 
	font-weight:bold;
	text-decoration: none;

}


/*** Divers ***/
li{
 list-style-position: outside;
 list-style-image: url(../_img/puce_liste.gif)

}


hr {
    display:block;
	height: 1px; margin-top: 2px;
	_margin-top: -3px;
	_margin-bottom: -3px;
	border-top: 1px solid #FF0000; border-bottom: 0px solid #FF0000; color: #FF0000; background-color: #FF0000;
}