#menu-gauche{
			padding:36px 20px 20px 20px;
			float:left;
			position:absolute;
			margin:4px 0px 0px 0px;
			width: 200px;				
			}
			
/* ================================================================ 
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#cssmenus#co#uk
Copyright (c) 2009- Stu Nicholls# All rights reserved#
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements#
=================================================================== */
#flyout {
float:right; 
padding:0; 
margin:3px 0 0 0; 
list-style:none; 
position:absolute; 
width:200px;
}

#flyout ul {
padding:0; 
margin:0; 
list-style:none; 
width:150px; 
height:auto;  
position:absolute; 
left:-9999px; 
top:0;
}

#flyout table {
border-collapse:collapse; 
width:0; 
height:0; 
margin:-1px -10px;
}

#flyout li {
float:left; 
margin-bottom:1px;
}

#flyout li a {
display:block; 
float:left; 
text-align:center; 
width:200px; 
height:22px; 
background:#D1D000;
/*background:#D6FF21;*/ 
color:#FFFFFF; 
line-height:22px; 
font-weight:bold; 
font-size:11px; 
text-decoration:none; 
padding-right:10px;
}

#flyout li a.fly{
background:none; 
margin-left:20px;
color:#A64A04;
}

#flyout li a.fly:hover{
background:none; 
margin-left:20px;
color:#CC5B04;
}


#flyout li:hover {
position:relative;
}

#flyout li a:hover {
position:relative; 
/*background:none; */
color:#FFFFFF;
}
/*position sous-menu*/
#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {
left:-180px;
} 



