/* 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";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* texte général */
#contenuTexte ul{
  margin: 0 0 5px 25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
.bold{
  font-weight: bold;
  }
hr{
  border: none;
  height: 1px;
  background: #b4bcff;
  color: #b4bcff;
  overflow: hidden;
  margin: 15px 10px 15px 0;
  }
a:active, a:focus{
  outline: none;
  }

/* page contact */
#formContact{
  width: 457px;
  float: left;
  border-right: 1px solid #b4bcff;
  padding: 0 8px 0 0;
  margin: 0 0 15px 0;
  }
#formContact .row{
  text-align: right;
  }
#formContact .row label{
  text-align: right;
  }
#formContact .row input{
  width: 177px;
  height: 22px;
  border: none;
  background: url(../images/charte/form_input.gif) no-repeat;
  padding: 7px 15px 0;
  font-size: 9px;
  }
#formContact .row input:focus{
  background-position: 0 -29px;
  }
#formContact #rowadresse label, #formContact #rowcommentaire label{
  margin: 0 5px 0 0;
  }
#formContact .row textarea{
  width: 438px;
  border: none;
  padding: 4px 4px 4px 15px;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  }
#formContact .row textarea#adresse{
  height: 51px;
  background: url(../images/charte/form_textarea1.gif) no-repeat;
  }
#formContact .row textarea#commentaire{
  height: 95px;
  background: url(../images/charte/form_textarea2.gif) no-repeat;
  }
#formContact .row textarea#adresse:focus{
  background-position: 0 -59px;
  }
#formContact .row textarea#commentaire:focus{
  background-position: 0 -103px;
  }
#formContact #rowsubmit input{
  width: 207px;
  height: 29px;
  background: none;
  padding: 0;
  margin: 0 0 0 5px;
  }
#formContact #rowsubmit input:active, #formContact #rowsubmit input:focus{
  outline: none;
  }
#contenu #contactTxt{
  width: 190px;
  margin: 10px 0 0 8px;
  float: left;
  }
#contenu #contactPlan{
  width: 190px;
  margin: 10px 0 0 0;
  float: left;
  }
#contenu #contactPlan img{
  border: none;
  }
.champRequis{
  color: #FF0000;
  }

/* page plan */
#pageplan{
  width: 630px;
  height: 635px;
  background: url(../images/plan/plan_mini.png);
  }
#pageplan2{
  width: 630px;
  height: 635px;
  background: url(../images/plan/plan_maxi.png);
  }
#lien1{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 12px;
  background: url(../images/plan/plan_btn1.png);
  }
#lien2{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 38px;
  background: url(../images/plan/plan_btn2.png);
  }
#lien3{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 64px;
  background: url(../images/plan/plan_btn3.png);
  }
#lien1:hover, #lien2:hover, #lien3:hover{
  background-position: 0 -25px;
  }