/* CSS Document */

body
{
	margin: 10px 10px ;
	padding: 0 ;
	text-align: center ;
	/*font: 0.8em "Trebuchet MS", helvetica, sans-serif ;*/
	/*font: 0.8em Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background: #dea ;*/
	/*background-color: #F25509;*/
	background-color: #F26608;/**/
	/*background-color: #FF8000;*/
	/*color:#FFFFFF;*/
	/*color:#FFDF86;*/
	color:#FFCC80;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	/*background: url(title.gif) no-repeat ;*/
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */


ul#menu
{
	/*height: 35px ;*/
	margin: 0 ;
	padding: 0 ;
	/*background: url(bg_menu.gif) repeat-x 0 -25px ;*/
	/*list-style-type: none ;*/
	float:left;
	/*width:150px;*/
	/*height:800px;*/
	border: solid 1px #000000;
	background-color:#999999;
}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
	/*background-color:#999999;*/
	background-color:#FFCC80;
	/*padding: 90 ;*/
	display: block ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 135px ;
	line-height: 25px ;
	font-size: 0.8em ;
	font-weight: bold ;
	letter-spacing: 1px ;
	/*color: #fff ;*/
	color: #EE2255;
	display: block ;
	text-decoration: none ;
	/*padding: 100 ;*/
	text-align:center;
	font-size:10px;
	/*border-right: 2px solid #dea ;*/
}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	background-color:#CCCCCC;
}/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */

ul#menuFooter
{
	margin: 0 ;
	padding: 0 ;
	display:inline;
}

/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menuFooter li
{
	text-align: center ;
	/*background-color:#FF6699;*/
	display:inline;
	letter-spacing: 5px ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#menuFooter li a
{
	font-size:10px;
	line-height: 25px ;
	letter-spacing: 1px ;
	color:#eeeeee;
	display:inherit;
	text-decoration: none ;
	padding-right:5px;
	padding-left:5px;
}

ul#menuFooter li a:hover
{
	background-color:#ff0000;
}

.titre{
/*color:#000099;*/
/*color:#FF0000;*/
color:#FFDF86;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;

font-weight:bold;
text-align:center;
text-decoration:underline overline ;
text-transform:uppercase;
}

.contenu {
	/*FONT-WEIGHT: normal;*/
	/*COLOR: #FFFFFF;*/
	/*COLOR: #000099;*/
	/*COLOR: #332222;*/
	
	/*color:#FFDFBF;*/
	/*color:#B36B00;*/
	
	/*color:#FFEFCF;*/
	/*color: #EE2255;*/
	/*font-weight:bold;*/
	/*TEXT-INDENT: 0px;
	font-size: 14px;
	text-align: justify;*/
	/*vertical-align: middle;*/
	/*vertical-align:bottom;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*line-height: 20px;*/
}	

p {
	/*color:#FFDF86;*/
	color:#FFCC80;
	font-size:14px;
	text-indent:10px;
	text-align:justify;
	line-height:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-weight:550;*/
}

/* Images */
img {
border:solid 1px #996600;

}

img.noBorder {
border:solid 0px #BBBBBB;
}

/* Hébergement */

table td.titreHebergement {
/*background-color:#990033;*/
font-weight:bold;
text-decoration:underline;
text-align:left;
}

.legendePhoto {
	color:#FFCC80;
	text-decoration:underline;
	font-size:10px;
}

td.special {
	border:solid 1px #BBBBBB;
	background-color:#880000;
	padding: 5px 5px 5px 5px;
}


/* Tarifs Hébergement */

table.tarifs {
/*border:solid 1px #000000;*/
border-top:solid 1px #666666;
border-left:solid 1px #666666;
}

table.tarifs td {
/*border:solid 1px #000000;*/
border-bottom:solid 1px #666666;
border-right:solid 1px #666666;
}

table.tarifs #hebergement {
/*background-color:#990033;*/
border-right:

}
table.tarifs #personnes {
/*background-color:#0033CC;*/
}
table.tarifs #tarif1nuit {
/*background-color:#0033CC;*/
}
table.tarifs #tarif7nuits {
/*background-color:#0033CC;*/
}
table.tarifs thead {
background-color:#CD231F;
/*color:#CCCCCC;*/
}

/* Formulaire */

table.form {
border:solid 1px #FFCC80;
background-color:#880000;
}

table.form thead {
background-color:#FFCC80;
}


table.form td {
text-align:left;
}

table.form input {
height: 14px;
}

table.form input.button {
height: 24px;
font-size:12px;
}

