@charset "utf-8";


body {
	background-color: #FFFFFF;
	background-image: url(bande_fond.jpg);
	background-repeat: repeat-x;
}

#container {
	height: 717px;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#cadre {
	background-image: url(fond_contenu.png);
	background-repeat: no-repeat;
	height: 684px;
	width: 925px;
	background-position: center;
}

#footer {
	height: 31px;
	width: 925px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	top: 370px;
	position: relative;
}

/* styles liens */

a:link {
	color: #5f6062;
	text-decoration: none;
}
a:visited {
	color: #5f6062;
	text-decoration: none;
}
a:hover {
	color: #e7511e;
	text-decoration: none;
}
a:active {
	color: #5f6062;
	text-decoration: none;
}




#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #242867;
	height: 30px;
	width: 400px;
	position: relative;
	top: -25px;
	left: 455px;
}


#contenu {
	height: 300px;
	width: 875px;
	position: relative;
	top: 350px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242867;
	font-style: normal;
}
