

#menu
{

background-color:#00246d;
text-align:center;
width:100%;
color :white;
padding-bottom:1px;

}
#menu a{
color :white;
text-decoration:none;


}
#menu a:hover
{

color:green;

}

#middle{

position: absolute;
  bottom: 6%;
 left:17%;
width:32%;

color:#2f1c72;
padding:1%;
}


#barre_bas{
background-color:#2f1c72;
width:98%;
position: absolute;
bottom: 0.5%;
right:1%;
color:white;
}

 a img{

border: solid black 1px;
}

#texte_menu{

color:#00246d;
padding:1px;
font-weight : bold; 

}
