body {
	background-color:#164A7F;
}	

.texte_menu {
	font-size: 20px;
	color: #F2D500;
	font-weight: normal;
	font-family: "Monotype Corsiva";
}
.titre_page {
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #F2D500;
	font-weight: normal;
}
.contenu_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #CCCCCC;
}
a:link {
	color: #F2D500;
    text-decoration: none;
}
a:visited {
	color: #F2D500;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #F2D500;
	text-decoration: none;
}
