/* Sillages */
body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: normal;
	scrollbar-base-color: #FFFFCC;
	scrollbar-shadow-color: #555555;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-track-color: #2D6C1B;
	scrollbar-face-color: #2D6C1B;
	background-attachment: fixed; /* scroll - inherit */
}
/* Tous les textes */
.texte-pt {
	font-size: 14px;
	font-weight: normal;
}
.texte-gr {
	font-size: 14px;
	font-weight: bold;
}
/* Textes en clair */
.texte-pt-blanc {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
}
.texte-gr-blanc {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
}
/* Liens */
a:link { font-size: 14px; text-decoration: none; color: #555555; font-weight: bold; }
a:visited { font-size: 14px; text-decoration: none; color: #555555; font-weight: bold; }
a:hover { font-size: 14px; text-decoration: none; color: #DD0000; font-weight: bold; }
a:active { font-size: 14px; text-decoration: none; color: #DD0000; font-weight: bold; }
/* Suivant/Précédent */
.texte-suiv-prec { font-size: 10px; font-weight: normal; }
/* a.suiv-prec:link { font-size: 10px; text-decoration: none; color: #555555; font-weight: normal; }
a.suiv-prec:visited { font-size: 10px; text-decoration: none; color: #555555; font-weight: normal; }
a.suiv-prec:hover { font-size: 10px; text-decoration: none; color: #DD0000; font-weight: normal; }
a.suiv-prec:active { font-size: 10px; text-decoration: none; color: #DD0000; font-weight: normal; } */
/* Concepteur du site */
.concepteur { font-size: 10px; color: #FFFFCC; font-weight: normal; text-decoration: none; }
/* Liens bas de page */
a.concepteur-web:link { font-size: 10px; text-decoration: none; color: #FFFFCC; font-weight: normal; }
a.concepteur-web:visited { font-size: 10px; text-decoration: none; color: #FFFFCC; font-weight: normal; }
a.concepteur-web:hover { font-size: 10px; text-decoration: none; color: #DD0000; font-weight: normal; }
a.concepteur-web:active { font-size: 10px; text-decoration: none; color: #DD0000; font-weight: normal; }
#annonce {
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	right: 80px;
	bottom: 60px;
}

