html
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-image:url("arriere_plan.jpg");
}

body
{
width: 806px;
height: 100%;
margin: auto;
padding: 0px;
text-align: center;
font-family: arial, serif;
font-size: 11px;
}

.mise_en_page
{
width: 100%;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: middle;
}

/* Empeche l'encadrement en pointillé systématique effectué par Explorer lors d'un clic sur un lien */

	a
	{
	outline: none;
	}
	
	a:link
	{
	outline: none;
	}
	
	a:visited
	{
	outline: none;
	}
	
	a:hover
	{
	outline: none;
	}
	
	a:active
	{
	outline: none;
	}
	
	a:focus
	{
	outline: none;
	}

/* Fin d'Encadrement */

	#conteneur
	{
	float: left;
	width: 800px;
	margin: auto;
	background-color: #f04e99;
	}

	.fleur_gauche
	{
	float: left;
	}
	
	.fleur_droite
	{
	float: right;
	}

	.logo
	{
	margin-top: 30px;
	}
	
	.baseline
	{
	margin-top: 30px;
	}
	
	#corps
	{
	clear: both;
	float: left;
	width: 800px;
	background-color: #f04e99;
	}
	
	
/* Menu Gauche */
	
	.menu_gauche
	{
	width: 180px;
	height: 120px;
	float: left;
	margin-left: 14px;
	text-align: left;
	background-color: #f498bd;
	}
	
		.menu_gauche_accueil:link
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 7px;
		margin-bottom: 8px;
		text-decoration: none;
		background-image: url("accueil_menu.gif");
		}
		
		.menu_gauche_accueil:visited
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 7px;
		margin-bottom: 8px;
		text-decoration: none;
		background-image: url("accueil_menu.gif");
		}
		
		.menu_gauche_accueil:hover
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 7px;
		margin-bottom: 8px;
		text-decoration: none;
		background-image: url("accueil_menu_hover.gif");
		}
		
			.menu_gauche_la_carte:link
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_la_carte.gif");
			}
			
			.menu_gauche_la_carte:visited
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_la_carte.gif");
			}
			
			.menu_gauche_la_carte:hover
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_la_carte_hover.gif");
			}
		
		.menu_gauche_soiree_detente:link
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_soiree.gif");
		}
		
		.menu_gauche_soiree_detente:visited
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_soiree.gif");
		}
		
		.menu_gauche_soiree_detente:hover
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_soiree_hover.gif");
		}
		
			.menu_gauche_livre_or:link
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_livre_or.gif");
			}
			
			.menu_gauche_livre_or:visited
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_livre_or.gif");
			}
			
			.menu_gauche_livre_or:hover
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_livre_or_hover.gif");
			}
		
		.menu_gauche_contact:link
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_contact.gif");
		}
		
		.menu_gauche_contact:visited
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_contact.gif");
		}
		
		.menu_gauche_contact:hover
		{
		display: block;
		width: 125px;
		height: 11px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-image: url("accueil_contact_hover.gif");
		}
		
			.menu_gauche_plan:link
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_plan.gif");
			}
			
			.menu_gauche_plan:visited
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_plan.gif");
			}
			
			.menu_gauche_plan:hover
			{
			display: block;
			width: 125px;
			height: 11px;
			margin-top: 8px;
			margin-bottom: 8px;
			background-image: url("accueil_plan_hover.gif");
			}
	
/* Fin de Menu Gauche */


/* Corps */

	#corps a:link
	{
	color: black;
	text-decoration: none;
	}
	
	#corps a:visited
	{
	color: black;
	text-decoration: none;
	}
	
	#corps a:hover
	{
	color: black;
	text-decoration: underline;
	}

/* Fin de Corps */


/* Footer */

	#footer
	{
	clear: both;
	float: left;
	width: 800px;
	height: 14px;
	font-family: arial, serif;
	font-size: 10px;
	color: #ee9ec0;
	background-color: #f04e99;
	}
	
	#footer a:link
	{
	color: #ee9ec0;
	text-decoration: none;
	}
	
	#footer a:visited
	{
	color: #ee9ec0;
	text-decoration: none;
	}
	
	#footer a:hover
	{
	color: #ee9ec0;
	text-decoration: underline;
	}

/* Fin de Footer */