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

/* Tout le document */
body {
	margin: 0px;
	padding: 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/interface/background.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* Tout lien dans le document */
a {
	color: #7C5B39;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Tout lien survolé dans le document */
a:hover {
	color: #D1AF8E;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

.contenu img {
	border : 0px;
	margin : 2px;
}


/* Tout formulaire dans le site */
form {
	margin : 0px;
}

/* Tout le contenu de la page sélectionnée */
.contenu {
	width : 728px;
	margin : 0px 2px 10px 2px;
	padding: 0px 100px 10px 10px;
	height : auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Toute cellule de tableau affcihaeé dans la page sélectionnée */
/* Un tableau ne prend pas le style du calque dans lequel il est inséré */
.contenu table td {
	font-size : 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Pied de page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AA977D;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 70px;
	width: 1003px;
	padding: 10px 0px 5px 0px;
	background-image: url(../images/interface/footer.png);
}

.footer a {
	font-size: 11px;
	font-weight: normal;
	color: #AA977D;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #74634C;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
