body {
  background-color: #FFFFFF;
 
}

.TitrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;

}
.SousTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}
.TexteStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.table {
	margin:10px auto;
	padding:2px;
	
}
a:link {
    color: #0B3B8D;
    text-decoration: none;
}

a:visited {
    color:#0B3B8D;
    text-decoration: none;
}

a:hover {
    color: #DD4E00;
    text-decoration: underline;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

 
