/* Corps normal : gris foncé sur gris clair */
.body {
	background-color: #EEEEEE;
	color: #1B1B1B;
}
.body a {
	color: #1B1B1B;
	font-family: Verdana, Helvetica, "Andale Mono", sans-serif, "Trebuchet MS";
	text-decoration: none;
	font-weight: bold;
}
.body a:active {
	color: #880000;
}
.body a:hover {
	color: #880000;
	}

/* Style alternatif : Ecriture blanche sur fond noir (pour les en-têtes) */
.alter {
	background-color: #3A3A3A;
	color: #FFFFFF;
}
.alter a {
	color: #FFFFFF;
}

/* Titres et intertitres */
.titreGrand, .titreMoyen {
	font-family: Futura, Helvetica, "Courier New", Arial;
}
/* Titre en haut des pages */
.titreGrand {
	font-size: 32px;
	line-height: 36px;
}
/* Inter titres */
.titreMoyen {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

/* une fonte de base pour le texte */
.texte {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 26px;
	font-weight: 448;
}

/* Les commentaires sont plus petits que le texte principal */
.commentGrand, .commentPetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.commentGrand {
	font-size: 10px;
	line-height: 18px;
}
.commentPetit {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}

/* une table avec un bord noir à gauche */
.tableBordure {
	border-left: 2px solid #454545;
	width: 720px;
}
.lienfondscouleur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #EEEEEE;
}
