/* CSS Document */

html {
background-image:url(../images/bg_gauche_about.jpg); background-repeat:repeat-y; background-position:top left;
}
body {
background-image:url(../images/bg_gauche_about.jpg); background-repeat:repeat-y; background-position:top left;
}
/*.menu a:active, a#current {background:#184c8f; color:#fff; } ligne qui empêche IE6 de dérouler le sous-menu */
.menu li a:active, menu ul li#current {background:#50a0c9; color:#fff;  }
.menu ul li a:hover ul li a:hover {
	background-color: #50a0c9;
 	color:#fff; z-index:1000;
}
.menu ul ul li a:hover {
	background-color: #50a0c9;
}
/*----------- 1 ligne spéciale 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;}

.droite a:focus, .droite a:hover { color:#fff; background-color: #50a0c9;}
/* pour la page about/index.html */
table { width:98%}
td { vertical-align:top; padding-right:8px; }
.tab_date { width:14%; background-color:#50a0c9; color: #fff; font-size: 13px; font-weight: bold; padding-right:2px; text-align:right;}
.tab_even {background-color:#dbdbdb; padding-left:15px;}


