ul{
margin : 0 ;

width : 100 % ; /*précision pour Opera*/

}


.carte {
position:absolute;
top:400px;
left:200px;
}

.onglet a{ /*definition de chaque bouton de menu*/
text-align : left;
font-family:Comic Sans Ms;
font-size:16px;
text-decoration:none;
color:#708090;
border:none;
}

.onglet a:hover {
color:#411;
background:#CAC9D3;
border:none;
}

.onglet a span { 
display : none;
text-decoration:none;
}

.onglet a:hover span {
display:block;
position:absolute;
top : 400px;
left : 200px;
text-decoration:none;
}

