﻿body 
{
      background-image:url(images/bgr_r.gif);
      background-repeat:repeat-x;
      margin:0px;
}
img
{
    border:none;
    }
#header
{
    width:770px;
    margin-left:auto;
    margin-right:auto;
    height:256px;
    background-image:url(images/1_home_01.gif);
    background-repeat:no-repeat;
   
    
}


#menu
{
    height:67px;
    width:450px;
    padding-left:50px;
    padding-top:150px;
    
}


/* MENU ITEM:  ACCUEIL */
.menu_accueil:link
{
    width:99px;
    height:67px;
    background-image:url(images/accueil_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_accueil:visited
{
    width:99px;
    height:67px;
    background-image:url(images/accueil_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_accueil:hover
{
    width:99px;
    height:67px; 
    background-image:url(images/accueil_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
 
.menu_accueil_active
{
    width:99px;
    height:67px;
    background-image:url(images/accueil_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
    
/* FIN MENU ITEM ACCUEIL */  

/* MENU ITEM:  SERVICES */

.menu_services:link
{
    width:99px;
    height:67px;
    background-image:url(images/services_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_services:visited
{
    width:99px;
    height:67px;
    background-image:url(images/services_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_services:hover
{
    width:99px;
    height:67px; 
    background-image:url(images/services_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_services_active
{
    width:99px;
    height:67px;
    background-image:url(images/services_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
    
/* FIN MENU ITEM services */   

/* MENU ITEM:  RÉALISATIONS */

.menu_realisations:link
{
    width:99px;
    height:67px;
    background-image:url(images/realisations_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_realisations:visited
{
    width:99px;
    height:67px;
    background-image:url(images/realisations_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_realisations:hover
{
    width:99px;
    height:67px; 
    background-image:url(images/realisations_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_realisations_active
{
    width:99px;
    height:67px;
    background-image:url(images/realisations_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
    
/* FIN MENU ITEM realisations */  


/* MENU ITEM:  contactez */

.menu_contact:link
{
    width:99px;
    height:67px;
    background-image:url(images/contactez_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_contact:visited
{
    width:99px;
    height:67px;
    background-image:url(images/contactez_off.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_contact:hover
{
    width:99px;
    height:67px; 
    background-image:url(images/contactez_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
.menu_contact_active
{
    width:99px;
    height:67px;
    background-image:url(images/contactez_on.png);
    display:block;
    float:left;
    text-decoration:none;
    }
    
/* FIN MENU ITEM CONTACT */  
.texte_lien
{
    display:none;
    }
    
#content
{
    color:White;
    font-size:small;
   width:800px;
   text-align:justify;
   font-family:Arial;   
   height:600px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/bg1.png);
    }
#footer
{
   width:100%;
   height:50px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    color:White;
    }
    
a:link
{
    color:White;
    text-decoration:underline;
    
    }
    a:visited
{
    color:White;
    text-decoration:underline;
    
    }
    a:hover
{
    color:White;
    text-decoration:none;
    
    }
    
.login:link
{
    color:White;
    text-decoration:none;
    
    }
    .login:visited
{
    color:White;
    text-decoration:none;
    
    }
    .login:hover
{
    color:White;
    text-decoration:none;
    
    }