/*
	Feuille de style des pages
*/

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

a {
	color: #D36709;	/*FD7B0B*/
	text-decoration: none;
}

a:hover {
	color: #E3007A;
	text-decoration: underline;
}

.titre {
	font-size:16px;
	font-weight: bold;
	color:#49AB32;
}

.soustitre {
	font-weight: bold;
	color: #49AB32;
}

.texteblanc {
	font-size: 13px;
	color: #FFFFFF;
	padding: 10px;
}

.lien_retour {
	font-size: 10px;
	text-align: right;
}

.legende_image {
	font-size: 10px;
	text-align: center;
}