body
{
   width: 1255px;
   margin: left;
   margin-top: 20px;
   margin-bottom: 15px;    
   background-color : #2A302A ;
}

hr
{ 

color: #999999; 
background-color: #999999;
width: 1250px ;
height: 5px; 
}

font
{
color: red;
}

/* L'en-tête */

#en_tete
{
   
   height: 100px;

   background-repeat: no-repeat;
   margin-bottom: 10px;
   color:#F6C400;
   text-align: center;
   font-family: Calibri;
   font-size: 24px;
   text-align: right;
   
   background-image:url("ccdrague2.jpg");
   
   
 
   
   margin-left: 430px;
   
}
#face
{
margin-top:20px;
margin-left: 2px ;
background-color: #CCCCCC;
border: 2px solid white;
width: 230px;

}
#pub1
{
position: absolute;
   right: 22%;
   Top: 150px;
}
#pub2
{



position: absolute;
   right: 2%;
   Top: 270px;

}
#pub3
{



position: absolute;
   left: 2%;
   top: 620px;

}

#pub4
{



position: absolute;
   left: 2%;
   top: 720px;

}
/* Le menu */

#menu
{
   float: left;
   width: 140px;
   margin-top:20px;
   
}

.element_menu
{
   background-color: #CCCCCC;
   
   background-repeat: repeat-x;
   
   border: 2px solid white;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Calibri;
   text-align: center;
}

.element_menu ul
{
   
   padding: 0px;
   padding-left: 20px;
   margin: 10px;
   margin-bottom: 5px;
   font-family: Calibri;
}


.element_menu a
{
   color:#000000;
   font-family: Calibri;
}

.element_menu a:hover
{
   background-color: #CCCCCC;
   color: orange;
}
.element_menu a:active
{
	color: red;
	}
.element_menu li:
{
	color: black;
	}

/* Le corps de la page */

#corps
{
   margin-left: 150px;
   margin-right: 220px;
   margin-top:20px;
   margin-bottom: 60px;
   padding: 40px;
   
   color: #000000;
   background-color: #CCCCCC;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family: Calibri;
   font-size: 15px;
   
   border: 2px solid white;
}

#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Calibri;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #000000;
   text-align: left;
   font-family: Calibri;
}


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

#pied_de_page
{
   padding: 5px;
   margin-right: 20px;
  

   text-align: center;

   color: #000000;
   background-color: #CCCCCC;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family: Calibri;
   
   border: 2px solid white;
}
