

/* -------- CSS GENERAL -------- */
	
html {
 margin: 0;
 padding: 0;
}

/* Normalise les marges et le remplissage */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, select, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#f6f5f2;
	color: #58585a;
	text-align:left;
}


/* Normalise les tailles de polices pour les en-têtes */

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	top:406px;
	left:595px;
	width:179px;
	height:105px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	font-size:.9em;
	color:#000;
	display:block;
	text-indent:-9999px;
	z-index:50;
}

h1 a, h1 a:hover{
	width:179px;
	height:105px;
	text-decoration:none;
	color:#000;
	display:block;
}

h2{
	padding:10px 0 15px 0;
	font-size:1.1em;
	font-style:italic;
	color:#58585A;
}

h3{
	padding:0 0 5px 0;
	font-size:1em;
	color:#DC517D;
	text-align:center;
	line-height:17px;
}

h3.titre_recette{
	padding:0 0 5px 0;
	font-size:1em;
	color:#DC517D;
	text-align:left;
	font-style:normal;
}

h4, span.titre_actu{
	padding:5px 0 0 0;
	font-size:.8em;
	color:#504a50;
	font-weight:bold;
}

h5{
	padding:3px 0 0 0;
	font-size:.8em;
	color:#ac486c;
	font-weight:bold;
}

h6{
	padding:50px 0 10px 0;
	font-size:.8em;
	color:#5a847e;
	font-weight:bold;
}

/*  Supprime list-style pour les listes*/

ol, ul{
	list-style:none;
}


/* clear */

.clear{
	clear:both;
}

/* Mentions légales */

p.mentions_legales{
	padding:10px;
	font-size:.8em;
	color:#fff;
}

p{
	padding:5px 0 5px 0;
	font-size:.8em;
	line-height:17px;
	color: #58585a;
}

p a{
	color:#D84A7C;
	text-decoration:none;
}

p a:hover{
	text-decoration:underline;
}

span.texte_center{
	text-align:center;
}

.strong{
	font-weight:bold;
}

span.paragraphe_centre{
	text-align:center;
	color: #58585a;
	font-size:.9em;
}

span.texte_tel{
	padding:25px 0 15px 0;
	color:#D84A7C;
	font-size:2em;
}

span.texte_mini{
	color:#627A75;
	font-size:.8em;
	font-weight:bold;
	line-height:17px;
}

/* -------- GENERAL -------- */

#general{
	margin:0 auto;
	width:980px;
}


/* -------- CONTENT -------- */

#main_sommaire, #main_menu, #main_resa, #main_contact, #main_diapo, #main_autre{
	margin:0 auto;
	width:980px;
	min-height:1500px;
	background:#fff;
	position:relative;
}

#main_sommaire{
	background:url(../images/bg_sommaire.jpg) top no-repeat;
}

#main_menu{
	background:url(../images/bg_menu.jpg) top no-repeat;
}

#main_resa{
	background:url(../images/bg_resa.jpg) top no-repeat;
}

#main_contact{
	background:url(../images/bg_contact.jpg) top no-repeat;
}

#main_diapo{
	background:url(../images/bg_diapo.jpg) top no-repeat;
}

#main_autre{
	background:url(../images/bg_autre.jpg) top no-repeat;
}


/* -------- HEADER -------- */

#cam{
	top:0px;
	left:845px;
	width:71px;
	height:88px;
	background:url(../images/camera.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	z-index:10;
}

#cam a, #cam a:hover{
	width:71px;
	height:88px;
	display:block;
	text-decoration:none;
}

#cam a{
	background:url(../images/camera.png) no-repeat 0 0;
}

#cam a:hover{
	background:url(../images/camera.png) no-repeat 0 -88px;
}


#header{
	margin:0 auto;
	width:980px;
	height:150px;
	background:#F00;
}




/* -------- CONTENU DIVERS -------- */

#actu_actu{
	top:420px;
	left:80px;
	width:490px;
	position:absolute;
	z-index:15;
}

#actu_sommaire{
	top:472px;
	left:200px;
	width:390px;
	height:185px;
	background:url(../images/actualites.png) no-repeat;
	position:absolute;
	z-index:15;
}

.vignette_actu{
	margin:8px 0 0 55px;
	width:123px;
	float:left;
}

.texte_actu{
	margin:8px 0 0 0;
	width:192px;
	padding:10px;
	float:right;
}

.content_recette{
	margin:10px 0 10px 0;
	width:490px;
}

.vignette_recette{
	margin:10px 0 0 0;
	width:125px;
	float:left;
}

.texte_recette{
	margin:10px 0 0 0;
	width:337px;
	padding:10px;
	float:right;
}


.date{
	font-size:.8em;
	font-weight:bold;
}

.texte{
	color:#D84A7C;
	font-weight:bold;
}

p.texte a{
	color:#D84A7C;
	text-decoration:none;
}

p.texte a:hover{
	text-decoration:underline;
}

p.texte_tel{
	padding:25px 0 15px 0;
	color:#D84A7C;
	font-size:2em;
}

#multimedia{
	top:105px;
	left:48px;
	width:922px;
	height:345px;
	position:absolute;
	z-index:30;
}

#content_autre{
	top:105px;
	left:80px;
	width: 490px;
	position: absolute;
	z-index:25;
}

.img{
	margin:10px 0 0 0;
}

.imprimer{
	color:#D84A7C;
	font-size:.8em;
}


/* TITRE CARTE ET MENUS */

h2.titre_carte{
	padding:10px 0 10px 0;
	font-size:1.4em;
	color:#836875;
	font-style:normal;
	text-align:center;
}

span{
	color:#8d7480;
	font-size:.8em;
	text-align:center;
}

h3.txt_explicatif{
	padding:10px 0 5px 0;
	font-size:1em;
	color:#836875;
	font-style:normal;
	text-align:center;
}

h4.titre_liste{
	width:200px;
	padding:15px 10px 0 10px;
	color:#96ac04;
	font-size:1.2em;
	background: url(../images/menu/border_menu.gif) repeat-x bottom;
	text-align:center;
}

h5.titre_formule{
	padding:15px 10px 0 10px;
	color:#896f7a;
	font-size:1.3em;
	text-align:center;
}

h6.titre_prix{
	margin:0;
	padding:0;
	color:#896f7a;
	font-size:1.2em;
	text-align:center;
}

