body{
	margin:0px;
	padding:padding:0px;
	background-color:#9D7436;
	background-image: url("images/fond_degrade.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	text-decoration: underline; 
	color: Background;
	border:0px;
	padding:0px;
}

a:active {
	text-decoration: none;
	color:black;
	border:0px; 
	padding:0px;
}

a:hover {
	color: #4d2e24;
	text-decoration: none;
	border: 0px;
	padding: 0px;
}

#page{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:590px;
}

#bandeau{
	background-image: url(images/bandeau.jpg);
	width: 1000px;
	height:111px;
}

#gauche{
	background-color: #9d7335;
	width: 500px;
	height: 457px;
	float: left;
}
	#dossier_presse{
		width:500px;
		height: 78px;
		background-image: url(images/dossier_presse.jpg);
	}
	
	#dossier_presse a, #dossier_presse a:link, #dossier_presse a:visited
	{
		display:block;
		width:150px;
		height:39px;
		float:right;
		padding-top: 15px;
		margin-right:20px;
		margin-top:11px;
		text-align: right;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		color: black;
	} 
	
	
	#diaporama {
		width: 500px;
		height: 379px;
	}
	
#droite{
	float:left;
	width:499px;
	height: 457px;
	background-image: url(images/contenu.jpg);
}
	#contenu{
	width:419px;
	padding-left:50px;
	padding-top:40px;
	padding-right:30px;
	}
	
#pied {
	width:1000px;
	height:20px;
	text-align: center;	
	color:white;
	background-color:transparent;
}	
	
	