body{
	/* background: #ff9933 url(../images/test.jpg) repeat-x; */
	background: url(../images/bg.jpg) center top;
	text-align: center;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family: Verdana;
	font-size:0.9em;
	color: #000;
}

a{
	color: #28805a;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
	color:#666;
}

a img, a:hover img{
	text-decoration: none;
	border: none;
}
#globalContainer{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;

	padding:0px;
		
	width: 800px;

	border: 1px solid #ccc;
	text-align:left;
	background:#fff;
}
#header{
	background: url(../images/etoile.jpg) no-repeat right top transparent;
	height:150px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#container{
	clear:both;
}

#menu{
	float:left;
	display: block;
	padding:5px;
	margin-right: 5px;
	height: 400px;
	
	/* border-right: 1px solid #ccc; */
/*	border-bottom: 1px solid #ccc; */
}
#menu ul{
	list-style-position: outside;
	list-style-type: none;
	padding-left: 10px;
}
#menu ul li{
	padding: 3px;
}
#menu ul li a{
	color: #28805a;
	text-decoration:none;
	padding-left: 15px;
	background: url(../images/puce.jpg) no-repeat;
}
#menu ul li a:hover{
	text-decoration: none;
	color:#666;
	padding-left: 15px;
	background: url(../images/puceOn.jpg) no-repeat;
}

#main{
	float:right:
	padding-left: 5px;
	margin-left: 5px;
}
h1.index{
	color: #28805a;
	margin-bottom: 0px;
}
h2{
	font-size:13px;
}
h2.subIndex{
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;

}
h2.sub{
	width:60%;
	padding-top: 10px;
	margin-left: 15px;
	padding-right:10px;
	border-bottom: 1px solid #ccc;
	color: #018ad0;
}
#intro{
	margin-left: 150px;
}
#intro ul{
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
	margin-left: 10px;
}

#galerie{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	
	text-align:center;
}

#footer{
	margin-top: 50px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #333;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	font-weight: bold;
	background: url(../images/grass.jpg) repeat-x bottom;
}

div.left{
	float:left;
}
/**********************/
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.asterisk{
	color:#600;
	font-weight:bold;
}
.hint{
	font-style:italic;
	font-size:11px;	
}
th{
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:2px;
	text-align:center;
	background-color:#dedede;
}
td{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:2px;
	font-size: 11px;
}

th.left, td.left{
	border-left: 1px solid #666;
	width:55%;
}

td.noborder{
	border:none;
}

#tarifs, #tarifs_saison, #service{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
}

#resa{
	width:70%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
}

caption{
	padding-bottom:10px;
	font-weight: bold;
	font-size:12px;
}
#service td{
	border:none;
}
#service img{
	cursor: help;
}
/**********************/
/* page contact      */
#form{
	margin-left:auto;
	margin-right:auto;
	
	width:300px;
	padding-top:10px;
}
label{
	float:left;
	width:75px;
	text-align:right;
}
input{
	clear:both;
	
	width:200px;
	margin-left: 5px;
	padding-left: 3px;
	
	border:1px solid #ccc;
	
	color:#666;
}
.submit{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom: 2px;

	border: 1px solid #ccc;
	background-color: #dedede;
		
	font-weight:bold;
	text-decoration: none;
	color: #666;
}
.submit:hover{
	text-decoration: underline;
	background: #666;
	color:#dedede;
}
textarea{
	clear:both;
	
	width:200px;
	height:75px;
	margin-left: 5px;
	padding-left: 3px;
	
	border:1px solid #ccc;
	
	color:#666;
}

.alignleft{
	float: left;
	margin: 0 14px 4px 0;
}