#bloc_gauche {
	position:absolute;
	top:176px;
	width:321px;
/*	border-right:3px;
	border-right-color:#8f0000;
	border-right-style:solid;*/
	left:70px;
	/*background-color:darkkhaki;*/
	height:600px;
}
#menu_vertical {
	/*background-color:mediumturquoise;*/
	width:321px;
	/*height:770px;*/
  	font-size: 13px;
  	/*line-height: 35px;*/
  	margin-top:0px;
  	margin-left:0px;
  	border-right:3px;
	border-right-color:#8f0000;
	border-right-style:solid;
}
#menu_vertical ul {
  margin: 0px;
  padding-left:40px; /*indentation des menus : 40px*/
  list-style-type:none; /*pas de puces de liste*/
 }

/*#menu_vertical a {color:yellow;} */

#menuV a {
  /*border-style: solid;
  border-color: white;  
  border-width: 0px 0px 0px 0px*/;
  /*background:  none repeat scroll 20% 50%;*/
  text-align: left;
  display: block;
  line-height: 25px;
  color: #3e6177;
  font-weight: bold;
  text-decoration: none;
  /*background-color:orange;*/
  
}
#menuV a:active {
  color: white;
}

#menuV .menu_V1_select a {color:white; }

#menuV .menu_V1  a:hover {
  background  : gray none repeat scroll 0% 50%;
  color: white;
  margin-bottom: 0px;
  width:318px;
}

#menuV .menu_V2_select a {color:white; }

#menuV .menu_V2 a:hover {
  background  : gray none repeat scroll 0% 50%;
  color: white;
  margin-bottom: 0px;
  width:278px;
}

#menuV .menu_V3_select a {color:white; }
 
#menuV .menu_V3 a:hover{
  background  : gray none repeat scroll 0% 50%;
  color: white;
  margin-bottom: 0px;
  width:238px;
}
#menuV .menu_V3_mod_select a {color:white; } /* pour entrée de menu trop longue */
 
#menuV .menu_V3_mod a:hover{
  background  : gray none repeat scroll 0% 50%;
  color: white;
  margin-bottom: 0px;
  width:238px;
}
#menuV .menu_V3_roch a {color:#F3C;} /* pour entrée Rochambelle */

#menuV .menu_V3_roch_select a {color:white;} /* pour entrée Rochambelle */
 
#menuV .menu_V3_roch a:hover{
  background  : gray none repeat scroll 0% 50%;
  color: #FCF;
  margin-bottom: 0px;
  width:238px;
}
#menuV .menu_V4_select a {color:white; }  
 
#menuV .menu_V4 a:hover{
  background  : gray none repeat scroll 0% 50%;
  color: white;
  margin-bottom: 0px;
  width:198px;
}

#menuV .separation_menu1 {
	margin-left:-40px; margin-top:-1px; width:318px;border-top:solid 3px #8f0000;	
}
#menuV .separation_menu2 {
	margin-left:-40px; margin-top:-1px; width:278px;border-top:solid 1px #8f0000;	
}

#menuV li {margin-left:-40px;}
	
.menu_V1 {/*background-color :silver;*/ width:318px;  border-bottom:solid 3px #8f0000; }

.menu_V1_select {background-color:#8f0000; width:318px;  border-bottom:solid 3px #8f0000;}

.menu_V2 {/*background-color:lime ;*/ width:278px; border-bottom:solid 1px #8f0000;}

.menu_V2_select {background-color :#8f0000; width:278px;  border-bottom:solid 1px #8f0000;}

.menu_V3 {/*background-color:fuchsia ;*/ width:238px; /*border-bottom:solid 0px #8f0000;*/}

.menu_V3_select {background-color :#8f0000; width:238px;  border-bottom:solid 0px #8f0000;}

.menu_V3_mod {/*background-color:fuchsia ;*/ width:238px; font-size:x-small;/*border-bottom:solid 0px #8f0000;*/}

.menu_V3_mod_select {background-color :#8f0000; width:238px;  font-size:x-small; border-bottom:solid 0px #8f0000;}

.menu_V3_select {background-color :#8f0000; width:238px;  border-bottom:solid 0px #8f0000;}

.menu_V3_roch {/*background-color:lime ;*/ ; width:238px; /*border-bottom:solid 0px #8f0000;*/} /*pour Rochambelle*/

.menu_V3_roch_select {background-color:#F9C; width:238px; border-bottom:solid 0px #8f0000;} /*pour Rochambelle*/

.menu_V4 {/*background-color:yellow ;*/ width:198px; /*border-bottom:solid 0px #8f0000;*/}

.menu_V4_select {background-color :#8f0000; width:198px; border-bottom:solid 0px #8f0000;}

