/*=========== MISE EN FORME DU MENU VETICAL =========*/

#menu_v{
	font-size: 13.1pt;
	float: left;
	width: 165px;
	border: 1px solid #dd9933;
	background-image: url('../img_design/bg99.png');
	-moz-border-radius: 10px 40px 10px 10px;     /*Pour Firefox, Flock*/
	-webkit-border-radius: 10px 40px 10px 10px;  /*Pour Chrome, Safari*/
	border-radius: 10px 40px 10px 10px;          /*Pour Opera*/
}
#menu_v li > a{
	color: #3F4B88;   /*original: #384792;*/
	line-height: 20px;
	text-decoration: none;
	font-family: FreeSerif,"Trebuchet MS",Verdana,sans-serif;;
	font-weight: bold;
	font-size: 17px;
}

#menu_v.menu_vertical,.sous_menu{
	list-style-image: url('../img_design/liste_puces1.png'); 
}
#menu_v .menu_vertical{
    list-style-image: url('../img_design/liste_puces1.png'); 
	padding-left: 25px;
}
#menu_v li:hover{
	list-style-image: url('../img_design/lp3.png'); 
}
#menu_v li > a:hover{
	color: #ef6102;   /*color: #ff6622;*/
}

#menu_v li > a:actif{
	color: green;
}

/*============= DIV FOOTER ===================*/
#pied_page{
	border: none;
	height: 60px;
	border-top: 1px solid gray;
	text-align: center;
	font-size: 13px;
	color: gray;
	font-weight: bold;
}
#pied_page a{
	text-decoration: none;
	color: gray;
}
#pied_page a:hover{
	color: #384792;
}

#img_fixe{
	width: 201px;
	height: 180px;
	background-image: url('../img_design/chevaux.png');
	margin-left: 2px;
	margin-top: -181px;
}
