/* 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) */
.invisible{
 display:none;
}
.container0{
  width:100%;
  height:100%;
  background: url(../images/charte/bg-container.jpg) repeat-y center;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}

#contenuTexte .wide-section{
  width:790px;
  float:left;
  padding-bottom:10px;
}
#contenuTexte .pic-box{
  float:left;
  padding-top:10px;
}
#contenuTexte .pic-box1{
  float:right;
}
#contenuTexte .box1{
  float:right;
  width:558px;
}
#contenuTexte .pic-box .thumb1, #contenuTexte .pic-box1 .thumb1, #contenuTexte .thumb1{
  float:left;
  border:solid 2px #8799a1;
  margin:1px;
  padding:1px;
  background-color:#b9bbad;
}
#contenuTexte .thumb2{
  border:solid 2px #8799a1;
  margin:1px;
  padding:1px;
  background-color:#b9bbad;
}
#contenuTexte .middle{
  text-align:center;
  /*color:#0E0E0E;*/
  background:#EDEEE8;
  padding-top:7px;
}
#contenuTexte .middle2{
  text-align:center;
  /*color:#0E0E0E;*/
  background:#EDEEE8;
  padding-top:7px;
  font-size:13px;
  font-weight:bold;
  }
#contenuTexte .middle1{
  text-align:center;
}
#contenuTexte .underline{
  text-decoration:underline;
}
#contenuTexte h2 span{
  font-size:0.8em;
  padding-bottom:5px;
}
#adresse-contact{
  width:235px;
  padding:5px;
  float:left;
  background:#EDEEE8;
}



