body{
	font-family: Arial;
	font-size: 13px;
	color: #38302b;
	background-color: #e5e5e5;
}

/* styles pour le texte si besoin */
.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

a{
	color: #a53800;
}

/******** PAGE ENTIERE encadrement 1px en noir tout autour *************/
#ombrage{
	width: 1004px;
	margin: auto;
	background: url(../../images/fond.jpg) top center repeat-y;
}

#global{
	width: 996px;
	margin: auto;
}

/******* BANNER comprend le logo + banniere (+ animation flash) ********/
#banner{
	width: 996px;
	height: 144px;
}

#banner_texte{
	color: #000000;
	width: 622px;
	height: 30px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

/********** CONTAINER BODY_BG implicite = menu + container_body_general(ex page index.htm --> container coiffure + hebergement + vehicules) + Pub banniere a droite **/
#container_body_bg{
	width: 996px;
	background-color: #0eb2b3;
}

#container_titre_langage_recherche{
	width: 822px;
	height: 30px;
	margin-left: 174px;
	background-color: #FFFFFF;
}

#titre{
	float: left;
	color: #f1731d;
	width: 520px;
	height: 30px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#langage{
	float: left;
	margin-left: 35px;
	width: 65px;
	height: 30px;
}

#container_recherche{
	margin-left: 620px;
	padding-top: 3px;
	text-align: center;
	width: 200px;
	height: 20px;
}


/***************** container PATH + PUB HORIZONTAL *******/
#container_path_pub{
	width: 822px;
	height: 120px;
	margin-left: 174px;
	background-color: #FFFFFF;
}

#path{
	margin-left: 4px;
	width: 800px;
	height:15px;
}

#path a{
	text-decoration: none;
	color: #a53800;
	font-weight: bold;
}

#container_pub_horizontal{
	width: 819px;
	height: 90px;
}

.pub_horizontal{
	float: left;
	margin-top: 5px;
	margin-left: 3px;
}

.pub_horizontal_taille4{
	margin-top: 5px;
	margin-left: 1px;
}

.pub_horizontal_fixe{
	width: 200px;
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-left: 3px;
}

/********* container_body_general = body + pub a droite ***********/
#container_body_general{
	margin-left: 174px;
	width: 822px;
	background-color: #FFFFFF;
}

/* pub a Droite de la page */
#container_pub_vertical{
	width: 203px;
	float: right;
}

.pub_vertical{
	margin-bottom: 5px;
}

.pub_vertical_fixe{
	height: 90px;
	margin-bottom: 5px;
}


/* CONTAINER_BODY **/

/* page recherche hebergement.php */

#container_hebergements{
	width: 600px;
	margin-left: 2px;
}

#params_formulaire{
	text-align: center;
	width: 614px;
}

#space_params{
	width: 400px;
	height: 4px;
}

#container_nb_resultats{
	width: 500px;
	margin: auto;
}

#container_draw_link{
	float: left;
	text-align: center;
	line-height: 40px;
	width: 365px;
	height: 40px;
}

#container_draw_link_footer{
	text-align: center;
	line-height: 40px;
	margin: auto;
	width: 365px;
	height: 40px;
}

#container_rpp{
	margin-left: 365px;
	line-height: 40px;
	width: 240px;
	height: 40px;
}

.texte_renseignements_prix{
	font-size: 10px;
}

.red{
	color: #f1731d;
	font-size: 12px;
	font-weight: bold;
}

.red a{
	color: #f1731d;
	text-decoration: none;
}

.orange{
	color: #f1731d;
}

.lien_precedent a{
	color: #993300;
}

.lien_suivant a{
	color: #993300;
}

.lien a{
	color: #993300;
}

.lien a:visited{
	color: #993300;
}

#container_hebergements_espace{
	width: 608px;
	height: 700px;
	margin-left: 2px;
}

#container_error{
	width: 600px;
	height: 200px;
	margin-left: 2px;
	color: #a53800;
	text-align: center;
	font-size: 13px;
}

