/* CSS Document */


body{
	background-color: #FFFF99;
}


/* div */

.hotel{
	position: static;
	height: auto;
	width: 450px;	
}

/* table */
table#tarifs{
	/*border: #000033 ridge 3px;*/
	border-collapse:collapse;
}

td#tarifs{
	text-align:center;
	border: #000066 solid 2px;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;


}





/* Images */
.vide {
	border:none;
}

.image {
	border: #000000 thin groove; 
	/*border: thin #000000;*/
}



/* Liens */

a.liens_menu:link, a.liens_menu:visited {
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	color: #FFFFBB;
	font-weight: normal;
	border: thin outset #FFFFBB;
	height: auto;
	width: 120px;
	padding: 3px;
	display: block;
	text-align: center;
}


a.liens_menu:hover {
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	border: thin outset #FF0000;
	height: auto;
	width: 120px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	display: block;

}

a.liens_menu:active{
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	border: thin inset #FF0000;
	height: auto;
	width: 120px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	display: block;

}


a.liens_menu_actif:link, a.liens_menu_actif:visited, a.liens_menu_actif:hover {
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	border: thin outset #FF0000;
	height: auto;
	width: 120px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.liens_menu_actif:active{
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	border: thin inset #FF0000;
	height: auto;
	width: 120px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	display: block;

}




.out {
	background: buttonface; 
	border: 1px solid buttonface;
}

.over { 
	background: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}



/* Texte */

.titre_site{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.titre_menu{
	font-family:"Times New Roman", "Bookman Old Style";
	font-size:16pt;
	color:#FFFFFF;
	font-weight:bold;
}



.texte_site{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	
}

/* formulaire */

.titre_form{
	font-family:"Times New Roman", "Bookman Old Style";
	font-size:14pt;
	color:#FFFFFF;
	font-weight:bold;
}

.label_form{
	font-family:"Times New Roman", "Bookman Old Style";
	font-size:11pt;
	color:#000000;
	font-weight:bold;
}

.label_form_red{
	font-family:"Times New Roman", "Bookman Old Style";
	font-size:14pt;
	color:#ff0000;
	font-weight:bold;

}

.inputbox{
	border:#99cccc solid 1px;
}

