/********************************************************************/
/*                        Import du fichier CSS                     */
/*   <link href="fichier.css" rel="stylesheet" type="text/css" />   */
/********************************************************************/

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family:Trebuchet MS,Trebuchet,Verdana,Arial,Sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
}

#page {
	position:relative;
	text-align: left;
	width: 100%;
	min-height:776px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*
.titre {
	color:#ffffff;
	font-size:23px;
	font-family:Trebuchet MS,Trebuchet,Verdana,Arial,Sans-serif;
}

.soustitre {
	color:#22313a;
	font-size:20px;
	font-family:Trebuchet MS,Trebuchet,Verdana,Arial,Sans-serif;
}

.arial_bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#2c495e;
	font-size:15px;
	font-weight:bold;
}

.arial_bold_blanc {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}

.arial_blanc {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
}

.arial_bold_bleu {
	font-family:Arial, Helvetica, sans-serif;
	color:#3ebdd9;
	font-size:15px;
	font-weight:bold;
}
*/

a {
	color:#e53d4c;
	text-decoration:none;
}

a:hover {
	color:#e53d4c;
	text-decoration:underline;
}

input[type=text] {
	background-color:#FFFFFF;
	width:300px;
	height:15px;
	border:none;
	font-size:10px;
}

textarea {
	background-color:#FFFFFF;
	width:300px;
	height:50px;
	border:none;
	font-size:12px;
	font-family:Trebuchet MS,Trebuchet,Verdana,Arial,Sans-serif;
}

.erreur {
	color:#FF0000;
}

div .clear {
	clear:both;
}





/********/
/* HAUT */
/********/

#haut {
	position:relative;
	width:100%;
	margin:0 auto;
	height:231px;
	background-image:url(../images/fond_haut.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#haut_contenu {
	position:relative;
	/*
	width:1054px;
	*/
	width:960px;
	margin:0 auto;
}


ul.menu {
	display:block;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	top:207px;
	left:230px;
	width:824px;
	height:24px;
}

ul.menu li {
	display:block;
	position:relative;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	text-align:center;
	font-size:12px;
}

a#nature {
	display:block;
	position:relative;
	width:75px;
	height:24px;
	background:url(../images/bouton_nature_off.jpg) top left no-repeat;
}

a#nature:hover, a#nature_on, a#nature.hover {
	display:block;
	position:relative;
	width:75px;
	height:24px;
	background:url(../images/bouton_nature_on.jpg) top left no-repeat;
}


a#sante {
	display:block;
	position:relative;
	width:64px;
	height:24px;
	background:url(../images/bouton_sante_off.jpg) top left no-repeat;
}

a#sante:hover, a#sante_on, a#sante.hover {
	display:block;
	position:relative;
	width:64px;
	height:24px;
	background:url(../images/bouton_sante_on.jpg) top left no-repeat;
}


a#gourmande {
	display:block;
	position:relative;
	width:111px;
	height:24px;
	background:url(../images/bouton_gourmande_off.jpg) top left no-repeat;
}

a#gourmande:hover, a#gourmande_on, a#gourmande.hover {
	display:block;
	position:relative;
	width:111px;
	height:24px;
	background:url(../images/bouton_gourmande_on.jpg) top left no-repeat;
}


a#authentique {
	display:block;
	position:relative;
	width:118px;
	height:24px;
	background:url(../images/bouton_authentique_off.jpg) top left no-repeat;
}

a#authentique:hover, a#authentique_on, a#authentique.hover {
	display:block;
	position:relative;
	width:118px;
	height:24px;
	background:url(../images/bouton_authentique_on.jpg) top left no-repeat;
}

/*
a#chiffres {
	display:block;
	position:relative;
	margin:0 0 0 20px;
	width:118px;
	height:24px;
	background:url(../images/bouton_chiffres_off.jpg) top left no-repeat;
}

a#chiffres:hover, a#chiffres_on, a#chiffres.hover {
	display:block;
	position:relative;
	margin:0 0 0 20px;
	width:118px;
	height:24px;
	background:url(../images/bouton_chiffres_on.jpg) top left no-repeat;
}
*/


a#chiffres {
	display:block;
	position:relative;
	width:182px;
	height:24px;
	background:url(../images/bouton_chiffres2_off.jpg) top left no-repeat;
}

a#chiffres:hover, a#chiffres_on, a#chiffres.hover {
	display:block;
	position:relative;
	width:182px;
	height:24px;
	background:url(../images/bouton_chiffres2_on.jpg) top left no-repeat;
}


