@charset "UTF-8";
/* CSS Document */

/*************************************** Menu Général */
#menu {
background:url(../image/frame/back_menu_index.png) top no-repeat;
position:absolute;
width:467px;
height:52px;
left:50%;
top:480px;
margin-left:-233px;
z-index:100;
}

#menu ul 
{
margin: 0;
padding : 0;
list-style : none;
}

#menu a
{
display:block;
width:100%;
height:100%;
}

#menu li
{
position:relative;
margin-left:25px;
float : left;
}

/* Accueil */
.accueil
{
display : block;
width : 56px;
height : 52px;  /* la moitié de la hauteur totale de l'image */
background:url(../image/menu/accueil.png) left top no-repeat;
text-decoration : none;
}

/* Profil */
.profil
{
display:block;
width:44px;
height:52px;
background:url(../image/menu/profil.png) left top no-repeat;
text-decoration : none;
}

/* Nos Projets */
.nos_projets
{
display:block;
width:87px;
height:52px;
background:url(../image/menu/nos_projets.png) left top no-repeat;
text-decoration : none;
}

/* Services */
.services
{
display:block;
width:57px;
height:52px;
background:url(../image/menu/services.png) left top no-repeat;
text-decoration : none;
}

/* Contact */
.contact
{
display:block;
width:63px;
height:52px;
background:url(../image/menu/contact.png) left top no-repeat;
text-decoration : none;
}