#container_hebergement{
	font-size: 12px;
	font-family: Arial;
}

.resultats_nom  tr.container_nom_hebergement{
	font-size: 14px;
	font-weight: bold;
}

.resultats_nom td.nom_hebergement{
	border-bottom: 1px solid #0eb2b3;
	width: 610px;
}
.resultats_nom td.nom_hebergement a{
	color: #0eb2b3;
	text-decoration: none;
}

.resultats{
	margin-bottom: 10px;
}

.resultats tr.container_desc_hebergement{
	width: 620px;
	color: #38302b;
	font-size: 12px;
}

.resultats td.container_hebergement_photo{
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
}

.resultats td.container_hebergement_description{
	width: 420px;
	height: 70px;
	padding: 0px 5px 0px 5px;
	line-height: 15px;
}

.resultats td.container_hebergement_separator{
	height: 70px;
	border-left: 1px solid #0eb2b3;
}

.resultats td.container_hebergement_type{
	width: 80px;
	font-size: 11px;
	font-weight: bold;
}

.resultats td.container_hebergement_lieu{
	width: 80px;
	font-size: 11px;
	font-weight: bold;
}

.resultats td.container_hebergement_lien{
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.resultats td.container_hebergement_lien a{
	color: #993300;
}

/* page hebergement-tourisme-reunion.php */
#container_hebergement_index{
	width: 613px;
	margin-bottom: 10px;
	margin-left: 4px;
}

#container_hebergement_index_titre{
	width: 500px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}

#container_hebergement_index_texte{
	font-size: 13px;
	width: 610px;
}

/*Formulaire hebergement-tourisme-reunion.php*/
#container_formulaire{
	width: 590px;
	margin-left: 10px;
}

#container_formulaire_stucture{
	height: 50px;
	margin-left: 5px;
	float: left;
}

.select_structure{
	width: 200px;
}

#container_formulaire_lieu{
	height: 50px;
	margin-left: 15px;
	float: left;
}

#container_formulaire_prix{
	height: 50px;
	margin-left: 15px;
	float: left;
}

#formulaire_recherche{
	padding-top: 25px;
}

.formulaire_titre_structure{
	color: #f1731d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.formulaire_titre_lieu{
	color: #f7b933;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.formulaire_titre_prix{
	color: #ba5218;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/**********/

#titre_header{
	width: 300px;
	margin: auto;
	font-size: 14px;
	padding-top: 10px;
}

#titre_header_2{
	width: 280px;
	margin: auto;
	font-size: 14px;
	padding-top: 10px;
}

#container_texte_header{
	width: 260px;
	margin: auto;
	padding-top:5px;
	padding-bottom: 5px;
	font-size: 12px;
}

#container_texte_footer a{
	font-weight: bold;
}

/******   Different container dans le body_general *****/
#container_typelocations_prix{
	width: 613px;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cadre_1{
	margin: auto;
	width: 298px;
	height: 200px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#container_typelocations{
	width: 300px;
	float: left;
}

#container_prix{
	margin-left: 310px;
	width: 300px;
}

#container_titre_header_orange_nue{
	width: 300px;
	height: 65px;
	margin: auto;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	background: url(../images/arrondi_orangenu.gif) top center no-repeat;
}

#container_titre_header_jaune{
	width: 300px;
	height: 65px;
	margin: auto;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	background: url(../images/arrondi_jaune.gif) top center no-repeat;
}

#container_hebergement_lieu{
	width: 613px;
	margin-left: 4px;
	padding-bottom: 10px;
}

#container_big_titre{
	width: 610px;
	height: 35px;
	margin: auto;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	background: url(../images/big_arrondi1.gif) top center no-repeat;
}

#cadre{
	margin: auto;
	width: 608px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#texte_lieu{
	width: 580px;
	margin: auto;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#carte_hebergement{
	width: 524px;
	height: 241px;
	margin: auto;
	margin-bottom: 10px;
}
