/* CSS Document menu.css */
#gauche {width:170px;float:left;margin:10px 0; padding:0;text-align:left;}
	#gauche ul {font-size:0.8em;width:170px;margin:0;padding:0; list-style:none;background-image: url("../images/gfx/menu02.png"); background-repeat:repeat-y; }
	#gauche li  { margin:0 5px;width:145px;display:block;padding-left:12px;}
	#gauche ul li a {display:block;text-decoration: none; color: #ccc;font-weight:bold;}
	#gauche ul li a:visited {display:block; text-decoration: none;}
	#gauche ul li a:link {display:block; text-decoration: none;}
	#gauche ul li a:hover {color: #333;}

	.ghaut {background-image: url("../images/gfx/menu01.png"); background-repeat:no-repeat; height:35px;}
	.gbas {background-image: url("../images/gfx/menu03.png"); height:25px;}
	.gsep {background-image: url("../images/gfx/menu04.png"); height:60px;}
	.gpart {background-image: url("../images/gfx/menu02.png"); background-repeat:repeat-y;text-align:center;}
.maj {font-size:0.7em;color:#FF9;font-weight:bold;}
.num {font-size:0.8em;color:#fff}


