a:link {
	color: #ff4401;
	text-decoration:none;
}
a:hover {
	color: #ff4401;
	text-decoration:none;
}
a:visited {
	color: #ff4401;
	text-decoration:none;
}
a:active {
	color: #ff4401;
	text-decoration:none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:white;
	margin:0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #231204;
	border-top:5px solid #ff4401;
}
.titre {
	font-size:20px;
	padding-bottom:10px;
}
.desc {
	font-style:italic;
}
.texte {
	font-size:12px;
}
img {
	border:0px;
}
table {
	margin-top:50px;
}
.bas {
	
}
hr {
	display:none;
}