a#contact {
	display:block;
	position:relative;
	margin:0 0 0 -5px;
	width:94px;
	height:24px;
	background:url(../images/bouton_contact_off.jpg) top left no-repeat;
}

a#contact:hover, a#contact_on, a#contact.hover {
	display:block;
	position:relative;
	margin:0 0 0 -5px;
	width:94px;
	height:24px;
	background:url(../images/bouton_contact_on.jpg) top left no-repeat;
}





/***********/
/* CONTENU */
/***********/
#centre {
	position:relative;
	width:100%;
	margin:0 auto;
	height:auto;
}

#centre_contenu {
	display:block;
	position:relative;
	/*
	width:1054px;
	*/
	width:960px;
	min-height:407px;
	margin:0 auto;
}

#contenu_gauche {
	display:block;
	position:relative;
	float:left;
	width:230px;
	min-height:407px;
}

#contenu_droite,
#contenu_droite_accueil,
#contenu_droite_chiffres,
#contenu_droite_authentique,
#contenu_droite_gourmande,
#contenu_droite_sante1,
#contenu_droite_sante2,
#contenu_droite_nature1,
#contenu_droite_nature2,
#contenu_droite_actualite,
#contenu_droite_contact {
	display:block;
	position:relative;
	float:left;
	/*
	width:824px;
	*/
	width:730px;
	height:auto;
	color:#3e3e3e;
	font-size:12px;
}

#contenu_droite {
	min-height:407px;
}

#contenu_droite_accueil {
	min-height:407px;
	background:url(../images/fond_accueil.jpg) top left no-repeat;
}

#texte_accueil {
	display:block;
	position:relative;
	top:100px;
	left:15px;
	width:200px;
	margin:0;
	padding:0;
}

#texte_accueil h1 {
	font-weight:bold;
	color:#3e3e3e;
	font-size:12px;
}


#contenu_droite_chiffres {
	min-height:498px;
	background:url(../images/fond_chiffres.jpg) top left no-repeat;
	padding:45px 375px 10px 25px;
	width:330px;
}


#contenu_droite_chiffres h1 {
	position:relative;
	top:0;
	left:80px;
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_chiffres h2 {
	color:#3e3e3e;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}



#contenu_droite_authentique {
	min-height:556px;
	background:url(../images/fond_authentique.jpg) top left no-repeat;
	padding:35px 370px 10px 25px;
	width:335px;
	text-align:justify;
}


#contenu_droite_authentique h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_authentique h2 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}



#contenu_droite_gourmande {
	min-height:730px;
	background:url(../images/fond_gourmande.jpg) top left no-repeat;
	width:730px;
	text-align:justify;
}

#contenu_droite_gourmande h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_gourmande h2 {
	color:#3e3e3e;
	font-size:13px;
	font-weight:bold;
}

#contenu_droite_gourmande h3 {
	color:#3e3e3e;
	font-size:12px;
	font-weight:bold;
	display:inline;
}

#texte1_gourmande {
	display:block;
	position:relative;
	width:410px;
	height:450px;
	padding:10px 10px 0 20px;
	text-align:justify;
}

#texte2_gourmande {
	display:block;
	position:absolute;
	width:330px;
	padding:20px 0 0 400px;
	text-align:justify;
}



#contenu_droite_sante1 {
	min-height:478px;
	background:url(../images/fond_sante1.jpg) top left no-repeat;
	padding:25px 10px 10px 320px;
	width:400px;
	text-align:justify;
}


#contenu_droite_sante1 h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_sante1 h2 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}


#contenu_droite_sante2 {
	min-height:855px;
	background:url(../images/fond_sante2.jpg) top left no-repeat;
	padding:25px 420px 10px 10px;
	width:290px;
	text-align:justify;
}

#contenu_droite_sante2 h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_sante2 h2 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#texte_interview {
	display:block;
	position:absolute;
	width:250px;
	height:auto;
	top:170px;
	left:390px;
	font-size:11px;
	font-weight:bold;
}


#contenu_droite_nature1 {
	min-height:460px;
	background:url(../images/fond_nature1.jpg) top left no-repeat;
	padding:25px 380px 10px 10px;
	/*
	width:379px;
	*/
	width:340px;
	text-align:justify;
}

#contenu_droite_nature1 h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_nature1 h2 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_nature2 {
	min-height:407px;
	background:url(../images/fond_nature2.jpg) top left no-repeat;
	padding:25px 400px 10px 10px;
	width:320px;
	text-align:justify;
}

#contenu_droite_nature2 h1 {
	color:#e53d4c;
	font-size:14px;
	font-weight:bold;
}

