/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background:url(images/fond.jpg) repeat-x top;
	text-align:center;
}

p{
	font-size:0.8em;
}

h1{
display:none;
}

h2{
text-align:center;
color:#990000;
font-size:16px;
}

#wrapper{
	position:relative;
	width:954px;
	height:768px;
	margin:0 auto;
}

#col_g{
	background:url(images/col_g.jpg) no-repeat top;
	width:70px;
	height:768px;
	float:left;
}

#col_d{
	background:url(images/col_d.jpg) no-repeat top;
	width:84px;
	height:768px;
	float:right;
}

#centre{
	width:800px;
	height:768px;
	float:left;
}

#header{
	background:url(images/header.jpg) no-repeat top;
	width:800px;
	height:127px;
	float:left;
}

.menu{
	background:url(images/menu.jpg) no-repeat top;
	width:172px;
	height:503px;
	float:left;
}

#conteneur{
	background:url(images/conteneur.jpg) no-repeat top;
	width:628px;
	height:503px;
	float:left;
	text-align:left;
}

#conteneur .titre{
	margin:0 0 0.2em 0;	
	
}


.contenu{
	float:left;
	text-align:justify;
	color:#FFFFFF;
	margin:0 0.5em 0 1em;
	width:600px;
	height:430px;
	overflow:auto;
}

.contenu p a:link{
color:#FFFFFF;
text-decoration:underline;
}
.contenu p a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.contenu p a:visited{
color:#FFFFFF;
text-decoration:underline;
}
.contenu p a:active{
color:#FFFFFF;
text-decoration:underline;
}

.groupe{
float:left;
width:90%;
margin:0.4em;
}

.plats{
float:left;
width:80%;
margin:0 0 1em 0;
}

.tarifs{
float:left;
width:15%;
height:170px;
}

.tarifs li{
list-style:none;
}

#footer{
text-align:left;
	background:url(images/footer.jpg) no-repeat top;
	width:800px;
	height:138px;
	float:left;
}

#formulaire-contact{
float:left;
width:90%;
margin-left:2%;
font-size:12px;
}

#formulaire-contact .col_g{
margin-top:0.3em;
float:left;
width:33%;
text-align:right;
}

#formulaire-contact .col_g li{
margin:0.7em;
font-weight:bold;
list-style-type:none;
}

#formulaire-contact .col_d li{
margin:0.4em;
list-style-type:none;
}

#formulaire-contact .col_d{
margin-top:0.6em;
float:left;
width:67%;
text-align:left;
}

#formulaire-contact .mentions{
float:left;
width:100%;
text-align:center;
}

#formulaire-contact .col_d input,textarea{
border:#990000 dotted thin;
color:#990000;
}

.photos{
float:right;
margin-right:1em;
}

