body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #08080b;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: left;
}
#espace_virtuel {
	float: left;
	height: 200px;
	width: 981px;
}
#titre {
	float: right;
	height: 58px;
	width: 821px;
}
#menu_ocaz {
	float: left;
	width: 160px;
	color: white;
}
#contenu {
	float: right;
	width: 771px;
	color: white;
	padding-left: 50px;
}
#main #contenu a {
	color: #900;
	text-decoration: none;
}

#fiche {
	color: #000;
	background-color: #FFF;
	float: left;
	width: 600px;
	padding: 10px;
	margin-left: 100px;
	margin-bottom: 10px;
}

#piedpage {
	text-align: center;
	width: 100%;
	height: 47px;
	background-image: url(images/back_bas.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #900;
}
#piedpage a {
	font-size: 14px;
	color: #9da2b8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#intro {
	height: 400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#menuAd {
	text-align: center;
}
#menuAd a {
	color: #FFF;
}
#contenuAd {
	background-color: #FFF;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/fond_ad.jpg);
	background-repeat: repeat-y;
}
.resultat {
	background-color: #FFF;
	color: #000;
	border: 1px solid #333;
	margin-bottom: 5px;
	font-size: 12px;
}
.resultat a {
	color: #900;
	text-decoration: none;
}
.couleurLienPage a {
	color: #900;
}
.photo_fiche {
	margin: 5px;
	float: left;
	width: 100px;
	height: 100px;
}
.hautfiche {
	background-color: #555555;
	height: 30px;
	color: white;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
}
.basfiche {
	background-color: #a4a3a3;
	height: 25px;
	clear: both;
	font-size: 14px;
}


#main #contenu ul li a {
	color: #900;
}

a:link {
	color: #900;
}
a:visited {
	color: #8E93A7;
}
a:hover {
	color: #F00;
}
a:active {
	color: #900;
}

