@CHARSET "UTF-8";

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, "sans-serif";
	font-size:0.8em;
	background-color:#f1e7b2;
}

	body div{
		width:799px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
	}
	body #lightbox #imageDataContainer *{
		width:auto;
	}
	
	#banner{
		background:url(../images/banner.jpg);
		height:93px;
	}
	
	#menu{
		background-color:#423226;
		height:47px;
		text-align:center;
	}

	#content.accueil{
		background:url(../images/fond-accueil.jpg);
		height:489px;
		font-size:0.9em;
		overflow:auto;
	}
		#content.accueil div{
			margin-right:240px;
			margin-left:20px;
			width:auto;
		}
	#content.normal{
		/*background:url(../images/fond.jpg);*/
		/*height:630px;*/
	}
	#content.spectacle{
		background:url(../images/fond-spectacles.jpg);
	}
		#content .title{
			background:url(../images/entete.jpg);
			height:288px;
		}
		#content .content{
			background:url(../images/parchemin.jpg);
			overflow:auto;
			/*height:400px;*/
			padding-bottom:2em;
		}
	
	#galery{
		background-color:#f7dfa6;	
		height:88px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
	}
	
	#footer{
		background-color:#423226;
		height:88px;
		text-align:center;
		padding-top:10px;
	}