/*************************************** GENERAL ****************************************/


/* Tout le document */
body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : #EEE7D7;
	color : #000000;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	font-weight: bold;
}


/* Tout lien dans le document */
a {
	color : #7C5B39;
	text-decoration : none;
	font-weight: bold;
}
/* Tout lien survolé dans le document */
a:hover {
	text-decoration : underline;
	color: #D1AF8E;
}


/* Toute image dans le document */
img {
	border : 0px;
}


/* Pied de page */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #806959;
	text-align: justify;
	text-decoration: none;
}

.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #806959;
	text-align: justify;
	text-decoration: none;
}

.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #806959;
	text-align: justify;
	text-decoration: none;
}

