/* Corps */

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

		.photo_resto
		{
		width: 800px;
		height: 321px;
		margin-top: 2px;
		margin-bottom: 11px;
		z-index: -500;
		}
		
		.plan
		{
		width: 570px;
		height: 112px;
		margin-left: 14px;
		float: left;
		text-align: left;
		padding: 4px;
		line-height: 13px;
		background-color: #f498bd;
		}
		
		.titre
		{
		float: left;
		margin-top: -4px;
		margin-left: -4px;
		}

		.imprimer_plan
		{
		width: 570px;
		height: 18px;
		text-align: right;
		}
		
		.bouton_imprimer
		{
		float: right;
		width: 100px;
		height: 18px;
		padding-bottom: 2px;
		background-color: white;
		color: black;
		font-family: arial, serif;
		font-size: 11px;
		border: none;
		cursor: pointer;
		}
		
		.chez_lulu
		{
		clear: both;
		float: left;
		margin-top: 6px;
		margin-left: 6px;
		}
						
		.trait_rose
		{
		margin-top: 12px;
		margin-bottom: 13px;
		margin-left: 2px;
		}
		
		.itineraires
		{
		float: left;
		margin-left: 6px;
		}

/* Fin de Corps */	