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

.blocproduits{
	float:left;
	width:163px;
	height:155px;
	background: url(../images/charte/bloc-produits.gif) no-repeat;
	margin:0 40px 20px 15px;
}
.blocproduits h1{
	font: 1em/1.3em arial; 
	font-weight:bold;
	padding:2px 0 0 30px;
	margin:0px;
}
.bloc-photo{
margin:0 auto 0 auto;
text-align:center;
}
.bloc-details{
	float:right;
	padding:3px 12px 0 0;
	
}

#contenu {
font-family:Arial, Helvetica, sans-serif;
}

						/* STYLE DE LA PAGE Présentation */
.adresse-centre{
text-align:center;
}

#contenu #presentation h3{
background:url(../images/charte/puce-verte.jpg) left no-repeat;
font-size:1em;
font-weight:bold;
padding-left:15px;
color:#68C12B;
}

#contenu #presentation{
padding-bottom:5px;
}

/* STYLE DE LA PAGE News */

h5 {
background:url(../images/charte/puce-verte.jpg) left no-repeat;
padding-left:15px;
font-weight:bold;
font-size:1.1em;
color:#68C12B;
margin:0px;
}

.descriptif-news p{
text-align:justify;
}

.descriptif-news p:first-letter{
font-size:1.3em;
font-weight:bold;
}

.image_news{
margin-top:15px;
margin-left:10px;
}

/* STYLE DE LA PAGE CONTACT */
#contact-page{
width:100%;
}

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:left;
}
#formContact input,textarea{
	
	border:1px solid #000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#formContact input:focus,textarea:focus{
	border-color:#8CF139;
}
#formContact .champRequis{
	color:#17551D;
}

#formContact{
clear:both;
float:left;
/*width:100%;*/
height:auto;
}

#formContact img{
border:0;
}

#formContact .champs-texte{
width:120px;
}

.commentaire{
width:200px;
}

.bouton{
width:70px;
}
