body {
background: #630C26;
position : absolute
z-index: 5;
font: 90% Calisto MT, sans-serif;

}

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

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 120;
left: 30;
z-index:3;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 8em;
}
#menu dt {
float: center;
cursor: pointer;
text-align: left;
font-weight: bold;
background: #630C26;
border: 1px;
margin: 1px;
}
#menu dd {
display: none;
background: #630C26;
border: 1px;
}
#menu li {
text-align: left;
background: #630C26;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #6C1A28;

}

#site {
position: absolute;
top : 180px;
left : 10px;
align : center
color: #c;
background-color: #630C26;
z-index : 3;
padding: 5px;
width: 860;
border : none;
}

#en_tete {
position: absolute;
left : 30px;
align : center
}


#carte{
font: 115%, Gloucester MT Extra Condensed, sans-serif;
}

#typo{
font: 96%, Calisto MT, sans-serif;
}

a{ color : #630C26; text-decoration: none}
a:hover {color :black; text-decoration: none}
a:focus {color :#630C26; text-decoration: none}


