
#menu_gauche ul { 
    margin: 0px;
    padding: 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size: 11px;
    color: #6699cc;
    line-height: 5px;
    white-space: nowrap;
	background:none;


	
}

#menu_gauche li {
	list-style-type: none;
	display: block;
	width:102px;
	padding-top: 20px;
	padding-bottom:5px;
	margin-top:3px;
	padding-left: 0px;
}


#menu_gauche li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #6699CC;
	
}


#menu_gauche li a:link {
    color: #6699CC;
}



#menu_gauche li a:hover {
    font-weight: normal;
    color: #666666;
	text-decoration:underline;
    
}

#menu_gauche li a:active {
    font-weight: normal;
    color: #666666;
	text-decoration:underline;
    
}

#menu_gauche li a.actif {
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
	letter-spacing: -0.7pt;    
}


/* HACK pour IE 6 */


*html #menu_gauche ul { 
   padding: 0px 5px;
   text-align:left;
  
  }
  
 
 *html #menu_gauche li {
	list-style-type: none;
	display: block;
	width:102px;
	padding-top: 20px;
	padding-bottom:5px;
	margin-top:3px;
	padding-left: 0px;
	
}

*html #mg1{ text-indent : -10px;}
*html #mg5{ text-indent : -10px;}

/* HACK pour IE 7*/

*+html #menu_gauche ul { 
   padding: 0px 5px 0px 10px;
   text-align:left;
}

*+html #mg1{ text-indent : -10px;}
*+html #mg5{ text-indent : -10px;}



