body
	{
	background-color:#BBAE87;
	background:url(photo/BgBody.png) repeat-y  fixed;
	margin:auto;

	
	}
#entete
	{
	width: 800px;
	height: 200px;
	margin:auto;
	background-image:url(photo/header.gif);
	padding-bottom: 10px;
	margin-top: 10px;
	
	
	}
	/* ------------------------------------------------------------------------------------------------
	Barre menu plus bouton du menu
	------------------------------------------------------------------------------------------------*/                                   
#menu
	{
	width: 800px;
	background-image:url(photo/BarreMenu.gif) repeat-y top left;
	font-family:"Lucida Calligraphy";
	font-size:14px;
	color:#800000;
	margin: auto;
	margin-top:5px;
	
	}
	
	
#bouton ul
	{
	width:800 px;
	height:50px;
	margin-top:0px;
	}
	
#bouton ul li
	{
	list-style:none;
	float:left;
	}	
	
#bouton ul li a 
	{
	display:block;
	width: 120px;
	height:50px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(photo/boutonP.png) no-repeat top left;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	}	
#bouton ul li a:hover
	{
	color:#330000;
	background:url(photo/boutonP.png) no-repeat bottom left;
	}
	

	/* ------------------------------------------------------------------------------------------------
	Corps du texte
	------------------------------------------------------------------------------------------------*/	
#corps
	{
	/*background-color:#BBAE87;*/
	background-image:url(photo/BgBloc.png);
	background-repeat:repeat-y;
	width: 720px;
	margin:auto;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Lucida Calligraphy";
	font-size:12x;
	color:#800000;
	text-align:justify;
	border-style:ridge;
	border-width: 4px;
	
	
	}	
	/* ------------------------------------------------------------------------------------------------
	pied de page
	------------------------------------------------------------------------------------------------*/	
	#piedpage
	{
	width: 720px;
	margin: auto;
	margin-top: 25px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif
	font-size:12x;
	color:#FFFFFF;
	text-align:justify;
	border-style:solid;
	border-width: 2px;
	}
		/* ------------------------------------------------------------------------------------------------
	bannere
	------------------------------------------------------------------------------------------------*/	
	#banniere
	{
	
	width: 800px;
	background-image:url(photo/xxx)  top left;
	margin: auto;
	margin-top:5px;
	}
	
