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

/* Tout le document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/interface/fond-Hotel-liberty.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

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

.contenu img {
	margin : 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: auto;
}


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

/* Tout le contenu de la page sélectionnée */
.contenu {
	margin : 0px 2px 0px 2px;
	padding: 15px;
	height : auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align : top;
}

/* 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 : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Pied de page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#441849;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#800080;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#663366;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
