/* CSS Document  VERT */

html {
background-image:url(../images/bg_gauche_expert.jpg); background-repeat:repeat-y; background-position:top left;
}
body {
background-image:url(../images/bg_gauche_expert.jpg); background-repeat:repeat-y; background-position:top left;
}
h3 { color: #637008 }

/* méchante ligne qui casse le sous-menu dans IE6, remplacée par la dernièr ligne en bas : .menu a:active, a#current {background:#637008; color:#fff; } */
.menu li a:active, menu ul li#current {background:#99bf1a; color:#fff;  }
.menu ul li a:hover ul li a:hover {
	background-color: #99bf1a;
 	color:#fff; z-index:1000;
}
.menu ul ul li a:hover {
	background-color: #99bf1a;
}
.droite a:focus, .droite a:hover { color:#fff; background-color: #99bf1a;}
/* pour remplacer l'image hr_consulting.png */
.blocs { text-align:left; color:#fff; font-size:12px; }
.blocs ul {margin-bottom:0; padding-bottom:0; padding-left:0;}
.blocs td {vertical-align:top; background-repeat: no-repeat; background-position:50%;}
.vertfonce {font-size:16px; color:#637008; font-weight:bold; }
/*----------- 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:#637008; color:#fff;}
