

span {
	display: none;
}

img {
	border: 0px solid black;
}

body {
	/*background-image: url(../../img/texture.jpg);
	background-repeat: repeat;*/
}

.corps a {
	background-image: url(../../img/lien1.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-decoration:none;
	color: black;
	padding-left: 25px;
}

.corps a:hover {
	background-image: url(../../img/lien2.png);
	background-repeat: no-repeat;
	text-decoration:none;
	color: black;
	padding-left: 25px;
}

.menu a {
	/*background-image: none;*/
	text-decoration:none;
	color: white;
}

.menu a:hover {
	background-image: url(../../img/fond_lien.png);
	text-decoration:none;
	color: white;
}

.titre a {
	background-image: none;
	text-decoration:none;
	color: white;
}

.titre a:hover {
	/*background-image: url(../../img/fond_lien.png);*/
	text-decoration:none;
	color: #8a0085;

}

/*******************************************************************************/
.sous_menu {
	position: absolute;
	left: -812px;
	margin-left: 50%;
	top: 0px;
	height: 200px;
	width: 290px;
	background-image: url(../../img/fond_sous_menu.png);
        /*background-image: url(../../img/fond_menu.png);*/
	background-repeat: repeat;
	border-right: 1px solid white;
	padding-left: 10px;
	font-weight: bold;
}

.titre {
	background-image: url(../../img/titre.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 0px;
	height: 200px;
	width: 1024px;
	border-bottom: 1px solid white;
	overflow: hidden;
}

.menu {
	background-image: url(../../img/fond_menu.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 200px; 
	left: 50%;
	margin-left: -512px;
	height: 60px;
	width: 1024px;
	border-bottom: 5px solid black;
}

.bienvenue {
	position: absolute;
	top: 0px; 
	left: 0px;
	height: 60px;
	width: 168px;
	border-right: 1px solid white;
}
.loisir {
	position: absolute;
	top: 0px; 
	left: 168px;
	height: 60px;
	width: 163px;
	border-right: 1px solid white;
}
.terroir {
	position: absolute;
	top: 0px; 
	left: 333px;
	height: 60px;
	width: 160px;
	border-right: 1px solid white;
}
.hebergement {
	position: absolute;
	top: 0px; 
	left: 496px;
	height: 60px;
	width: 186px;
	border-right: 1px solid white;
}
.seminaire {
	position: absolute;
	top: 0px; 
	left: 682px;
	height: 60px;
	width: 168px;
	border-right: 1px solid white;
}
.contact {
	position: absolute;
	top: 0px; 
	left: 854px;
	height: 60px;
	width: 169px;
}

.corps {
	background-color: #fffdcf;
	background-image: url(../../img/fond_corps.jpg);
	background-repeat: repeat;
	position: absolute;
	top: 265px; 
	left: 50%;
	margin-left: -512px;
	min-height: 340px;
	width: 1003px;
	overflow: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

.drapeau {
	position: absolute;
	top: 112px; 
	margin-top: 1px;
	left: 50%;
	margin-left: -359px;
	height: 21px;
	width: 867px;
	text-align: left;
}

