body

{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("degrasoleil.png");
   background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
  
   margin-left: 80px; 
   margin-bottom: 20px;
   padding: 5px;
   text-align: center;
}
.logo
{
	font-size: 10%
}


/* Le menu */

#menu
{
   
   width: 160px;
   height: 250px;
   position: fixed;
   left: 10px;
   top: 30%;

}

.element_menu
{
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 40px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 50px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}
.element_menu h4
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
.compteurs
{
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   text-align: center;
   
   margin-bottom: 10px;
}



/* Le corps de la page */

#corps
{
   margin-left: 5px;
   margin-top: 50px;
   margin-bottom: 20px;
   padding: 5px;
   text-align: justify;
   
   font-size: 20px
   
 
}
.imgaccueil
{
	text-align: center;
	
}
	
.presentation

{
	font-size: 16px;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif; 
	
}	
.renovation
{
	font-size: 30px;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
.slogan
{
	font-size: 16px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	text-decoration: underline;
}
.interieur
{
	font-size: 16px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	border: 2px solid black;
}
.exterieur
{
	font-size: 16px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	border: 2px solid black;
}
.photo
{
	font-size: 12px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	
	
}
.contact h3
{
	font-size: 16px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	text-decoration: underline;
	
	
}
.contact
{
	font-size: 14px;
	text-align: center;
	font-family: Georgia, Arial, serif;
	border: 2px solid black;
	
}
	
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   clear: both;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

/* Les compteurs */

#compteurs
{
  
   width: 160px;
   /*height: 250px;*/
   position: fixed;
   left: 10px;
   bottom: 5%;

}