/*************************************************************************************************************
 * Caractéristique de la page
 */
body    {
	background-color: #CEB594;
	font-family: "Comic Sans MS";
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/fond.gif);
}
h1    {
	font-family: "Lucida Calligraphy";
	color: #800000;
	font-size: 35px;
	text-align: center;
}

h2    {
	color: #C60000;
	text-align: center;
	font-size: 20px;
}

.txt9px {
	font-size: 9px;
	line-height: 10px;
	word-spacing: 0.4px;
	letter-spacing: 0.4px;
	font-style: normal;
}

.txt11px   { font-size: 11px; line-height: 13px; font-family: "Comic Sans MS"; word-spacing: 1px; letter-spacing: 1px }

.txt12px   { font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; word-spacing: 0.4px; letter-spacing: 1px }

.txt14px { font-size: 14px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; word-spacing: 0.5px; letter-spacing: 0.5px }

.Style1 {font-size: 12px}

.txtpage   { font-size: 10px; font-family: "Comic Sans MS"; word-spacing: 0.4px; letter-spacing: 1px }

.retrait { margin-left: 20px }
.txtmenu {
	font-size: 8px;
	font-family: "Comic Sans MS";
	word-spacing: 0.4px;
	letter-spacing: 1px;
	font-weight: lighter;
}

/* Spécificité des liens pour le pied de page */
.pied a    {
	color: #008080;
	text-decoration: none;
}

/* Texte "Spécial" pour le pied de page*/
.pied span    {
	font-family: "Brush Script MT","Verdana  ","Arial  ","Helvetica  ","sans-serif  ";
	font-size: 25px;
	color: #8F623D;
}

