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

/* styles globaux
********************/
a:active, a:focus{
  outline: none;
  }
a img{
  border: none;
  }
#contenuTexte .floatright{
  float: right;
  }
#contenuTexte img.floatright{
  margin: 0 0 20px 20px;
  }
#contenuTexte .bold{
  font-weight: bold;
  }
#contenuTexte p{
  font-size: 13px;
  margin: 10px 0 0;
  }
#contenuTexte .small{
  font-size: 9px;
  }
#contenuTexte ul{
  list-style-type: disc;
  font-size: 13px;
  margin: 10px 0 0 25px;
  }

/* liens
********************/
#contenuTexte ul{
  list-style-type: none;
  text-align: center;
  margin: 40px 0;
  }
#contenuTexte ul li{
  display: inline;
  }
#contenuTexte ul li img{
  margin: 20px;
  }

/* item
********************/
#contenuTexte .item{
  width: 800px;
  margin: 20px auto;
  padding: 20px 0 0;
  border-top: 1px solid #3F6AE4;
  }
#contenuTexte .item:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
#contenuTexte .item img{
  margin: 0 0 0 20px;
  }
#contenuTexte .item h3{
  margin: 20px 0 0;
  font: bold italic 15px "Trebuchet MS", Arial;
  color: #3F6AE4;
  }
#contenuTexte .item p.date{
  margin : 0;
  font: bold italic 13px "Trebuchet MS", Arial;
  }

/* partenaires
********************/
#contenuTexte.partenaires .item{
  width: 400px;
  margin: 20px 30px;
  float: left;
  }
#contenuTexte.partenaires .item h3{
  margin: 0;
  }

/* contact
********************/
#formContact{
  margin: 25px 15px 15px 0;
  }
#formContact .col{
  width: 452px;
  float: left;
  }
#formContact .row{
  text-align: right;
  }
#formContact .row label{
  text-align: right;
  font: 12px Arial, Helvetica, sans-serif;
  }
#formContact .row input{
  width: 177px;
  height: 22px;
  border: none;
  background: url(../images/contact/form_input.png) 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: 378px;
  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/contact/form_textarea1.png) no-repeat;
  }
#formContact .row textarea#commentaire{
  height: 95px;
  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: 207px;
  height: 29px;
  background: none;
  padding: 0;
  margin: 0 0 0 5px;
  }
#formContact #rowsubmit input:active, #formContact #rowsubmit input:focus{
  outline: none;
  }
.champRequis{
  color: #FF0000;
  }
  
  
  
  /*_______________________________________________EN INDEX*/
  
#contenuTexte  .ul_acc{
	margin-top:10px
	float:left;
	width:380px;
	display: block;
	list-style-image: url(../images/charte/puce1.jpg) ;
 }

#contenuTexte .ul_acc li{
	margin-left:20px;
	padding-left:5px;
	margin-bottom:10px;

	display:list-item;
	text-align: left;
	list-style:url(../images/charte/puce1.jpg) ;

}

#contenuTexte  .ul_serv{
	margin:10px 0px 0px 0px;
	float:left;
	width:380px;
	list-style-image: url(../images/charte/puce1.jpg) ;
 }

#contenuTexte .ul_serv li{
	margin-left:20px;
	padding-left:5px;
	margin-bottom:10px;
	display:list-item;
	text-align: left;
	list-style:url(../images/charte/puce1.jpg) ;

}
