body {
	padding: 0;
	font-family: 'Trebuchet MS', 'Verdana', 'sans'
	}
img {
    border: none;
}
.clearboth {
	clear: both;
	}
#page {
	position: absolute;
	width: 800px;
	left: 20px;
	right: 16%;
	}
#entete {
	position: relative;
	background: url('medias/enteteBG.jpg') no-repeat;
	height: 120px;
	width: 800px;
	cursor: pointer;
	}
#entete h1 {
	margin: 0;
	font-size: 1.8em;
	position: absolute;
	width: 100px;
	color: white;
	top: 10px;
	left: 10px;
	}
#hierarchie {
	position: absolute;
	bottom: 27px;	
}
#hierarchie ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#hierarchie ul li {
	display: inline;
	list-style: none;
	font-size: 0.7em;
}
#hierarchie ul li a {
	text-decoration: none;
	color: white
}
#pubTemp {
	position: absolute;
	top: 20px;
	left: 840px;
	width: 15%;
	font-size: 1em;
    text-align: center;
	}
#pubLat0 {
	background: #3366FF;
	margin-bottom: 20px;
	padding: 2px;
}
#pubLat1 {
	background: #7AA9FF;
	margin-bottom: 20px;
	padding: 2px;
}
#pubLat2 {
	background: #FFDC9C;
	margin-bottom: 20px;
	padding: 2px;
}
#pubTemp a {
    color: black;
    text-decoration: none;
}
#pubExt {
	width: 480px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
#content {
	margin: 0;
	padding: 20px;
	border-left: solid 5px #D7EDFA;
	border-right: solid 5px #D7EDFA;
	}
#menu {
	position: relative;
	height: 300px;
	}
#menu li {
	list-style: none;
	position: absolute;
	width:  33%;
	height: 50%;
	}
#menu li img {
	width: 100%;
	height: 100%;
	border: #79AAFF solid 2px;
	}
#menu li span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
	background: url('medias/pixelBleu.png');
	display: none;
	color: white;
	width: 100%;
	text-align: center;
	}
#menu li a {
	text-decoration: none;
	border: none;
	}
/*#menu li:hover span {
	display: block;
	}*/
#li1 {
	top: 50.5%;
	left: 33%;
	}
#li2 {
	top: 0;
	left: 33%;
	}
#li8 {
	top: 10%;
	left: 0;
	}
#li7 {
	top: 10%;
	left: 66%;
	}
	
	
	
#menuA {
	position: relative;
	float: left;
	left: -15px;
	top: -15px;
	margin: 0;
	padding: 10px;
	width: 130px;
	height: 350px;
	overflow: auto;
	background: url('medias/menuBG.jpg') no-repeat;
	color: #FF9612;
	}
#menuA li {
	margin: 5px 0 10px 20px;
	list-style: url('medias/puce.gif');
	}
#menuA li:hover {
	list-style: url('medias/puce2.gif');
	}
#menuA li ul {
	margin-left: -30px;
	font-size: 0.7em;
	display: none;
	}
#menuA li a {
	color: #FF9612;
	border: none;
	text-decoration: none;
	}
#menuA li a:hover {
	color: #FF9612;
	border: none;
	}
#menuA li ul li {
	margin: 0;
	list-style: none;
	}
#menuA li ul li:hover {
	list-style: none;
	}
#menuA li ul li a {
	color: #79AAFF;
	text-decoration: none;
	}
#menuA li ul li a:hover {
	border-bottom: 1px dotted white;
	}
	
	
#pub {
	position: absolute;
	top: 375px;
	left: 20px;
	background: #ccc;
	width: 125px;
	height: 125px;
	}
	
#text {
	overflow: auto;
	height: 350px;
	}
#text h1 {
	font-size: 1.3em;
	font-variant: small-caps;
}	
/* Listes des fiches */
#text {
	margin: 0;
	padding: 0;
	}
#text li {
	position: relative;
	clear:both;
	list-style: none;
	margin: 0 0 5px 0;
	}
#text li img {
	margin: 5px;
	float: left;
	padding: 5px;
	background: white;
	}
#text h3 {
	font-variant: small-caps;
	}
#text h4 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: gray;
	}
#text a {
	text-decoration: none;
	cursor: help;
	color: #FF9612;
}
#text a:hover {
	color: #79AAFF;
}
/* Types */
.type {
	border-bottom: 1px dashed pink;
	border-top: 1px dashed pink;
	background: url('medias/henneRose.png');
}
/* Appartements */
.type13, .type9, .type3 {
	border-bottom: 1px dashed green;
	border-top: 1px dashed green;
	background: url('medias/henneVert.png');
	}
/* Hotels */
.type15, .type11, .type5 {
	border-bottom: 1px dashed red;
	border-top: 1px dashed red;
	background: url('medias/henneRouge.png');
	}
/* Villas */
.type14, .type10, .type4 {
	border-bottom: 1px dashed yellow;
	border-top: 1px dashed yellow;
	background: url('medias/henneJaune.png');
	}
/* Chambres d'hotes */
.type16, .type12, .type6 {
	border-bottom: 1px dashed blue;
	border-top: 1px dashed blue;
	background: url('medias/henneBleu.png');
	}
/* Activits */
.type1 {
	border-bottom: 1px dashed pink;
	border-top: 1px dashed pink;
	background: url('medias/henneRose.png');
	}

/* Articles */
#pageArticle {
	margin: 10px;
	padding: 10px;
	width: 560px;
	}
#article h1 {
	font-size: 0.7em;
	color: gray;
	background: white;
	width: 35%;
	margin: -10px;
	padding: 5px;
	}
#article h2 {
	font-size: 1.5em;
	border-bottom: 1px gray solid;
	}
#article img {
	padding: 10px;
	}
#article form {
	font-size: 0.7em;
	}
#article form fieldset input[type='text'] {
	width: 30em;
}
#article form fieldset textarea {
	width: 30em;
	height: 10em;
}
#piedArticle {
	text-align: center;
	clear: both;
	border-top: 1px gray solid;
	}
/**/
#palmier {
	position: absolute;
	width: 192px;
	height: 207px;
	background: url('medias/palmier.png') no-repeat;
	bottom: 37px;
	right: 0;
	}
#pied {
	background: url('medias/pied.jpg') no-repeat;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 20px;
	}
#pied h6 {
	text-align: center;
	}
#pied h6 a {
	color: #855600;
	text-decoration: none;
}
#pied h6 a:hover {
	color: #855600;
	text-decoration: underline;
}
