body
{
	background: #fff8dd url('img/img_fond.png') repeat-x;
	color: black;
	margin: auto;
	width: 1000px;
}
label
{
	float: left;
	width: 170px;
}
input[type="text"]
{
	border: none;
	border-bottom: 1px dashed black;
}
textarea
{
	border: 1px dashed black;
}
#content_left
{
	background: #fffb90 url('img/img_left.png') repeat-y;
}
#content_right
{
	background: url('img/img_right.png') right repeat-y;
}
#haut
{
	margin: 0px;
	width: 100%;
	height: 186px;
	background: url('img/img_top.png') top center no-repeat;
}
#content
{
	margin: 0px;
	background: url('img/body.png') center repeat-y;	
}
#menu
{
	float: left;
	background: none;
	margin-left: 20px;
	width: 160px;
}
	#menu a
	{
		display: block;
		padding-left: 20px;
		color: #883300;
		font-size: 16px;
		text-decoration: none;
	}
	#menu a:hover
	{
		color: black;
		background: #fffbaa;
	}
	
	#menu p
	{
		border:  1px solid #a75300;		
		padding-bottom: 10px;
		padding-top: 36px;
		margin-top: 10px;
		margin-bottom: 20px;
		background: #fffdc6;
	}
	#menu p.restaurant
	{
		background: #fffdc6 url('img/h4restaurant.png') top center no-repeat;
	}
	#menu p.hotel
	{
		background: #fffdc6 url('img/h4hotel.png') top center no-repeat;
	}
	#menu p.autres
	{
		background: #fffdc6 url('img/h4autres.png') top center no-repeat;
	}
#corps
{

	padding-top: none;
	margin-left: 234px;
	margin-right: 47px;
	padding: 2px;
}
	#corps a
	{
		color: #005583;
		text-decoration: underline;
	}
	#corps a:hover
	{
		text-decoration: underline;
	}
	#corps h3
	{
		margin: 0px 0px 5px 2px;
		color: #000555;
	}
	
	#corps input[type="text"], textarea 
	{
		background: #fffed7;
	}
	textarea
	{
		padding: 2px;
	}
#bas
{
	clear: both;
	padding-top: 5px;
	padding-left: 200px;
	height: 20px;
	background: url('img/copyright.png') top center no-repeat;
	text-align: center;
	color: gray;
}
	#bas a
	{
		color: gray;
		text-decoration: none;
	}
	#bas a:hover
	{
		text-decoration: underline overline;
	}
	#bas .secret a:hover 
	{
		text-decoration: none;
		cursor: default;
	}

#content_bottom
{
	width: 100%;
	height: 34px;
	background: url('img/img_bottom.png') top center no-repeat;
	margin-bottom: 20px;
}
/* Mise en forme pour les parties spéciales 
* La carte
* Le restaurant
*/
#cadre
{
	width: 100%;
	padding: 5px;
}
#carte
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/carte.png') top center no-repeat;

}
#menus
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/menus.png') top center no-repeat;
	
}
#vins
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/vins.png') top center no-repeat;
}
#nouveautes
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/nouveautes.png') top center no-repeat;

}
#tarifs
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/tarifs.png') top center no-repeat;

}
#amenagements
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/amenagements.png') top center no-repeat;

}
#chambres
{
	width: 100%;
	padding: 178px 5px 2px 5px;
	background: url('img/cadres/chambre.png') top center no-repeat;

}