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

/************************************ FICHE PRODUIT ************************************/
#ficheproduit_img{
	float:left;
	width:300px;
	margin-top:30px;
	/*border:1px solid blue;*/
}
#ficheproduit_descriptif{
	float:right;
	width:330px;
	margin-top:30px;
	/*border:1px solid white;*/
}

/************************************ PRESSE ************************************/

.presse{
	float:left;
	width:650px;
	margin-bottom:10px;
	margin-top:10px;
	height:100px;
	border:1px solid white;
}
.cadre_presse_img{
	float:left;
	width:135px;
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	/*border:1px solid blue;*/
}
.cadre_presse_art{
	float:left;
	width:330px;
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
	/*border:1px solid white;*/
}
.cadre_presse_tele{
	float:right;
	width:150px;
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
	/*border:1px solid white;*/
}
.cadre_presse_tele img{
margin-right:5px;
}

/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
	text-align:center;
}
#contactPlan{
	width:45%;
	float:right;
	text-align:center;
}
#formContact input{
	width:200px;
	border:1px solid #F2D06E;
	font-size:12px;
	background-color:transparent;
}
#formContact textarea{
	width:543px;
	border:1px solid #F2D06E;
	font-size:12px;
	background-color:transparent;
}
*html #formContact textarea,
*+html #formContact textarea{
	width:544px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
.bouton{
	float:left;
	margin-left:30px;
	margin-right:20px;
	color:#ffea9e;
	font:12px/16px Arial, Helvetica, sans-serif;
}

/************************************ CONTENU ************************************/
#contenu{
	width:745px;
	min-height:355px;
	height:auto !important;
	height:355px;
	font:12px/16px Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	color:#ffea9e;
	text-align:justify;
	float:left;
	padding:0 0px 0px 0px; 
	/*border:1px solid blue;*/
}
#contenu a,a:visited{
	color:#ef4043;
	font-weight:bold;
	text-decoration:none;
	}
#contenu a:hover{
	color:#ef4043;
	font-weight:bold;
	text-decoration:underline;
	}
	
#texte{
	width:650px;
	/**/
	}
#texte p{
	margin-bottom:15px;
	}
li{
	list-style-image:url(../images/charte/puce01.gif);
	margin-bottom:3px;
}
.li01{
	list-style-image:url(../images/charte/puce01.gif);
	margin-bottom:18px;
}