/* 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 "reset.css";
@import "charte.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:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}  */

 /*************************************************Editable areea********************************/

.list1 li{
	list-style-position:outside;
	list-style-type:none;
	background-image:url(../images/charte/puce.jpg);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 30px;
	padding:3px 3px 3px 40px;
	font-family:Arial ,"Trebuchet MS";
	font-weight:normal;
	line-height:14px;
	text-align:justify;
}
.background_pages{
  background: url(../images/charte/bg_pages.gif) top left no-repeat;
  width:404px;
  height:187px;
}
.photo_right{
  float:right;
  margin:0px 0px 0px 10px;
  padding:5px;
  background:#ffffff;
  border:solid 1px #AAA49B:
}
.photo{
  margin:0px 10px 0px 0px;
  padding:5px;
  background:#ffffff;
  border:solid 1px #AAA49B:
}
#table{
 margin:15px 0px 10px 25px;
 width:350px;
}
#table td{
  height:17px;
}
.td2{
  text-align:right;
  border-bottom: dotted 1px #AC9E82;
}
.tr1{
  border-bottom: dotted 1px #AC9E82;
}

.pages_head{
  background: url(../images/charte/pages_head.gif) top left no-repeat;
  width:404px;
  height:15px;
}
.pages_footer{
  background: url(../images/charte/pages_footer.gif) top left no-repeat;
  width:404px;
  height:29px;
}
.pages_repeat{
  background: url(../images/charte/pages_repeat.gif) top left repeat-y;
  width:404px;
  display: table;
}
.news{
  width:360px;
  margin:0px 0px 0px 20px;
}
.news_box{
  margin:0px 0px 10px 0px;
}

.news_box h3{
 	margin:0px 0px 5px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#5C180B;
  border-bottom:solid 1px #641C0C;
}
.box_head{
  background: url(../images/charte/box_head.gif) top left no-repeat;
  width:781px;
  height:16px;
}
.box_footer{
  background: url(../images/charte/box_footer.gif) top left no-repeat;
  width:781px;
  height:15px;
}
.box_repeat{
  background: url(../images/charte/box_repeat.gif) top left repeat-y;
  width:781px;
}
.text_horaire{
  color:#990000;
  font-size:12px;
  line-height:14px;
  text-align: justify;
  margin:10px 0px 0px 0px;
}
.liens{
  width:385px;
}

