/* Generated by KaZcadeS */
body {
  width: 950px;
  margin: auto;
  background-color: #000000;
}
#en_tete {
  border: 4px solid black;
  height: 170px;
  background-image: url(Images/Entete_Portauloin2.bmp);
  background-position: center top;
}
#corps {
  border: 4px solid black;
  background-repeat: repeat-x;
  height: 350px;
  background-image: url(Images/monde.jpg);
 }
#corps h1 {
  text-align: center;
 font-family: Times New Roman, algerian;
 font-style : italic;
 font-weight: bold;
 color: black;
 margin: 10px 10px 10px 10px ;
}
#corps h2 {
   text-align: left;
  color: #33ccff;
}
  #pied_de_page {
  clear : right;
  border: 2px solid black;
  text-align: center;
  color: #b3b3b3;
  height: 10px;
  background-color: #3366ff;
  font-style: oblique;
}


