/*	
	BOUTON de réservation en ligne
	fr => Francais
*/
.btnReservation-fr {
	width:145px;
	height:38px;
	position:absolute;
	top:150px;
	left:740px;
}
.btnReservation-fr a {
	width:145px;
	height:38px;
	background:url(./gifs/resa-en-ligne-fr.png) no-repeat top;
	display:block;
	text-indent:-999999px;
}
.btnReservation-fr a:hover {
	background-position:bottom;
}
/*	
	BOUTON de réservation en ligne
	en => Anglais
*/
.btnReservation-en {
	width:145px;
	height:38px;
	position:absolute;
	top:150px;
	left:740px;
}
.btnReservation-en a {
	width:145px;
	height:38px;
	background:url(./gifs/resa-en-ligne-en.png) no-repeat top;
	display:block;
	text-indent:-999999px;
}
.btnReservation-en a:hover {
	background-position:bottom;
}
/*
	Divers
*/


.txttitre{  font-family: "Times New Roman", Times, serif; font-size: 22px; font-style: normal; font-weight: normal;  text-decoration: none; color: #D8DADE}
.txttitre:hover {  font-family: "Times New Roman", Times, serif; font-size: 22px; font-style: normal; font-weight: normal;  text-decoration: underline; color: #D8DADE}

.txttitre2{  font-family: "Times New Roman", Times, serif; font-size: 16px; font-style: normal; font-weight: bold;  text-decoration: none; color: #D8DADE}
.txttitre2:hover {  font-family: "Times New Roman", Times, serif; font-size: 16px; font-style: normal; font-weight: bold;  text-decoration: underline; color: #D8DADE}

.txtlien{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;  text-decoration: none; color: #FFFFFF}
.txtlien:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;  text-decoration: underline; color: #FFFFFF}

.txtbleu{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;  text-decoration: none; color: #000066}

.txtpetit{  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #FFFFFF}
.txtpetit:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: underline; color: #FFFFFF}

.scroll {
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #000066;
scrollbar-track-color: #000000;
scrollbar-face-color: #000066;
scrollbar-shadow-color: #000033;
scrollbar-highlight-color: #cccccc;
scrollbar-darkshadow-color: #000033;
scrollbar-3d-light-color:  #cccccc;
}

.boutonbleu {

background: #000066;
font-family: Arial, sans-serif; 
font-size: 12px;
font-style: normal;
color: #FFFFFF;
}

table, td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify; color: #FFFFFF } 

INPUT { border-width:0; font-family:Courier; font-size: 12px; color:navy; margin-left:5px; padding-left:1px }
INPUT.Fond { background-color:#E6DFFF }
INPUT.Bouton {
	border-width:0;
	font-family:Arial;
	font-size: 12px;
	color:navy;
	margin-left:5px;
	text-align:center;
	padding-left:20px;
	padding-right:20px
	}
TEXTAREA {
	border-width:0;
	font-family:Courier;
	font-size: 12px;
	color:navy;
	margin-left:5px;
	padding-left:1px;
	padding-top:1px;
	background-color:#E6DFFF;
	}
TD.Droite {
		text-align:right;
	}
TD.Nombre {
		padding-left:15px;
		text-align:right;
	}
