/* CSS Document */

html {

background-image: url(../images/bg_gauche_bleu2.jpg) ; background-repeat:repeat-y; background-position:top left;
}
body {
background-image:url(../images/bg_gauche_bleu2.jpg); background-repeat:repeat-y; background-position:top left;
}
h1 { }
h2 { }
ul {list-style-image: url(../images/pucebleue2.gif);}
.menu a:active, a#current {background:#50a0c9; color:#fff; }
.menu li a:active, menu ul li#current {background:#cd0236; 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;
}