body
{
  text-align: center;
   margin: auto;
   width: 899px;
   background-image: url("fond.gif");
    background-color: #808080;
   
   
}

/* L'en-tête */

#en_tete
{
   
   margin-top: 8px;
   width: 912px;
   height: 1000px;
   background-color: #BEBEBE; 
   background-image: url("logo site.jpg");
   background-repeat: no-repeat ; 
 

}
/* Le menu */
#menu1
{

 margin-top: -864px;
margin-left: auto;
   width: 912px;
   height: 55px;
   background-image: url("menu index.png");
    margin-bottom: 25px;
	
}






a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color:rgb(0,0,0);
}




a:hover /* Quand le visiteur pointe sur le lien */
{
   
   color: red; /* Le lien sera écrit en vert quand on pointera dessus */
}
a
{
  
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color:rgb(0,0,0); /* Les liens seront en rouge au lieu de bleu */
   
}
#devis:hover
{
color: red;
font-family: verdana , "Times New Roman", Times, serif;
}
#indus
{
display: block;
 margin-top: 5px;
 margin-left: 120px;
   width:193px; /*Largeur de l'image*/
   height:38px; /*Hauteur de l'image*/
  float: left;
}


#indus:hover{
background:url("menu indus.png");
   width:193px; /*Largeur de l'image*/
   height:38px; /*Hauteur de l'image*/
} 

#immo
{
display: block;
 margin-top: 7px;
 margin-left: 292px;
   width:190px; /*Largeur de l'image*/
   height:37px; /*Hauteur de l'image*/
  float: left;
}

#immo:hover{
background:url("menu immo.png");
   width:190px; /*Largeur de l'image*/
   height:37px; /*Hauteur de l'image*/
} 


 

h1
{
color:rgb(13,73,84);
  
  
   font-family: verdana , "Times New Roman", Times, serif;
}

/* Le corps de la page */

#corps
{
   
   width: 892px;
   height: 698px;
   line-height: 50px; 
   color: #000000;
   margin-left: auto;
   margin-top: -1px;
   
  
}
#corps h2
{
   color:rgb(13,73,84);
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps p
{ 
   line-height:20px; 
   color:rgb(13,73,84);
   padding-left:30px;
  
   font-family: verdana , "Arial Black", "Times New Roman", Times, serif;
}
strong /* ... et les mots importants en rouge clignotant ! */
{
   color: red;

}



/* Le corps de la page */

#corps2
{
   
  
   
  
   width: 899px;
   color: #000000;
   background-color: #000000;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;

}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   margin-top:-10px;
   padding-top: 25px;
   text-align: center;

   
}


