/* CSS */
/* GENERAL */
body {
	background-color: black;
	/*background-color: #487e1c;*/
	border: 0px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: white;
	font-size: 11pt;
	text-align: left;
}

@media print {
body	{
	color: black;
	background-color: white;
}
}

/* CADRES */
div.site	{
	width: 760px;
	border: 0px solid white;
	position: absolute;
	left: 50%;
	margin-left:-380px;
	z-index: 1;
	height: 95%;
	top: 5px;
}

div.menu	{
	width: 760px;
	font-size: 10pt;
	position: absolute;
	top: 190px;
	left: 0px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

div.menu a:hover	{
	font-size: larger;
}

div.lang	{
	width: 200px;
	position: absolute;
	top: 4px;
	right: 6px;
	height: 14px;
	text-align: right;
}

div.centre	{
	/*background-color: #487e1c;*/
	background-color: black;
	padding-left: 15px;
	overflow: auto;
	padding-right: 15px;
	/*background-image: url(img/texture_herbe.jpg);
	background-repeat: repeat;*/
}

@media print {
div.centre	{
	background-color: white;
}
}

div.bas	{
	position: absolute;
	/*bottom: 0px;*/
	background-image: url(img/fond_bas_2.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 45px;
	clear: both;
	padding-left: 15px;
}

div.txt_bas	{
	font-size: 9pt;
	width: 480px;
	position: absolute;
	top: 0px;
	right: 28px;
	height: 45px;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.tel	{
	display: inline;
}

div.tel :hover	{
	font-size: 11pt;
}

div.chambre	{
	position: absolute;
}

div.img_gauche	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.img_droite	{
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* Encadrés table d'hotes */
div.hotes	{
	background-color: #777777;
	padding: 10px;
	border: 1px solid white;
}

/* Texte défilant */
div.defilement	{
	position: absolute;
	top: 210px;
	left: 345px;
	width: 400px;
	height: 15px;
	text-align: right;
}

div.defilement input	{
	/*background-color: #487e1c;*/
	background-color: black;
	/*background-image: url(img/texture_herbe.jpg);
	background-repeat: repeat;*/
	background-position: 110px 0px;
	border-width: 0px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

/* TEXTES */
p	{
	display: inline;
}

.titre	{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: -1px;
	position: relative;
	top: 5px;
}

p.titre_2	{
	font-size: 13pt;
	margin-left: 15px;
}

p.titre_3	{
	font-size: 13pt;
	font-weight: bold;
}

/* TABLEAUX */
.tarifs	{
	border: 1px solid white;
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 530px;
}

.tarifs TD	{
	padding-left: 10px;
}

.entete	{
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
}

.fond	{
	background-color: #444444
}

.fond2	{
	background-color: #222222;
}

.entete2	{
	font-weight: bold;
}

@media print {
.fond, .fond2 	{
	background-color: white;
}
.tarifs	{
	color: black;
	background-color: white;
}
}

/* LIENS */
a img	{
	border-width: 1px;
	border-color: white;
}
a:hover img	{
	/*border-color: #F9E4D6;*/
	border-color: #F3CAAE;
}

img.lang_active	{
	border-color: #F3CAAE;
}

a:link { color:white; text-decoration:none;}
a:visited { color:white; text-decoration:none }
a:hover { color:#F3CAAE; text-decoration:none }
a:active { color:#F3CAAE; text-decoration:none }
a:focus { color:#F3CAAE; text-decoration:none }