/* CSS Document */

.contenu strong {
font-weight:bold;

}

.contenu ul {
list-style-type:disc;
padding-bottom:20px;
padding-left:40px;
}

.contenu img {
float:left;
margin:10px;
}

#menu_optimEV dl, #menu_optimEV dt, #menu_optimEV dd, #menu_optimEV ul, #menu_optimEV li {
margin: 0;
padding: 0;
text-decoration:underline;
list-style-type: none;
}

#menu_optimEV {
font-family:tahoma, verdana, arial, helvetica, sans-serif;
position: relative;
text-decoration:none;
bottom: 0px;
left: 0;
z-index:100;
font-size:10px;
color:#000000;
}

#menu_optimEV dl {
float: left;
/*width: 250px;*/
position: relative;
margin: 0 0px;
text-decoration:none;

}
#menu_optimEV dt {

cursor: pointer;
text-decoration:none;
text-align: center;
font-weight: bold;

/*border: 1px solid gray;*/
color:#D8D8D8;
}
#menu_optimEV dd {
background-color: #f7f4ef;
position: absolute;
bottom:1.5em;
visibility:hidden;
width:250px;
}
#menu_optimEV li {
text-align: left;
}
#menu_optimEV li a, #menu_optimEV dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu_optimEV li a:hover, #menu_optimEV dt a:hover {
background: #efeae0;
}

#menu_optimEV a {
text-decoration: none;
color: #000000;
}