/* Caractéristiques de l'édito */
#edito {
	padding-top: 25px;
	width: 200px;
	float: left;
	font-size: 10px;
	line-height: 17px;
	color: #333333;
}
ul#boutons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#boutons a {
	font-size: 12px;
	text-align: right;
	width: 195px;
	height: 21px;
	display: block;
	color: #F80041;
	background-image: url(images2/bouton.gif);
	padding: 3px 10px 0px 0px;
	margin-top: 3px;
	text-decoration: none;
}
#boutons a:hover {
	color: #FFFFFF;
	background-image: url(images2/bouton_over.gif);
}
#edito h1 {
	font-size: 16px;
	color: #CC0036;
	padding: 0px 0px 25px;
	margin: 0px;
	font-weight: normal;
}
#edito h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#edito h3 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	border: 1px dashed #CC0036;
	margin: 0px 0px 10px;
}
#edito a {
	color: #F80041;
}
