  html,body {
  background : url("../images/bg_lou_pantail.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  margin : 0px;
  color : black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  height : 100%;
  text-align : center;
}

a:link {color : #9f5c51; text-decoration:none;}
a:visited {color : #9f5c51; text-decoration:none;}
a:hover {color : gray; text-decoration:none;}
A:active {color : #9f5c51; text-decoration:none;}

label{
 position: relative;
 width: 100px;
 text-align : left;
 float : left;
 line-height : 22px;
}

.right{
  text-align : right;
}

.centre{
  text-align : center;
}

img{
  border : 0px;
}

.menu_on{
  background-color : #fff3d5;
  color : #353364;
}

.mibr{
  line-height: 6px;
}

.finfloat{
  clear : both;
}

#generale{
  position : relative;
  width : 902px;
  height : 100%;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
  border-left : 1px solid #d2dfff;
}

/* partie haute */

#entete{
  position : relative;
  width : 900px;
  height : 170px;
}

#drapeau{
  position : absolute;
  top : 63px;
  left : 372px;
  width : 13px;
  height : 13px;
}

* html #drapeau{
  top : 61px;
}

#menu1{
  position : absolute;
  top : 62px;
  left : 470px;
  width : 330px;
  height : 12px;
  text-align : center;
  color : #9f5c51;
  font-size: 80%;
  font-weight: bold;
}

#menu2{
  position : absolute;
  top : 84px;
  left : 470px;
  width : 330px;
  height : 12px;
  text-align : center;
  color : #9f5c51;
  font-size: 80%;
  font-weight: bold;
}

/* partie milieu */

#contenu{
  position : relative;
  width : 880px;
  margin-left : 10px;
  font-size: 75%;
}

#haut{
  padding-top : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  color : #9f5c51;
}

#gauche{
  position : relative;
  float : left;
  width : 400px;
  margin-right : 70px;
  padding-top : 20px;
}

#droite{
  position : relative;
  float : left;
  width : 400px;
  padding-top : 20px;
}

#titre{
  color : #9f5c51;
  font-size: 140%;
  font-weight: bold;
}

#formulaire{
  color : #353364;
}

#submitImg{
  padding-left: 200px;
}

#messError{
  color : red;
  text-align : center;
}

/* partie basse */

#footer{
  position : relative;
  background : url("../images/bg_footer.jpg");
  background-repeat: no-repeat;
  width : 900px;
  height : 60px;
  margin-left : auto;
  margin-right : auto;
}

/* ajout spip */
p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.spip {
  margin-top: 0px;
  margin-bottom: 0px;
}

table {
  color: #353364;
  font-family: Arial, Helvetica, sans-serif;
}

