/* Corps */

	#conteneur
	{
	width: 800px;
	background-color: #f04e99;
	}

	#corps
	{
	width: 800px;
	font-family: arial, serif;
	font-size: 11px;
	color: black;
	text-align: center;
	}

		.photo_resto
		{
		margin-top: 2px;
		margin-bottom: 11px;
		}
		
		.texte_mentions_legales
		{
		width: 570px;
		height: 112px;
		margin-left: 14px;
		float: left;
		text-align: justify;
		padding: 4px;
		line-height: 13px;
		background-color: #f498bd;
		overflow: auto;
		}
		
		.date_lieu
		{
		text-align: right;
		}
		
/* Fin de Corps */		