/***** template stylsheet *****/
html { border:0 }

body {
	margin:0;
	padding:0;
	background: #6f6d5e url(../images/bg.jpg) repeat-y;
}

#wrapper{
	position:relative;
	width:766px;
	padding:0;
	margin:0 auto;
}

#header {
	height:184px;
	width:766px;
	float:left;
	background: url(../images/header/header.gif) no-repeat;
}
#header h1 {
	display:none;

}
#marginleft{
	float:left;
	width:205px;
	padding-top:30px;
}

#layout{
	float:left;
	width:766px;
	margin:0;
	padding:0;
	background: url(../images/bglarge.gif) repeat-y;
}

#content{
	float:right;
	margin:50px 30px 20px 0;
	width:460px;
}


#footer {
	height:184px;
	width:766px;
	background: #fff url(../images/footer01.gif) no-repeat
}

#btup{
	float:right;
	text-decoration:none;
	color:#6f6f65;
	margin:140px 50px 0 0;
	font: 15px Georgia, "Times New Roman", Times, serif;
}


a {
	color:#908E82;
}
/*titles*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#908e82;
	font-size: 20px;

}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#908e82;
	font-size:24px;
	margin-top:0;

}

h2 a {
	text-decoration:none;
}
	
h3,h3.adresse{
	display:inline;
	font-family: Georgia, Helvetica, sans-serif;
	float:left;
	color:#908e82;
	margin:50px 0 0 130px;
	text-align:center;
	font-size: 20px ;
	font-style:normal}	

h3.adresse{margin:50px 0 15px 0}


/* item */

.item {
	color:#908e82;
	font-family: "Lucida Grande";
	font-size: 12px;
	margin-bottom:25px;
	
}


/* image item */

.item .imageleft {
float:left;
/*_width:150px;*/
min-width:150px;
text-align:center;
margin-right:12px;
margin-bottom:12px;
}

.item .textright {
padding:0;
margin: 0 0 12px 1px;
/*_height:0;*/
}

.item .imageright {
float:right;
/*_width:15px;*/
min-width:15px;
margin-left:12px;
margin-bottom:12px;
}

.item .textleft {
padding:0;
margin: 0 15px 0 0;
/*_height:0;*/
}

/** formcheck **/
.error_f {
	background-color:#FFE5E5;
}

/** image list **/
.imageslim {
	padding:5px;
	float:left;	
}

/** Menu Carte **/
#cartemenu .price {
	background-color:#e7e3d2;
}

#cartemenu .infos {
	padding:3px;	
}


.tarifs {
	background-color:#E7E3D2;
}

