/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}
#contenu{
	width:990px;
	height:auto;
	overflow:hidden;
	min-height:600px;
	background: #FFFFFF url(images/fond-recherche.jpg) repeat;
}
#tout{
	margin: 0 auto;
	width:990px;
	margin-top:80px;
	height:auto;
	position:relative;
}

/************************ BANNIERE *****************/
#logo{
	z-index:5;
	position:absolute;
	width:400px;
	height:300px;
	margin-left:32px;
	margin-top:-80px;
	background:transparent url(images/logo.png) no-repeat;
}
/****** MENUS PRINCIPAL******/
#menuprincipal {
	z-index:15;
	position:absolute;
	width:990px;
	height:46px;
	color:#FFFFFF;
	font-size:24px;
	margin-top:144px;
	text-align:center;
	line-height:46px;
}

#menuprincipal  a:visited{
	font-weight:bold;
	color:#FFFFFF;
	font-size:24px;
	text-decoration:none;
}
#menuprincipal  a:link{
	font-weight:bold;
	color:#FFFFFF;
	font-size:24px;
	text-decoration:none;
}
#menuprincipal  a:hover{
	font-weight:bold;
	color:#FFFFFF;
	font-size:24px;
	text-decoration:underline;
}

	/****** MENUS HAUT ASBL ******/
#menuasbl{
	z-index:15;
	position:absolute;
	width:543px;
	height:25px;
	margin-left:415px;
	margin-top:-45px;
	text-align:right;
	line-height:25px;
}
h4{
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}
h4 a{
	color:#FFFFFF;
	text-decoration:none;
}
h4 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/************************ CONTENU GAUCHE *****************/
#contenugauche{
	width:680px;
	height:auto;
	background-color:#FFFFFF;
	padding-left:20px;
	float:left;
	min-height:650px;
}
p{
	font-size:15px;
	color:#8C8C73;
	text-decoration:none;
	vertical-align:top;
	line-height:20px;
	padding:10px;
}
p a{
	font-size:15px;
	color:#8C8C73;
	font-weight:bold;
	text-decoration:underline;
}
p a:hover{
	color:#8C8C73;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

	/****** CADRE GOLF ******/
#cadre1{
	float:left;
	width:640px;
	height:190px;
	border:1px solid #8C8C73;
}
.alignimage{
	float:left;
	padding:10px;
}
	/****** CADRE HOTEL ******/
#cadre2{
	float:left;
	width:237px;
}
.cadreimage{
	border:1px solid #8C8C73;
	padding:10px;
}
	/****** CADRE RESTAURANT ******/
#cadre3{
	float:left;
	padding-left:30px;
	width:340px;
}
/************************ CONTENU RECHERCHE *****************/
#colonnerecherche{
	float:left;
	width:280px;
	height:auto;
	background:transparent none;
	padding-bottom:50px;
	padding-left:0px;
	padding-right:10px;
	position:fixed;
	margin-left:710px;
}

h3{
	margin-left:10px;
	font-size:14px;
	color:#8C8C73;
	font-weight:bold;
	text-decoration:none;
}
h2{
	margin-left:10px;
	font-size:18px;
	color:#6F6F61;
	font-weight:bold;
	text-decoration:none;
}
input, select {
	margin-left:10px;
	background:#b2b299;
	color: white;
	padding-left: 3px;
}

.labelle{
	display:block;
	width:240px;
	float:left;
	font-weight:bold;
}
