﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	height: 100%;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-image: url(images/white.png);
}
#container #header {
}

.thrColFixHdr #top {
	padding-right: 2px;
	padding-left: -2px;
	width: 100%;
	height: 60px;
}
.thrColFixHdr #top table {
	background-position: center top;
	text-align: center;
	background-image: url('images/barrenoir.png');
	background-repeat: repeat-x;
}
.thrColFixHdr #mainContent {
	padding: 60px 80px 0px 80px;
	margin: 0 0px 0 0px;
	height: 100%;
	text-decoration: none;
	z-index: 1;
}
.thrColFixHdr #mainContent #mainleft {
	background-color: #000000;
	width: 50px;
	height: 100%;
}
.thrColFixHdr #mainContent h3 {
}

.thrColFixHdr #mainContent .gite 
)
.thrColFixHdr #mainContent .legend {
	font-family: BatangChe;
	font-size: 26px;
	font-weight: 600;
}
.thrColFixHdr #footer {
	width: 780px;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	background-image: url('images/white.png');
	background-repeat: repeat;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	z-index: 10;
}
#footer table {
	background-position: center top;
	text-align: center;
	background-image: url('images/barrenoir.png');
	background-repeat: repeat-x;
}
#footer table a {
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
#footer table a:hover {
	color: #ffffff;
	font-size: 15px;
}


#footer table p {
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: -18px;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr .menu {
	text-align: center;
	height: 30px;
	width: 100%;
	margin-top: -20px;
	background-image: url('images/menubackground.png');
	background-repeat: repeat-x;
	background-position: center center;
}
.thrColFixHdr .menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-decoration: none;
}
.thrColFixHdr .menu ul li {
	display: block;
	float: left;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
}
.thrColFixHdr .menu ul li a {
	display: block;
	float: left;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 10px;
	font-size: 15px;
}
.thrColFixHdr .menu ul li a:hover {
	color: #090;
	text-decoration: underline;
	}
.thrColFixHdr #test {
	height: 800px;
	width: 800px;
	position: fixed;
	left: 100px;
	top: 300px;
}

