body{
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#cd3301;
}

a:hover{
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0c66a0;
}
.corps {
	margin: 15px;
}
.separateur {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #0C66A0;
	border-bottom-width: 1px;

}
.envaleur {
	font-weight: bold;
	color:#A94B0C;
}

.tiret01 {
	border-bottom:1px solid #C2CDE8;
	height:15px;
	margin-bottom:5px;
	margin-top:5px;
}

.ligneTabRepos
{
	color: black;
	background-color: white;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.ligneTabSurvol
{	
	color: black;
	background-color: #F3F1EB;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#0C66A0;
}

tr.ligneTabSurvol a
{
	color: black;
	background-color: #F3F1EB;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#0C66A0;
}

tr.ligneTabRepos a
{
	color: black;
	background-color: white;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}