/***************************** CSS MODELE 2 ********************************/
html, body{
	height: 100%; /* POUR CENTRER VERTICALEMENT : PARENTS DU TABLE*/
}

div{
	border: 0px solid black;
}

/***************************** DECOUPAGE DE LA PAGE ********************************/

#o_contener_repet{
	position: relative;
	width: 976px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url('./images/oasis/o_conteneur_repet.jpg') repeat-y;
}

#o_contener_haut{
	position: relative;
	background: url('./images/oasis/o_bandeau_haut.jpg') top no-repeat;
}

#o_contener_bas{
	position: relative;
	background: url('./images/oasis/o_conteneur_bas.jpg') bottom no-repeat;
	padding: 0px 36px 0px 39px;
}

#o_page{
	float: left;
	position: relative;
	background: url('./images/oasis/o_bandeau_droit.jpg') right top no-repeat;
	width: 901px;
}

#o_gauche{
	position: relative;
	float: left;
	width: 555px;
}

#o_menu{
	position: relative;
	float: left;
	border-bottom: 1px solid #ffffff;
	z-index:10;
	width: 252px;
	min-height: 141px;
	height: auto;
	_height: 142px;
	background: url('./images/oasis/o_menu.jpg') left top repeat-y;
}

#o_bandeau_bas{
	position: relative;
	float: left;
	width: 555px;
	height: 123px;
}
#o_bandeau_bas a{
	position: absolute;
	top:15px;
	width: 155px;
	height: 86px;
}
#o_bandeau_bas a#o_lien_hotel{
	left:20px;
	background: url('./images/oasis/o_btn_hotel.jpg') top no-repeat;
}

#o_bandeau_bas a#o_lien_evenementiel{
	left:200px;
	background: url('./images/oasis/o_btn_evenementiel.jpg') top no-repeat;
}

#o_bandeau_bas a#o_lien_restaurant{
	left:379px;
	background: url('./images/oasis/o_btn_restaurant.jpg') top no-repeat;
}


#o_centre{
	position: relative;
	float: left;
	width: 346px;
padding-bottom: 35px;
}


#contenu{
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
        color: white;
	text-align: justify;
	overflow: hidden;
}


#contenu #contenu_resume{
	position: relative;
	overflow: hidden;
	
	color: #ffffff;
	font-weight: bold;
	top: 0px;
	font-size: 11px;
	text-align: justify;
}

#o_bas{
	position: relative;
	width: 900px;
}

/***************************** PARTIE HAUTE ********************************/
h1.o_balise_h1{
	padding: 18px 0px 0px 0px;
	margin: 0px;
	color: #e8d5b4;
	font-size: 10px;
	font-weight: normal;
}
#o_bandeau_informations{
	position: relative;
	height: 268px;	
}

#o_bandeau_informations #o_imp,
#o_bandeau_informations #o_plan{
	position: absolute;
	top: 65px;
	left: 715px;
	background: url('./images/oasis/o_bandeau_informations_href.jpg') left no-repeat;
	color: #c7a453;
	padding: 0px 14px 0px 15px;
}
#o_bandeau_informations #o_plan{
	left: 806px;	
}



#flashcontent {
	position: absolute;
	top: 102px;
	left:0px;
}

#o_flash {
	position: absolute;
	top:60px;
	left:252px;
	height: 350px;
	width: 303px;
	background-color:#ffffff;
}


#o_bas{
	height: 38px;	
}

#o_copyright{
	padding: 4px 7px 0px 7px;
	font-size: 10px;
	color: #c7a453;
}


#o_copyright a{
	color: #c7a453;
}

#o_copyright img{
	margin-bottom: -2px;
}