/* 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";
@import "menu2.css";
@import "flexcrollstyles.css";
/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}
/* 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;
}
#formContact input:focus,textarea:focus{
	border-color:#ffffff;
}
#formContact .champRequis{
	color:#FF0000;
}
.invisible{
	display:none;
}
ul.list{
	margin-top:0px;
}
.list li{
	list-style-type:none;
	list-style-position: outside;
	background-image:url(../images/charte/pointer.gif);
	background-position: 0px 1px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.div_content{
  line-height: 13px;
}
.accueil_content{
  width: 270px;
  float: left;
}
.separator{
  width: 270px;
  border-bottom: 2px solid #f0f1f1;
  margin: 10px 0 10px 0;
  font-size: 1px;
  float: left;
}
.separator1{
  width: 722px;
  border-bottom: 2px solid #f0f1f1;
  margin: 10px 0 10px 0;
  font-size: 1px;
  float: left;
}

.separateur{
  background-color:#999999;
	margin:10px auto;
	padding:0;
	height:1px;
}

.left{
  float: left;
}
.right{
  float: right;
}
.color_b{
  color: #0062a1;
  font-weight: bold;
}
.adresse{
  background-image: url(../images/contact/adresse-background.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  letter-spacing: 1px;
  margin-left: 20px;
  float: left;
  width: 240px;
  height: 107px;
}
