body{
  margin:0px;
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #333333;
/*
  background-color:#c7b08a;
*/
  background-color:#deb389;
}
td, p{
   font-size: 1em;
}
div{
   border: 0px solid red;
}
div#enveloppe{
/*
  background-color:#c7b08a;
   background-repeat: no-repeat;
*/
  background-color:#deb389;
   height: 50px;
}
div#bandeau{
   width:100%;
   height:300px;   
   background-position: center;
}

div.croix{
   background-image: url(../images/lacroix.gif);
   background-repeat: no-repeat;
/*
   height: 290px;
*/
height: 400px;
   width: 13px;
}
div#contenu{
   width:620px;
/*
   width:600px;
   height:250px;
*/
height: 360px;
   float:left;
   margin: 13px;
   padding-right:13px;
/*
   padding:13px;
*/
   overflow: auto;
   //overflow-y: auto;
   text-align: justify;
   font-size: 1.1em;
}
div#logo{
   width: 85px;
   height: 290px;
/*
   background-image: url(../images/LOGO_LP.jpg);
   background-position: bottom;
   background-repeat: no-repeat;
   padding-right: 10px;
*/
   float: right;
}
div#logo img{
   vertical-align: bottom;
   float: left;
   margin-top: 190px;
   border: 1px solid black;
}

div#pub{
   width: 100px;
   height: 300px;
   float: right;
}

h2{
   font-size: 1.4em;
}