/* CSS Document */

body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   /*background-image: url(images/body-bg.jpg); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   /*background-repeat:repeat-x;
   background-color:#3399CC; */
   	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x -y;
	background-position: top left;
}

#en_tete
{
   width: 760px;
   height: 150px;
   background-image: url(../images/bandeau.png);
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#menu
{
   float: right;
   width: 150px;
}

.element_menu
{
   background-color: #FDFEFF;
   background-image: url("../images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid  #0099CC;
   
   margin-bottom: 20px;
}


/* 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: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
  /* margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px; */
   
   color: #B3B3B3;
   background-color:#FFFFFF;
   background-image: url("../images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;

   background-image: url("../images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

#navigation { 
    margin: 0 ; 
    padding: 0 ; 
    list-style: none ; 
    text-align: center ; 
    }
	
#navigation li { 
    display: inline ; 
    margin-right: 1px ; 
        }
	

	
/* 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: #000066;
   background-color: #FDFEFF;
   background-image: url("../images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ab4 ;
	background: #fff ;
}
.conteneur {
width: 100%;
/*background-color:#dea; */
background-color: #ife;
}
.image {
float: left;
}
