@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dae0e5;
	background-image: url(../datas/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
table {
	font-size: 12px;
}
.fond_table {
	background-image: url(../datas/fond_tableau.png);
	background-repeat: no-repeat;
	height: 653px;
	width: 853px;
	background-position: left top;
	text-align: justify;
}
.contenu {
	text-align: justify;
	height: 290px;
	width: 770px;
	overflow: auto;
	vertical-align: top;
}
a {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.titre {
	color: #FF9900;
	text-transform: uppercase;
	font-weight: bold;
}
