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

/* Tout le document */
body {
	background-color: #7A0000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
	top: 10px;
	background-image: url(../images/interface/background3.jpg);
	color: #666666;
}

h1 {
	color: #741C1D;
    font-family: "Lucida Sans", Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    position:relative;
    padding: 2px;
    text-transform: uppercase;
}

h2 {
	color: #410001;
    font-family: "Lucida Sans", Arial;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
	color: #666666;
    font-family: "Lucida Sans", Arial;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

#contenu img {
	border : 0px;
	margin : 0px;
}


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

/* Tout le contenu de la page sélectionnée */
#contenu {
	height : auto;
	font-family: "Lucida Sans", Arial;
	font-size : 12px;
	vertical-align : top;
	background-color: #FFFFFF;
	color: #666666;
	line-height:18px;
	padding: 25px
}

/* 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: "Lucida Sans", Arial;
	color: #666666;
}

/* Pied de page */
#footer {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #A4A4A4;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer a{
	padding : 10px 0px 10px 0px;
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #A4A4A4;
	text-align: center;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/* Formulaire de réservation */
#footer2 {
	padding : 10px 0px 10px 0px;
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #EBEBEB;
	text-align: center;
	background-color: #3C0102;
	text-decoration: none;
}

/* Styles Html */


table {
	border: 0;
}

