body
{
 background-color: rgb(255, 153, 0);
 font-family: Comic Sans MS;
 color: black;
 font-weight: bold;  
}


h1
{
  font-family: Comic Sans MS; 
  text-align: center;
  color: white; 
  font-size: 48px;
}

h2
{
  font-family: Comic Sans MS; 
  text-align: center;
  color: white; 
  font-size: 30px;
}

a
{
  color: white; 
}

.banniere
{
  font-family: Comic Sans MS; 
  font-size: 14px;
  font-style: italic;
  font-weight: bold; 
  color: white;
}

.pleine_largeur
{
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}


div#conteneur
{ 

  font-family: Comic Sans MS; 
  font-size: 14px;
  font-weight: bold; 
  text-align: center;
  color: white;
}

ul#menu
{
  background-color: rgb(0, 0, 153);
  display:block;
  list-style:none; 
  width: 721px;
  margin:0; 
  padding:0; 
}

ul#menu li
{
  float: left;
  width: 144px;
  height: 30px;
  border: 1px dotted white;
}


.pied
{
  font-family: Comic Sans MS; 
  font-size: 16px;
  font-style: italic;
  font-weight: bold; 
  text-align: center;
  color: white;
}

.auteur
{
 font-family: Comic Sans MS;
  font-size: 14px;
  text-align: center;
  color: white;
}


