/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	color:black;
	font-size:13px;
	font-family:arial, sans-serif;
	background-color:#FFE904;
}

* {
	margin:0px;
	padding:0px;
}

h1 {
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	padding-left:20px;
	padding-top:5px;
}

h5 {
	font-size:14px;
	padding-left:20px;
	padding-top:5px;
}


/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/
#header{
	height:210px;
	background:white url(images/repeatheader.gif) bottom left repeat-x;
	text-align:center;
}

#logo {
	float:left;
}

#logo img {
	border:none;
}

#slogan {
	width:320px;
	height:23px;
	background:url(images/slogan.gif) bottom left no-repeat;
	float:left;
	margin-left:5px;
}

.coordonnees-header {
	color:red;
	font-weight:bold;
	font-style:italic;
	font-size:150%;
	float:left;
}

#numero {
	margin-left:15px;
	padding-left:20px;
	background:url(images/tel.gif) top left no-repeat;
}

#adresse {
	margin-left:60px;
}
/*------------------------------------------------------------------*/
#menu{
	margin-left:auto;
	margin-right:auto;
}
/*------------------------------------------------------------------*/
#content{
	padding-left:10px;
	padding-right:10px;
}

#content a {
	color:red;
}

#content p {
	margin-top:5px;
}

/*--------------------------------ACCEUIL----------------------------------*/
#news {
	width:450px;
	border:dashed 3px red;
	float:right;
	margin-left:10px;
	background-color:white;
	padding:5px;
	height:150px;
}

html>body #news {
	height:auto;
	min-height:150px;
}

#titreactus {
	width:404px;
	height:64px;
	float:right;
	margin-right:5px;
}

.lignenews {
	height:100%;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
}

.titrenews {
	color:black;
	text-decoration:none;
	font-size:14px;
}

.datenews {
	font-size:80%;
	font-style:italic;
}

.cadreimagenews {
	display:block;
	text-align:center;
	width:125px;
	margin:0px;
	float:left;
	margin-right:5px;
}

.imagenews {
	padding:2px;
	border:solid 1px red;
	background-color:#FFE904;
}

.textenews {
	color:black;
	text-decoration:none;
	margin-left:130px;
}

.suitenews, .retour {
	width:100%;
	text-align:right;
}

#detailnews {
	border:dashed 3px red;
	background-color:white;
	padding:5px;
	height:100%;
	float:left;
	width:98%;
}

#detailnews h3{
		font-size:18px;
		color:red;
}

#imageprincipale {
	float:left;
	margin-right:20px;
	padding:3px;
	border:solid 1px red;
	background-color:#FFE904;
}

#imagessecondaires {
	text-align:right;
}

#imagessecondaires img {
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	border:solid 1px red;
	background-color:#FFE904;
}

#titreaccueil {
	width:355px;
	height:24px;
	clear:right;
}

#texteaccueil {

}

.important {
	font-weight:bold;
	color:red;
}

#content a {
	color:red;
}

#horaires {
	border:solid 1px red;
	background-color:white;
	font-size:110%;
	text-align:center;
	padding:5px;
	width:50%;
}

p.liennewsletter{
	clear:both;
	text-align:left;
}

/*--------------------------------MENUS----------------------------------*/

#titremenus {
	width:241px;
	height:24px;
}

#menus {
	margin-right:480px;
}

#titrecarte {
	width:406px;
	height:60px;
	float:right;
	margin-right:5px;
}

.plus {
	display:block;
	height:40px;
	margin:0px;
	background:url(images/plus.gif) center center no-repeat;
}

.ou {
	display:block;
	text-align:center;
	font-style:italic;
	margin:0px;
	padding:0px;
}

#carte {
	width:440px;
	border:dashed 3px red;
	float:right;
	margin-left:10px;
	background-color:white;
	padding:5px;
}


.fichemenu {
	border:solid 2px red;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	height:100%;
	float:left;
	clear:left;
	width:95%;
	background-color:#FFF050;
}


.titremenu {
	font-style:italic;
	margin-bottom:5px;
	font-size:20px;
}

.prixmenu {
	color:red;
	font-weight:bold;
	font-size:16px;
}

.notemenu {
	font-size:80%;
	font-style:italic;
}

.platmenu {
	font-size:16px;
	clear:left;
	height:120px;
	padding-top:50px;
}

