.menu1 {white-space: normal /*IE hack*/; float: left; width: 592px; border: none; color: #000000; margin: 0px 0px 0px 51px;}
.menu1 ul {list-style-type: none; padding: 0; margin: 0 auto;}
.menu1 ul li {float: left; z-index:1000 /*IE6*/;}
.menu1 ul li a {float: none !important /*Non-IE6*/; float: left /*IE-6*/; display: block; padding:6px 11px 5px 11px; text-decoration: none; font-weight: bold; color: #000000; font-size: 14px; border-right: 1px solid #cfc4aa;}
.menu1 ul li ul {display: none; border: none;}

/*Non-IE6 hovering*/
.menu1 ul li:hover {position: relative;}
.menu1 ul li:hover a {background: #efe6d1; color: #000000; text-decoration:none;}
.menu1 ul li:hover ul {display: block; position: absolute; z-index: 999; left: 0; width: 98%; }
.menu1 ul li:hover ul li a {text-align: center; font-weight: bold; background: #fff; font-size: 10px; color: #000000; border-right: 0px solid #fff; border-bottom: solid 1px #cfc4aa; height: auto; width: auto;}
.menu1 ul li:hover ul li a:hover {background: #fff; text-decoration: none; font-weight: bold; color: #cb4242;}

.navigation .en-cours a {
background: #efe6d1;
text-decoration: none;
font-weight: bold;
color: #000;
}