


dl, dt, dd, ul, li {
color:#ffffff;
font-size:10px;
margin: 4px 0px 4px 0px;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 95px;
left: 48%;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 10.5em;
margin: 0px;
}
#menu dt {
cursor: pointer;
text-align: center;

}
#menu dd {
border: 1px solid gray;
}
#menu li {

text-align: center;

}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 70%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}


a {
text-decoration: none;
color: white;
color: #222;
}

#decalage {
position:relative;
right:260px;
top : 100px;

}

/* Boutons des sous-menus avec une bordure invisible a l'etat normal */
#menu  a.submenu1 {
	color:#a7a7a7;
	border: 1px solid white;
	margin:1px;
	font-size: 10px;
}

/* Boutons des sous-menus avec une bordure et une image de fond au survol */
#menu a.submenu1:hover {
	color:white;
	display: block;
	border: 1px solid black;
	background-image: url(../images/bleu2.png);
}


