/* --- GAUCHE --- */
#gauche1 {
	width: 239px;
	background: url("images/menu1.gif") no-repeat bottom left;
	padding: 0 0 27px 0;
	margin:0;
	}
	#gauche1 a {
		display: block;
		text-decoration: none;
		}
		/* - - - rubrique : - - -*/
		.rubrique-no a, .rubrique-act a {
			border-bottom:1px solid #FFF;
			background:#9A26FC;
			color:#FFF;
			width:193px;
			margin:0px 36px 0px 0px;
			padding:6px 0px 6px 10px;
			}
			.rubrique-act a:hover , .rubrique-no a:hover{ color: #F90; }	
					/* - - - Sous rubrique : - - - */
					.sousrub-no a , .sousrub-act a {
						width:163px;
						margin:0px 36px 0px 35px;
						padding:3px 0px 3px 5px;
						color: #9A26FC;
						}
						.sousrub-act a { color:#FFF; background:#F90; }
						.sousrub-no a:hover { background: #F90; color:#FFF; }
						.sousrub-act a:hover { background: #F90; color:#FFF; }
							/* - - - Sous rubrique : - - - */
							.soussousrub-no a, .soussousrub-act a {
								/*
								width:148px;
								margin:0px 36px 0px 35px;
								padding:3px 0px 3px 20px;
								color: #9A26FC;
								*/
								display:none;
								}
								.soussousrub-no a:hover { }
								.soussousrub-act a:hover { }


.rubrique_mere { display:none; }

#gauche2 {
	display: block;
	width: 239px;
	background: url("images/gauche2.gif") repeat-y;
	padding:0;
	margin:20px 0 20px 0;
	}

	#gauche2haut { display:block; width:239px; height:19px; background:url("images/gauche2haut.gif") no-repeat top left;}
	#gauche2bas { display:block; width:239px; height:23px; background:url("images/gauche2bas.gif") no-repeat;}
	#gauche2 a {
		display: block;
		width: 189px;
		background: url("images/gauche2.gif") repeat-y;
		color:#666666;
		padding:3px 5px 3px 45px;
		}
		#gauche2 a:hover {
			background:url("images/gauche2ao.gif") no-repeat 15px 2px;
			}


