body
{
  margin: 0;
  background-color: #fff;
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Arial, Verdana, sans-serif;
 }

#global
{
  position: absolute;
  left: 50%; 
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -290px; /* moitié de la hauteur */
  margin-left: -250px; /* moitié de la largeur */
  width: 500px;
  height: 580px;
}

#container
{
  width: 500px;
  margin-left: 27px;
 /* background-color: #799E44;*/
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}

img
{
  border: 0;
}

#header
{
  height: 73px;
  width: 500px;
  background-color: #fff;
}

#logo
{
  float: left;
  margin: 0 0 0 10px;
  height: 73px;
}

#centre
{ 
  font-size: 12px;
  padding: 20px;
  text-align: justify;
}

.titre
{
  font-size: 14px;
  font-weight: bold;
  color: #E75B10;
}

#centre img
{ 
  float: left;
  margin: 10px 10px 10px 0;
}


#centre a
{
  color: #346F1B;
  text-decoration: none;
}

#centre a:hover
{
  text-decoration: underline;
}
