/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
*{
  margin: 0;
  padding: 0;
  }
h1{
  font: bold 24px Arial, Helvetica, Verdana;
  color: #777;
  letter-spacing: -1px;
  margin: 20px 0 10px;
  }
h2{
  font: bold 16px Arial, Helvetica, Verdana;
  color: #0279d7;
  border-bottom: 1px solid #CCC;
  margin: 15px 0 0;
  clear: both;
  }
h3{
  font: normal 16px Arial, Helvetica, Verdana;
  color: #0279D7;
  border-bottom: 1px solid #FFF;
  padding: 5px 0 0;
  }
p{
  margin: 5px 0;
  text-align: justify;
  }
.petit{
  font: bold 11px Arial, Helvetica, Verdana;
  color: #000;
  }
a:focus, a:active{
  outline: none;
  }
a{
  color: #666;
  text-decoration: none;
  }
a:hover{
  color: #0279D7;
  }
a img{
  border: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  }
a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  }
img.floatleft{
  float: left;
  margin: 10px 10px 10px 0;
  }
.floatleft50{
  float: left;
  margin: 10px;
  width: 280px;
  text-align: center;
  }
.floatleft50 p{
  text-align: center;
  }
.center{
  text-align: center;
  }
#contenu li{
  margin: 0 0 0 15px;
  list-style-type: disc;
  }

/* contact
******************/
#formContact{
  width: 612px;
  padding: 0;
  margin: 25px 0 15px 10px;
  }
#formContact .row{
  text-align: right;
  position: relative;
  }
#formContact .col{
  float: left;
  width: 306px;
  }
#formContact .row label{
  position: absolute;
  top: 7px;
  text-align: right;
  font: 11px Arial, Helvetica, sans-serif;
  color: #333;
  width: 142px;
  }
#formContact .row input{
  width: 141px;
  height: 15px;
  border: none;
  background: url(../images/contact/form_input.png) no-repeat;
  padding: 7px 7px 7px 148px;
  font-size: 9px;
  }
#formContact .row input:focus{
  background-position: 0 -29px;
  }
#formContact #rowadresse label, #formContact #rowcommentaire label{
  margin: 0 5px 0 0;
  width: 287px;
  }
#formContact .row textarea{
  width: 282px;
  border: none;
  padding: 22px 7px 7px;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  }
#formContact .row textarea#adresse{
  height: 30px;
  background: url(../images/contact/form_textarea1.png) no-repeat;
  }
#formContact .row textarea#commentaire{
  height: 74px;
  background: url(../images/contact/form_textarea2.png) no-repeat;
  }
#formContact .row textarea#adresse:focus{
  background-position: 0 -59px;
  }
#formContact .row textarea#commentaire:focus{
  background-position: 0 -103px;
  }
#formContact #rowsubmit{
  clear: both;
  }
#formContact #rowsubmit input{
  width: 148px;
  height: 40px;
  background: none;
  padding: 0;
  margin: 0 0 0 -3px;
  }
#formContact #rowsubmit input:active, #formContact #rowsubmit input:focus{
  outline: none;
  }
.champRequis{
  color: #FF0000;
  }
