
 body
{
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0 ;
  font-family: Verdana ;
  background: #E1E1E1;
}

 div#conteneur
{
  margin: 0 auto ;
  width: 800px;
  background: #FFF ;
}

 div#haut
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color: #CC0000;
}

 div#milieu
{
  float: left;
  top: 150px;
  left: 0px;
  width: 800px;
  background-color: #FFF;
}

 div#cadre_principal
{
  float: left;
  top: 0px;
  left: 2px;
  width: 610px;
  padding: 3px ;
  margin-top: 15px;
  margin-bottom: 20px;
  background: #FFF ;
  }

   div#cadre_principal_large
{
  float: left;
  top: 0px;
  left: 2px;
  width: 750px;
  padding: 3px ;
  margin-top: 15px;
  margin-bottom: 20px;
  background: #FFF ;
  }

 div#cadre_login
{
  float: left;
  top: 0px;
  right: 2px;
  width: 160px;
  height: 200px;
  margin-top: 20px;
  background: url(fond-cle.gif);
  background-repeat: no-repeat ;
  }

 div#cadre_newsletter
{
  float: left;
  top: 0px;
  right: 2px;
  width: 160px;
  height: 200px;
  margin-top: 20px;
  background: url(fond-news.gif);
  background-repeat: no-repeat ;
  }


div#cadre_pubcourt
{
  float: left;
  top: 0px;
  right: 2px;
  width: 160px;
  height: 700px;
  margin-top: 20px;
  }

 div#cadre_newsletter_ss
{
  float: left;
  top: 0px;
  right: 2px;
  width: 160px;
  height: 200px;
  margin-top: 20px;
  background: url(fond-news-ss.gif);
  background-repeat: no-repeat ;
  }

 div#bas
{
  clear : both;
  width: 800px;
  bottom: 5px;
  background: #FFF ;
}



 /* ------- Espace Coins arrondis -------- */

.upperleft{
  width : 95%;
  margin-left : auto;
  margin-right : auto;

  background-color : #FFF;
  background-image : url(upperleft.png);
  background-repeat : no-repeat;
  background-position : top left;
}

.upperright{
  background-image : url(upperright.png);
  background-repeat : no-repeat;
  background-position : top right;
}

.lowerleft{
  background-image : url(lowerleft.png);
  background-repeat : no-repeat;
  background-position : bottom left;
}

.lowerright{
  background-image : url(lowerright.png);
  background-repeat : no-repeat;
  background-position : bottom right;
  padding : 3% 3% 3% 3%;
}