
div#en_tete
{
   background-color: rgb(255,255,255);
   width: 100%;
   height: 200px;   
   position: absolute;
   left: 0px;
   top: 0px;
   border-bottom: 2px solid rgb(51,51,204);
   border-right: 2px solid rgb(51,51,204);
}


div#logomidle
{  
   position: absolute;
   left: 450px;
   top: 155px;
}


div#sigle
{  
   width: 220px;
   height: 30px;
   position: absolute;
   left: 650px;
   top: 160px;
   font-family: Arial;
   font-size: 15px;
   color: rgb(51,51,204);
/*   text-align: center;*/
  /* margin-left: 500px;*/
}


div#baniere
{
   position: absolute;   
   top: 0px;
   left: 0px;
   width: 100%;
   height: 150px;
   background-color: rgb(51,51,204); 
   /*right:180px;*/
   /*padding-top:60px;*/
   /*font-family: "Monotype Corsiva";*/
   /*color: rgb(255,5,5);*/
   /*padding-bottom:0px;*/
}


div#metaphore
{  
   position: absolute;
   top: 80px;
   left:220px;
   font-family: "Monotype Corsiva";
   font-size: 17px;
   font-weight: bold;  
   color: rgb(255,255,255);
   text-align: right;

}

.sign
{  

}


div#banleft
{
   position: absolute;
   left: 0px;
   top: 0px;
}


div#banright
{
   position: absolute;
   left: 822px;
   top: 0px;
}


div#gpsb
{
   position: absolute;
   top:167px;
   left:180px;
   font-size:120%;
   font-weight:bold;
   color: rgb(51,51,204);
}




