/* CSS Document */
#gauche
{
float:left;
width:200px;
margin-left:15px;
}
#menu
{
float:left;
margin-top:40px;
width:200px;
height:300px;
}
#menu a
{
font-family:Verdana;
font-size:15px;
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}
#btn_menu
{
background-image:url('../img/menu/btn.png');
width:155px;
height:29px;
colof:#FFF;
}
#btn_menu:hover
{
background-image:url('../img/menu/btn_hover.png');
color:#1d5b98;
text-decoration:none;
}
#btn_menu_hover
{
background-image:url('../img/menu/btn_hover.png');
color:#1d5b98;
text-decoration:none;
width:155px;
height:29px;
colof:#FFF;
}

#text_menu 
{
margin-top:3px;
}
#coordonnées
{
float:left;
margin-top:0px;
margin-left:20px;
}
#ombre
{
margin-top:-15px;
float:left;
background-image:url('../img/ombre.png');
width:20px;
height:500px;
}

