body {
margin: 0;
}

body a{
text-decoration: none;
color: black;
font-weight: bold;
}

body a:hover{
text-decoration: none;
color: #465193;
font-weight: bold;
}

.gauche{
width:150px;
background: url(../images/menu.jpg);	
background-position: 0px -15px;
text-align: center;
}

.menu {
width: 146px;
margin-left: 2px;
margin-top: 2px;
text-align: center;
list-style-type: none; 
line-height: 20px;
border: 1px solid;
}


.menu a:hover{
/*width: 146px;
margin-left: 2px;*/
color: black;
display: block; 
background-color: #E3AB72;
}

.sommaire {
padding: 4px;
border: 1px solid;
margin-right: 2px;
}

