@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
font-family: Verdana, Geneva, sans-serif; 
}

.generalcontent {
	width: 980px;
	margin: auto;
	padding: 0;
}

.bandeau {
	width: 780px;
	height: 114px;
	background-image: url(images/top_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
font-family: Arial, Verdana, Geneva, sans-serif; 
font-weight: normal;
letter-spacing: 3px;
font-size: 26px;

color: #ffffff;
padding: 50px 0 0 200px;
}
	
	
	.contenu {
	width: 920px;
	height: auto;
	padding: 390px 30px 0 30px;
	background-image: url(images/contenu_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

a.links {
	text-decoration: none;
	color: #4a3a30;
	display: block;
	height: 30px;
	background-image: url(images/links.jpg);
	background-position: top left;
	background-repeat: no-repeat;
padding: 5px 0 0 45px;

}

a.links:hover {
	text-decoration: underline;
}