﻿/*menu gauche*/

.menu_gauche
{
position:fixed;
left:5%;
top:25%;
width:10%;
/*height:35%;*/
padding-left:1%;
border:solid 2px blue;
background-color:#f5deb3;
}

a img
{
text-decoration:none;
border:none;
}