.centrer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.titre{
	font-size: 24px;
	color: rgb(243,152,1);
	text-align:center;
	font-weight: bold;
}
.bleu{
	color: rgb(0,76,147);
	font-weight: bold;
}
.droite{
	text-align:right;
}
.gauche{
	text-align:left;
}
.centreFondBleu{
	background-color: rgb(219,231,234);
	margin-left:auto;
	margin-right:auto;
}
.centreFondBleuB{
	background-color: rgb(219,241,253);
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-size:small;
	border-color:rgb(0,76,147);
}
.fondBleu{
	background-color: rgb(219,241,253);
	border-style:solid;
	border-size:small;
	border-color:rgb(219,241,253);
}
.LigneBleu1{
	background-color: rgb(176,223,245);
	margin-left:auto;
	margin-right:auto;
}
.LigneBleu2{
	background-color: rgb(219,241,253);
	margin-left:auto;
	margin-right:auto;
}
.rouge{
	color: rgb(255,0,0);
	margin-left:auto;
	margin-right:auto;
}
.EnteteBleu{
	background-color: rgb(107,151,181);
	color:#000000;
	text-align:center;
	font-weight: bold;
	/*display:table;*/
}
.centrer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.boutonBleu{
	background-color: rgb(219,231,234);
	color: rgb(0,76,147);
	text-align:center;
	font-weight: bold;	
}
.boutonBleuOver{
	background-color: rgb(219,241,253);
	color: rgb(243,152,1);
	text-align:center;
	font-weight: bold;
	text-decoration: underline;
}
a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}