/* CSS Document */

html {
background-image:url(../images/bg_gauche_locat.jpg); background-repeat:repeat-y; background-position:top left;
}
body {
background-image:url(../images/bg_gauche_locat.jpg); background-repeat:repeat-y; background-position:top left;
}
.pied_locat{
		background: url(../images/bg_gauche_locat.jpg); background-repeat:repeat-y;
}
.menu li a:active, menu ul li#current {background:#b5ae96; color:#fff;  }
.menu ul li a:hover ul li a:hover {
	background-color: #b5ae96;
 	color:#fff; z-index:1000;
}
.menu ul ul li a:hover {
	background-color: #b5ae96;
}
/*----------- 1 ligne1 spéciale1 pour que IE mette le texte du sous-menu en blanc et le bg en bleu au hover. La 1e ligne est un ajout du 2/08/2010 qui permet à IE6 de garder le menu actif lorsque il "current"-- */
.menu ul li a#current {background-color:#184c8f; color:#fff;}