.titre_principal {
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #3A4994;
	text-decoration: none;
	background-color: #EFDE00;
}
.cadre_petit {
	border: 1px solid #007D2F;
}
.bouton_links {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #42429B;
	text-decoration: none;
	background-color: #EFDE00;
}

.bouton_links:hover {
	font-family: Tahoma;
	font-size: small;
	color: #EFDE00;
	background-color: #C51921;
	text-decoration: none;
	font-style: normal;
}

.bas_de_page {
	font-family: Tahoma;
	font-size: x-small;
	color: #C51921;
}
.texte_titre {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #3A4994;
	text-decoration: none;
}

.texte_description {
	font-family: Tahoma;
	font-size: small;
	color: #3A4994;
	text-decoration: none;
}
.texte_link {
	font-family: Tahoma;
	font-size: small;
	color: #C51921;
	text-decoration: none;
	border-top: 1px solid #007D2F;
	border-right: 1px none #007D2F;
	border-bottom: 1px solid #007D2F;
	border-left: 1px none #007D2F;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	color: #E6D801;
	background-color: #C51921;
	text-decoration: none;
	font-style: normal;
}
.cadre_general {
	border: thin solid #424294;
	background-color: #FFFFFF;
}

