


body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
 /*  background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
 
	background: url("image/fond8.jpg") center;
	

}

#en_tete
{
   width: 1000px;
   height: 133px;
   background-image: url("image/bandeau2.jpg");
   background-repeat: no-repeat;
  margin-top:0px;
   
   
}

.logogreta
{
margin-top:35px;
margin-left:52px;
}

#menu_horizontal
{
width: 1000px;
float: right;
height: 45px;
background-color: #FFFFFF;
}

.element_menu
{/*
   font-size: 24px;
   text-indent:48px;
   font-weight: bold;
   margin-top:7px;   
   color: #FFFFFF;   
   font-family: Calibri, Arial, "Times new Roman";*/
}


#menu_vertical
{
   float:left;
   padding-top: 30px;
   
   width: 210px;
   height:1300px;
   
   background-color: #FFFFFF;
   

}

#corps
{
	float:right;
	padding-top: 30px;
	width: 790px;
	height: 1300px;
	background-color: #FFFFFF;
	
 }

.entete
{
font-family: Calibri, Arial, "Time New Roman";
width: 790px;
height: 150px;
}
 
.part1
{
float: left;
width: 365px;
margin-right: 30px;
}
.part2
{
float: left;
width: 395px;
}

.espace
{
float: right;
width:790px;
height: 50px;
}
 
.titre
{
font-size: 17px;
color: #460071;
font-family: Calibri, Arial, "Time New Roman";
} 
.contenu
{
font-size: 14px;
color: #000000;
font-family: Calibri, Arial, "Time New Roman";
font-weight: normal;
} 

#pied_de_page
{
width: 1000px;
font-size: 14px;
background-color: #FF0000;
color: #FFFFFF;
font-family: Calibri, Arial, "Time New Roman", serif;
text-align: center;
}


