#accueil {
	background-image: url("/images/fond_haut.jpg");
	background-repeat: repeat-x;
	position: relative;
	min-height: 465px;
	width: 770px;
}
#citations {
	float: right;
	clear: right;
	width: 350px;
	margin-top: 50px;
	padding-right: 20px;
}
#citations, #legende, #adresse  {
	font-family: verdana, arial, helvetica, sans-serif;
}
.citation, .auteur {
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.auteur {
	margin-bottom: 20px;
	padding-right: 20px;
}
#legende {
	position: absolute;
	left: 40px;
	bottom: 24px;
	color: white;
	font-size: 11px;
	font-style: italic;
}

#adresse {
	float: right;
	clear: right;
	font-size: 10px;;
	color: white;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}