body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(neige.jpg);
	background-repeat: no-repeat;
    }
.thrColFixHdr #container {
	width: 1000px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 10px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(header%20fond);
	background-position: center;
	background-color: #15B6EA;
    } 
a:link {
	font-family: "Arial";
	font-size: 12px;
	color: #3E5D7C;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #273A4E;
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFCC33;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	color: #336600;
	text-decoration: underline;
	text-align: left;
}.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.texteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.texte2 {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-align: left;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CCFF;
}
.titreorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
.titrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC00;
}
.thrColFixHdr #titi {
	bottom: 10px;
	background-position: center;
}
.thrColFixHdr #toto {
	position:fixed;
	bottom:0px;
	background-image: url(images/essai-bas-de-page-pub.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FF0;
	text-decoration: overline;
	padding-top: 140px;
	left: 0%;
	right: 0%;
	width: auto;
	background-position: center;
}
.texteblancCopie {
	font-family: Flower;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	text-transform: capitalize;
	text-align: center;
	background-color: #3F4B97;
}