#contenu_droite_nature2 h2 {
	color:#010101;
	font-size:13px;
	font-weight:bold;
}

#contenu_droite_contact {
	min-height:407px;
	background:url(../images/fond_contact.jpg) top left no-repeat;
	padding:25px 10px 10px 445px;
	width:275px;
	text-align:justify;
}



#liste_actualites {
	display:block;
	position:relative;
	float:left;
	width:214px;
	height:auto;
	padding:0 30px 0 10px;
	background:url(../images/fond_liste_actualites.jpg) top left repeat-y;
}

#liste_actualites ul {
	list-style:none;
	margin:0;
	padding:0;
}

#liste_actualites li {
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}

#detail_actualites {
	display:block;
	position:relative;
	float:left;
	width:405px;
	height:auto;
	margin:305px 0 0 0;
	padding:10px;
	background-color:#f0f0f0;
}

#actu_photo1 {
	display:block;
	position:absolute;
	top:28px;
	left:233px;
	width:270px;
	height:265px;
	z-index:1;
}

#actu_photo2 {
	display:block;
	position:absolute;
	top:87px;
	left:503px;
	width:205px;
	height:205px;
	z-index:1;
}

#actu_titre {
	display:block;
	position:absolute;
	top:291px;
	left:252px;
	width:250px;
	height:40px;
	z-index:3;
}

#actu_masque {
	display:block;
	position:absolute;
	top:10px;
	left:190px;
	width:533px;
	height:344px;
	z-index:2;
}


/*******/
/* BAS */
/*******/

#bas {
	position:relative;
	width:100%;
	margin:0 auto;
	min-height:150px;
	background-image:url(../images/fond_bas.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#97c00e;
}

#bas_contenu {
	display:block;
	position:relative;
	/*
	width:1054px;
	*/
	width:960px;
	min-height:150px;
	margin:0 auto;
}

#bas_gauche {
	display:block;
	position:relative;
	float:left;
	width:595px;
	height:150px;
	margin:0 auto;
}

#lien_actualite {
	display:block;
	position:absolute;
	z-index:99;
	width:215px;
	height:20px;
	top:50px;
	left:25px;
	
}

a#actualite {
	display:block;
	position:relative;
	width:215px;
	height:20px;
	background:url(../images/bouton_actualite_off.gif) top left no-repeat;
}

a#actualite:hover, a#actualite_on, a#actualite.hover {
	display:block;
	position:relative;
	width:215px;
	height:20px;
	background:url(../images/bouton_actualite_on.gif) top left no-repeat;
}

#bas_droite,
#bas_droite_sante,
#bas_droite_sante2,
#bas_droite_chiffres,
#bas_droite_authentique,
#bas_droite_nature,
#bas_droite_nature2,
#bas_droite_gourmande,
#bas_droite_actualite {
	display:block;
	position:relative;
	float:left;
	/*
	width:329px;
	*/
	width:235px;
	height:60px;
	padding:90px 0 0 130px;
	color:#ffffff;
}

#bas_droite a,
#bas_droite_sante a,
#bas_droite_sante2 a,
#bas_droite_chiffres a,
#bas_droite_authentique a,
#bas_droite_nature a,
#bas_droite_nature2 a,
#bas_droite_gourmande a,
#bas_droite_actualite a  {
	color:#ffffff;
}

#bas_droite_sante {
	background:url(../images/bas_encart_sante.jpg) top left no-repeat;
}

#bas_droite_sante2 {
	background:url(../images/bas_encart_sante2.jpg) top left no-repeat;
}

#bas_droite_chiffres {
	background:url(../images/bas_encart_chiffres.jpg) top left no-repeat;
}


#bas_droite_authentique {
	background:url(../images/bas_encart_authentique.jpg) top left no-repeat;
}

#bas_droite_nature {
	background:url(../images/bas_encart_nature.jpg) top left no-repeat;
}

#bas_droite_nature2 {
	background:url(../images/bas_encart_nature2.jpg) top left no-repeat;
}

#bas_droite_gourmande {
	background:url(../images/bas_encart_gourmande.jpg) top left no-repeat;
}

#bas_droite_actualite {
	background:url(../images/bas_encart_actualite.jpg) top left no-repeat;
}

#bas_contenu ul {
list-style: none;
clear:left;
margin: 0;
padding: 0;
text-align:center;
}

#bas_contenu li {
font-size:9px;
display:inline;
color:#ffffff;
}

#bas_contenu li a {
font-size:9px;
text-decoration:none;
color:#ffffff;
}

#bas_contenu li a:hover {
color:#ffffff;
text-decoration:underline;
}


