
a:link {
	color: Blue;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
position: absolute;
top: 90px;
left: 173px;
z-index:auto;
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #6699cc;
color:#FFFFFF;
}
#menu li:before{content: '';}
#menu li {
padding-bottom:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align: center;
background: #6699cc;
}

#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 15px;
border: 0 none;
color:#FFFFFF;
}
#menu li a:hover, #menu dt a:hover {
background: #b5d6f6;
z-index:100;
}
#dt_1{
width: 80px;
}
#dt_2{
width: 91px;
}
#dt_3{
width: 102px;
}
.size_4{
width: 155px;
}
.size_5{
width: 174px;
}
.lnkWHITE
{
color:#FFFFFF;
}

#contenu {
height: 450px !important;
height: 100%;
}