@charset "utf-8";

body {
	background-color: #ffffff;
}
.titre-page {
	color: #2B8704;
	font-size: 36px;
}


.texte-contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #2B8704A;
}
a:hover {
	text-decoration: none;
	color: #2B8704;
}
a:active {
	text-decoration: none;
	color: #2B8704;
}
.message-accueil {
	font-size: 18px;
	color: #2B8704;
}

a:link {
    text-decoration: none;
	color: #2B8704;
}
.boutons-formulaire {
	color: v;
	background-color: #ffffff;
	border: 1px solid #2B8704;
}
.fleches-rubriques {
	font-family: Webdings;
	font-size: 16px;
}
.champs-formulaires {
	font-size: 14px;
	color: #2B8704;
	background-color: #FFFFFF;
}
.minis-titres {
	color: #2B8704;
	font-size: 24px;
}
.confirmation-suppression {
	color: #FF0000;
}
.box-confirmation-suppression {
	background-color: #2B8704;
	border: 1px solid #FF0000;
}

