.Buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000084;
	font-size: 14px;
}
.Buttons:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.Titre_para1 {
	font-size: 16px;
	font-weight: bold;
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
}

.para-bleu {
	color: #99CCFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.Titre_para {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.lien-secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width: auto;
	background-color: #000066;
	text-align: center;
	font-weight: normal;
	color: #99CCFF;
}
.lien-secondaire:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width: auto;
	background-color: #000066;
	text-align: center;
	font-weight: normal;
	color: #FF0000;
}
.autres-liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #99CCFF;
	background-color: #000066;
	display: block;
	width: 150px;
	font-weight: bold;
	text-align: center;
}
.autres-liens:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FF0000;
	background-color: #000066;
	display: block;
	width: 150px;
	font-weight: bold;
	text-align: center;
}
.para-bleu-inverse {
	color: #000066;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}
.lien-secondaire-inverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width: auto;
	background-color: #99CCFF;
	text-align: center;
	font-weight: bolder;
	color: #000066;
}
.lien-secondaire-inverse:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width: auto;
	background-color: #99CCFF;
	text-align: center;
	font-weight: bolder;
	color: #FF0000;
}

.Titre_maj-soul {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
	color: #99CCFF;
	font-weight: bold;
}