#conteneur {
/*  border: 1px solid #0000F4;*/
  height: 765px;
}


#log_o {
  position: static;
  background-image: url('../images/BSBO_5.png');
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  width: 299px;
  height: 38px;
  padding: 0px;
}


#menu {
  clear: both;
}


a {
  color: #0000A0;
}


#bande1 {
  float: left;
  width: 950px;
  margin-top: 50px;

}


#col1 {
  float: left;
  width: 300px;
  margin-top: 20px;

}


#menuvertical_c {
  float: left;
  width: 100%;
}


.dernieretable {
  float: left;
  width: 200px;
  margin-top: 20px;
}


#avertissement {
  font-family: Tahoma;
  font-size: 9pt;
  /*display: inline;
  clear: both;*/
  float: left;
  width: 200px;
  /*height: 180px;*/
  border: 2px outset #FFFF00;
  background-color: #006BD7;
  color: #FFFFFF;
  margin: 20px 0 0 20px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


#pav1 {
  /*position: relative;
  display: inline;*/
  float: left;
  border: 1px solid #FF8040;
  margin: 0px 0px 0px 0px;
  width: 600px;
  /*height: 420px;*/
  background-color: #FFFFD7;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


#mentions {
  float: left;
  width: 950px;
  border: 1px solid blue;
  margin-top: 20px;
  padding: 10px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;

}


#adressesmail {
  /*border: 1px solid black;*/
  font-family: Tahoma;
  font-size: 11pt;
  color: #CC4200;
  margin: 35px 0px 0px 15px;
}


#commentaires {
  font-family: Tahoma;
  font-size: 10pt;
  color: #0000A0;
  line-height: 1.5em;
  padding-bottom: 10px;
}


.ital {
  color: #2B2BFF;
  font-style: italic;
}


.zonesaisie {
  font-family: Tahoma;
  font-size: 10pt;
  color: #804040;
  background-color: #F7FDDB;
}


.etiq {
  font-family: Tahoma;
  font-size: 10pt;
  color: #CC4200;
}


#bvalider {
  font-family: Tahoma;
  font-size: 10pt;
  color: #408080;
}


#beffacer {
  font-family: Tahoma;
  font-size: 10pt;
  color: #FF5C0F;
}


#averts {
  /*color: #FFFFFF;*/

}


.leg_titre {
  text-align: right;
  width: 100%;
  font-family : Verdana;
  font-size : 12px;
  padding-top: 5px;
  color: #006A9D;
}


.leg_p {
  width: 100%;
  font-family : Verdana;
  font-size : 12px;
  color: #000000;

}

#mail :valid {
   box-shadow: 0 0 2px 1px green;
   border-color: green;
}

#mail :invalid {
   box-shadow: 0 0 2px 1px red;
   border-color: red;
}
