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

h1,h2,h3,h4 {margin:0;}

/* 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;
}
/*-------------------------------------------------ACCUEIL------------------------------------*/
.bloc-texte-accueil {
	width:450px;
	float:left;
	background-image:url(../images/charte/fd-accueil.jpg);
	background-repeat:no-repeat;
	}
.bloc-texte-accueil li {
	list-style-image:url(../images/charte/puce1.gif);
	padding:3px 0 0 15px;
	}
/*-------------------------------------------------CGV------------------------------------*/
.bloc-cgv {
	width:680px;
	margin:35px 0 0 0;
	}
.titre-pourpre {
	font-weight:bold;
	color:#C50261;
	font-size:13px;
	}
.titre-vert {
	font-weight:bold;
	color:#338B17;
	font-size:13px;
	}
/*-----------------------------------------------DETAIL PRODUIT----------------------------------*/

.detail-produit {
	 width:650px;
	 float:left;
	 padding:10px;
	 }
.detail-photo img {
	border:1px solid  #C50261;
	}
.detail-photo {
	width:300px;
	height:300px;
	float:left;
	}
.detail-descriptif {
	width:300px;
	float:left;
	margin:0 0 0 20px;
	padding-bottom:15px;
	}
.reference {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
	}
.nom-produit {
	display:block;
	color:#C50261;
	font-size:15px;
	font-weight:bold;
	}
.prix {
	font-size:22px;
	font-weight:bold;
	color:#7AC70B;
	margin:10px 0 0 0;
	width:100px;
	float:left;
	display:block;
	padding:5px;
	}
.ajouter {
	width:149px;
	height:21px;
	margin:10px 0 0 15px;
	float:right;
	cursor:pointer;
	}
.retour {
	display:block;
	width:50px;
	margin:25px 0 15px 0;
	}
	
/*-----------------------------------------------CONSEIL----------------------------------*/

.bloc-conseil { 
	width:600px;
	float:left;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #C50261;
	}
	
/*----------------------------------------------ESPACE PRO-----------------------------------*/

.bloc-espace-pro {
	width:300px;
	float:left;
	height:300px;
	margin:50px 0 0 170px;
	}
.champ {
	width:130px;
	float:left;
	margin:0 0 10px 0;
	}
.form {background-color:#FFFFFF;border:1px solid #000;}
label {
	float:left;
	margin:0 0 10px 5px;
	width:135px;
	font-size:14px;
	padding:3px;
	}
fieldset {
	width:300px;
	border:1px solid #C50261;
	}
legend {
	font-size:18px;
	padding:5px;
	margin:0 0 0 72px;
	color:#C50261;
	}

.valider-form {
	width:300px;
	text-align:center;
	padding:30px 0;
	float:left;
	}
/*----------------------------------------CARTE FIDELITE -------------------*/

.bloc-fidelite {
	width:300px;
	height:500px;
	float:left;
	margin:50px 0 0 100px;
	}