.descriptionPlat {
	font-weight:normal;
	font-size:90%;
}

.platmenu2 {
	font-size:16px;
}

.imagemenu {
	float:right;
}

.platcarte {
	width:350px;
	margin:0px;
	margin-top:5px;
	padding:0px;
}

.prixcarte {
	color:red;
	float:right;
	font-weight:bold;
	margin-top:5px;
}

.groupeplats {
	margin-bottom:15px;
	margin-top:5px;
}

.titregroupe {
	font-size:14px;
	padding-left:30px;
	color:red;
	border-bottom:solid 1px red;
}

ul.categoriesdemenus{
	list-style:none;
	margin:20px 0px 20px 50px;
}
ul.categoriesdemenus li{
	display:inline;
	margin-right:20px;
	font-size:11pt;
}
ul.categoriesdemenus li a{
	font-weight:bold;
	color:#FF0000;
}
/*--------------------------------QUI SOMMES NOUS----------------------------------*/

#titrepresentation {
	width:189px;
	height:24px;
}

.restaurantimg {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:10px;
	padding:3px;
	border:solid 1px red;
	background-color:white;
	float:left;
	text-align:center;
}

/*--------------------------------AVIS----------------------------------*/

#titreavis {
	width:240px;
	height:24px;
	clear:right;
}

#titregourmets {
	width:407px;
	height:68px;
	float:right;
	margin-right:5px;
}

.corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	margin-top:5px;
	font-style: normal;
	padding: 0 1em 1em;
	border: 1px solid red;
}

.corpForm input, .corpForm textarea {
	border: 1px solid gray;
	font-family:tahoma;
	font-weight:normal;
	color:black;
	font-size:12px;
}

.corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
	font-size:14px;
}
.corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

.corpForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	
	width: 150px;	
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

.corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 0;
	margin-left:2px;
	font-size:11px;
}
.corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background:#F2F2F2;
	color: black;
}
.corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

.boutonenvoyer {
	float:right;
	margin-right:3%;
	border: 1px solid red;
	font-family:tahoma;
	font-weight:normal;
	color:red;
	font-size:12px;
	background-color:white;
}

.champsrequis{
	color:black;
	font-size:7pt;
}

.messageavis{
	margin-top:10px;
	margin-bottom:10px;
	color:red;
	font-size:10pt;
	font-weight:bold;
}

#listeavis {
	width:450px;
	border:dashed 3px red;
	background-color:white;
	padding:5px;
	margin-top:9px;
	float:right;
	margin-left:10px;
}

.unavis {
	clear:right;
}

.dateavis {
	font-size:14px;
}

.pseudoavis {
	font-size:14px;
	color:red;
}

hr {
	color:red;
	background-color:red;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}


/*--------------------------------CONTACT----------------------------------*/

#titreplan {
	width:379px;
	height:24px;
}

#formcontact {
	
}

.coordonnees {
	text-align:center;
	font-size:15px;
}

#acces {
	width:450px;
	border:dashed 3px red;
	background-color:white;
	padding:5px;
	margin-top:9px;
	float:right;
	margin-left:10px;
}
/*--------------------------------NEWSLETTER----------------------------------*/
#titrenewsletter {
	width:200px;
	height:24px;
}

.messageerreur{
	color:red;
	font-weight:bold;
}

#content .formnewsletter  {
	text-align:center;
}
#content .formnewsletter fieldset {
	width:300px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	margin-top:20px;
	margin-bottom:40px;
}
#content .formnewsletter legend {
	font-weight:bold;
	text-transform:uppercase;
}
#content .formnewsletter .bouton  {
	background:#E00A29;
	border-bottom:solid 1px black;
	border-right:solid 1px black;
	color:#FFE904;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}
/*------------------------------------------------------------------*/
#footer{
	text-align:center;
	margin-top:40px;
	border-top:solid 3px black;
	border-bottom:dashed 1px red;
	background-color:white;
	padding:10px;
}

#menu2 a {
	color:black;
}

#credits a {
	color:black;
}
/*------------------------------------------------------------------*/
.hidden {
	visibility:hidden;
	display:none;
}
/*------------------------------------------------------------------*/
.spacer {
	clear:both;
}

.clearleft {
	clear:left;
}