/* CSS Document pour le modèle de page avec menu vertical à gauche */
/*====================================================================================================
            MENU VERTICAL A GAUCHE + CONTENU A DROITE
=======================================================================================================*/	
#main-menuG{
	background-image:url(../IMG/menu-gauche-fond.jpg);
	background-repeat:repeat-y;
	}
#main-menuG-bas{
	background-image:url(../IMG/menu-gauche-bas.jpg);
	background-repeat:no-repeat;
	height:47px;
	}
	
#menuG-droite{
	float:left;
	width:526px;
	padding-left:0px;
	padding-bottom:10px;
	margin-left:10px;
	}

#menuG-gauche{
	width:213px;
	float:left;
	padding-top:70px;
	padding-left:10px;
	padding-right:10px;
	height:300px;
	
	background-repeat:no-repeat;
	}
#menuG-gauche.prive{background-image:url(../IMG/menu-gauche-prive-fond.jpg);}
#menuG-gauche.infos{background-image:url(../IMG/menu-gauche-infos-fond.jpg);}
	
#menuG-gauche a.item_menu{
	display:block;
	text-decoration:none;
	background-image:url(../IMG/textes/puce-gris.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	/*height:15px;*/
	color:#666666;
	padding-left:20px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:10px;
	line-height:normal;
	font-weight:bold;
	font-size:105%;
	}
#menuG-gauche a.item_menu.inactif{
	color:#999999;
	}
#menuG-gauche a:hover.item_menu.inactif{
	color:#999999;
	}

#menuG-gauche a:hover.item_menu{
background-image:url(../IMG/textes/puce-bleu.jpg);
color:#0066CC;}

#menuG-gauche a.sousitem_menu{
	display:block;
	text-decoration:none;
	margin-left:20px;
	color:#006699;
	background-image:url(../IMG/textes/puce-bleu-mini.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:13px;
	line-height:normal;
	margin-bottom:3px;
	}
