.style1 {/* Bordure gauche en bas sous le menu */
	background-image: url('bord_gauche.jpg');
}
.style2 {/* Case contenant le titre quand fond clair*/
	background-image: url('titre.jpg');
	text-align: center;
	font-family: "Arial Black";
	font-size: x-large;
	color: #666666;
}
.style3 {/* Tableau général contenant l'ensemble de la page */
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
}
.style4 {/* Fond d'ecran de la page principale*/
	background-image: url('ecran_fond_principal2.jpg');
}
.style5 {/* Case contenant le titre quand fonf foncé*/
	background-image: url('titre.jpg');
	text-align: center;
	font-family: "Arial Black";
	font-size: x-large;
	color: #CCCCCC;
}
.style6 {
	font-family: "Arial Black";
	color: #CCCCCC;
}
.style7 {/* case classique de texte avec fond mosaique */
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url('fond1.jpg');
}
.style8 {
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
}
.style9 {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;

}
.style10 {
	font-size: medium;
}
.style11 {
	background-image: url('fond2.jpg');
}
.style12 {
	color: #CCCCCC;
}
.style13 {
	text-decoration: none;
}
.style14 {/* fond action gestion executé */
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
.style15 {/* case classique de texte avant fond mosaique quand fond foncé*/
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url('fond1.jpg');
.style16 {
	text-align: center;
}
.style17 {
	text-align: justify;
}


