/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
#DCDDDE : gris fond
#D3D3D4 : bordures gauches et droites
=================================================================== */
.menu_v {
font-size:11px;
padding-top:30px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_v ul {
padding:0;
margin:0;
list-style-type:none;
width:199px;
_width:194px;
}
/* hack for IE5.5 */
* html .menu_v ul {/*margin-left:-16px; ma\rgin-left:0;*/}
/* position relative so that you can position the sub levels */
.menu_v li {
position:relative;
background-image:url(/Design/Menu/fond-gris-clair_21.png);
background-repeat:no-repeat;
}

/* get rid of the table */
.menu_v table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:11px;}

/* style the links */
.menu_v a, .menu_v a:visited {
display:block; 
text-decoration:none;
/*height:24px;*/
/*line-height:12px;*/
/*text-indent:5px;*/
font-weight:bold;
width:196px;
_width:191px;
color:#6e6e70;
padding:5px 0;
padding-left:5px;
}

.menu_v #titre_conso {
background-image:url(/Design/Menu/fond-orange_sans_06.png);
background-repeat:no-repeat;
width:199px;
position:relative;
_width:191px;
height:21px;
}
.menu_v #titre_impr {
margin-top:10px;
background-image:url(/Design/Menu/fond-bleu_sans_10.png);
background-repeat:no-repeat;
width:199px;
position:relative;
_width:191px;
height:21px;
}
.menu_v #titre_marque {
background-image:url("/Design/Menu/fond-bleu_sans_10.png");
background-repeat:no-repeat;
height:21px;
margin-top:10px;
position:relative;
width:199px;
}
.menu_v .fleche_menu{
	position:absolute;
	right:25px;
	top:5px;
}
.menu_v #titre_conso a,.menu_v #titre_impr a, .menu_v #titre_marque a{
	color:#FFF;
}
.menu_v #titre a {
color:#FFF;
width:166px;
float:right;
_width:161px;


}

/* hack for IE5.5 */
* html .menu_v a, * html .menu_v a:visited {/*background:#d4d8bd;*/ width:198px;_width:193px;
}
/* style the link hover */
* html .menu_v a:hover {
	color:#e9a229;
	}
 .menu_v li:hover {
 	background-image:url(/Design/Menu/fond-gris-fonce_15.png);
	background-repeat:no-repeat;
}
.menu_v :hover > a {
	color:#e9a229;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_v ul ul {
visibility:hidden;
position:absolute;
top:0;
left:198px; 
}
/* make the second level visible when hover on first level list OR link */
.menu_v ul li:hover ul,
.menu_v ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu_v ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu_v ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu_v ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu_v ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

*+html .menu_v li { /*IE7*/
	float:left;
}
