.jaune{
color:#ef8200;
}

.marron{
	color:#4E3227;
}

/*_____________ GENERAL _____________*/
html,body{
  /*  font-family:Helvetica, sans-serif;*/
  font-family:Verdana;
  background-color:none;
  background-image:url(/images/fond.gif);
  background-repeat:repeat;
  margin:0px;
  padding:0px;
  font-size : 11px;
  text-align:center;
  color:#ffffff;
  /*line-height : 2;*/
}

div,p,form,table,ul,li,ol {
    margin:0px;
    padding:0px;
    font-size : 11px;
}

img  {
	border : none;
}

.img_center {
	vertical-align:middle;
}

.img_milieu {
	text-align:center;
	margin-right : auto;
	margin-left:auto;
}

/*_________ BLOC PRINCIPAUX _____________*/

.clear_left {
    clear:left;
}
.clear_both{
    clear:both;
}

.float_left {
    float:left;
    margin-left : 10px;
}

/*___________ POLICES _____________*/

h1 {
	font-family:Arial;
    font-size : 16px;
    text-transform : uppercase;
    letter-spacing:0.4px; 
	color:#ef8200;
}

h2 {
    margin:0px;
    font-size : 18px;
    margin-bottom : 5px;
    margin-top:5px;
    color : #ef8200;
    font-weight : bold;
}


h3 {
    padding : 10px;
    font-size:14px;
    font-weight : bold;
    text-transform : uppercase;
	color:#f29400;
}   

h4 {
    font-size:14px;
    font-weight : bold;
	display:inline;
}

a, a:hover {
	color:#ef8200;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

/*___________ MENUS _____________*/
ul#sous_menu_account{
	float:left;
	width:660px;
	margin-top : 22px;
}

ul#sous_menu_account li{
	display:inline;
	font-size : 14px;
	font-weight : bold;
	color:#ef8200;
	margin-left : 15px;
}

ul#sous_menu_account li.selected a{
	text-decoration:underline;
}

h1.account  {
	float: left;
	width : 230px;
}


ul#sous_menu_profil li {
	margin:0px;
	padding: 0px;
	/*display:inline;*/
	float:left;
	font-size : 14px;
	font-weight : bold;
	color:#ef8200;
	text-align:center;
	list-style-type: none;
	width : 300px;
}


/*___________ FORMULAIRES _____________*/
label{
    width:150px;
    display: inline;
    float: left;    
   margin:1px;
}

.mini_label{
width:110px;
margin:0px;
}

input[type=text], input[type=password],textarea,select, input[type=file] {
	font-size : 11px;
	padding : 1px;
	margin:1px;
	border : 1px solid #ffffff;
}

/*input[type=checkbox] {
	border : 1px solid #ffffff;	
	}*/

.input_password {
	width : 104px;
}

.input_login {
	width : 130px;
}

.bouton_login {
	padding: 0px;
	margin: 0px;
	vertical-align:bottom;
	margin-left : 6px;
}

.bouton_login img {
	margin: 0px;
	padding:0px;
	vertical-align:bottom;
}



input[type=submit] , input[type=button]{
    padding : 2px;
    text-align:center;
    cursor:pointer; 
    color:#ef8200;
}

button {
    background-color:transparent;
    border:none;
    cursor : pointer;
        
}

.button_orange {
    background-color:#EF8200;
    border:1px solid #f29400;
    color: #4E3227;
    font-weight:bold;
}

.button_orange:hover {
    background-color: #f29400;
    color: 4E3227;
}

a.button_orange {
    background-color:#EF8200;
    border:1px solid #f29400;
    color: #4E3227;
    font-weight:bold;
    padding : 2px;
}

a.button_orange:hover {
    background-color: #f29400;
    color: 4E3227;
}


#conteneur{ 
    width:900px;
    margin:0px;
    padding:0px;
    margin-right : auto;
    margin-left:auto;
    text-align:left;
}


#header {
  background-image:url(/images/head.jpg);
  height:135px;
  width:900px;  
  text-align:center;
}

#footer {
	margin-top : 15px;
	margin-bottom : 15px;
	text-align:center;
	color:#ef8200;
}

#footer a {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color:#ef8200;
}
#footer a:hover {
	text-decoration: underline;
}

.bg_marron {
	background-color:#4E3227;
	 min-height : 300px;
  	margin-top : 10px;	 	
}

.bg_marron .contenu{
  	margin-left: 20px;
  	margin-right: 20px;
  	padding-top : 20px;
}


.bg_contenu1 {
	background-color:#4E3227;
  	background-image:url(/images/bg_contenu.jpg);	
  	background-position:left bottom;
  	background-repeat:no-repeat;
  	 	min-height : 300px;
  	margin-top : 10px;  	 	
}

.bg_contenu1 .contenu{
  	margin-left: 250px;
  	margin-right: 250px;
  	padding-bottom : 30px;
  	padding-top : 20px;
}

.bg_contenu2 {
	background-color:#4E3227;
  	background-image:url(/images/bg_contenu2.jpg);	
  	background-position:left bottom;
  	background-repeat:no-repeat;
  	min-height : 300px;
  	margin-top : 10px;
}

.bg_contenu2 .contenu{
  	margin-left: 20px;
  	margin-right: 250px;
	padding-bottom : 30px;
	padding-top : 20px;
}

#member_login{
  margin-top:20px;
  padding:5px;
  padding-top : 0px;
  padding-bottom : 0px;
  background-color:#4E3227;
  height:120px;
  width:160px;
  color : #ef8200;
  float:left;
}

#random_surf_place{
  margin-top:20px;
  margin-right:10px;
  padding:5px;
  background-color:#4E3227;
  height:110px;
  width:710px;
  float:left;
}

.random_surf_place_title {
	float:right;
	color:#ef8200;
	font-size : 20px;
	width : 110px;
}

.home_surf_place {
	float:left;
	margin: 7px;
	margin-bottom : 0px;
	color:#ef8200;
	font-size : 11px;	
	width : 97px;
	margin-bottom : 0px;
/*	text-align:center;*/
}

.miniature_home {
/*	width : 97px;*/
	height : 74px;
	margin-bottom : 2px;
}		

.small, a.small {
	font-size: 10px;
	line-height:1;
}


#moteur_recherche{
  background-position:top left;
  margin-top:10px;
  margin-bottom:20px;
  padding:5px;
  height:90px;
  width:890px;
  color:#ef8200;

  font-weight : bold;
}

#moteur_recherche form {
	margin-top : -5px;
}

#moteur_recherche button {
	float:right;
	color:#ef8200;
  	font-weight : bold;
  	font-size : 16px;
  	margin-top : 0px;
}


.search_ligne1 {
	margin-left : 140px;
	  font-size : 14px;
	margin-top : 20px;  
}

.search_ligne1 select {
	width : 100px;
}

.search_ligne1 div {
		  font-size : 14px;
}

.search_ligne1 img, .search_ligne2 img{
	vertical-align:middle;
}


.search_ligne2 {
	margin-left : 180px; 
	margin-top : 10px;
	  font-size : 14px;
}





#bandeau_home{
  background-position:top left;
  margin-top:10px;
  height:31px;
  width:720px;
  float:left;
  margin-right:10px;
}


#select_langue{
background-color:#EF8200;
float:left;
height:21px;
margin-top:10px;
padding:5px;
width:160px;
text-align:center;
}

#home_community{
float:left;
height:283px;
padding-left:5px;
padding-right:5px;
width:374px;
background-image:url(/images/home_left.jpg);
background-position : bottom left;
margin-left:18px;
}


.title_home_community {
	text-align:left;
	margin-top : 20px;
}

.title_home_community img, .title_home_links img {
text-align:center;
}


.contenu_home_community {
		margin-top : 5px;
		text-align:left;
		margin-right : 5px;
}

.contenu_home_links {
		margin-top : 50px;
		text-align:left;
		margin-left : 10px;
		height : 170px;
}

#carte{
float:left;
height:283px;
width:498px;
color:black;
}

#home_links{
float:left;
height:283px;
padding-left:5px;
padding-right:5px;
width:190px;
background-image:url(/images/home_right.jpg);
background-repeat : no-repeat;
background-position : bottom right;
}


.pagination {
	width:100%;
	text-align:center;
}

a.lien_gris {
	color : #000000;
}

a.lien_gris:hover {
	color:#ef8200;
}

a.lien_gris2 {
	color:#ef8200;

}

a.lien_gris2:hover {
	color : #000000;
}

/********************** ACCORDION : FAQ *******************************/
.Accordion {
	overflow: hidden;
	background-color: #FFFFFF;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	background-color : #4E3227;
	border-bottom : #ef8200;
}
.AccordionPanelTab {
	color: #ffffff;
/*	background-image: url(/images/h2_fond.gif);*/
	/*font-size: 12px;*/
	/*height: 30px;*/
	height : 25px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	list-style-position: inside;
	list-style-type:square;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
/*	height: 200px;*/
	background-color: #FCE9CB;
	color : #4E3227;
	padding-left : 20px;
	padding-right : 20px;
}

.AccordionPanelTabHover {
	color: #ffffff;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ffffff;
}

.AccordionFocused .AccordionPanelTab {
/*	background-color: #3399FF;*/
}


.erreur {
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 10px;
	border : 1px solid #ef8200;
	color : red /*#ef8200*/;
	padding : 5px;
}

.message {
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 10px;
	border : 1px solid #ef8200;
	color : #ef8200;
	padding : 5px;
}

.table_paiement {
	border : 1px solid #ef8200;
	width : 500px;
	border-collapse : collapse;
	background-color:#ffffff;
	color: #4E3227;
	font-weight : bold;
}

.table_paiement td {
	padding:5px;
	padding-left : 10px;
	padding-right : 10px;
}

.td_blanc {
	background-color:#ffffff;
	color: #4E3227;;
}

.table_paiement td {
border : 1px solid #ffffff;
}

.table_user_liste_plage {
	border : 1px solid #ef8200;
	width : 600px;
	border-collapse : collapse;
}

.table_user_liste_plage td, .table_user_liste_plage th {
	border : 1px solid #ef8200;
	padding : 2px;
}

.table_user_liste_plage label {
	width: 70px;
}
.table_user_liste_plage input {
	width: 70px;
}


.table_user_liste_echange {
	border : 1px solid #ef8200;
	width : 600px;
	border-collapse : collapse;
}

.table_user_liste_echange td, .table_user_liste_echange th {
	border : 1px solid #ef8200;
	padding : 2px;
}


.table_user_liste_echange label, #ajouter_echange label {
	width : 60px;
}





/*******************************autocomplete***************************************/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: #4E3227;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #634022;
}

.ac_over {
	background-color: #F29400;
	color: #4E3227;
}


/*** LES ANNONCES ***/

.search_annonce {
	margin-bottom : 20px;
	/*border : 1px solid #ef8200;*/
	width : 840px;
	margin-left : auto;
	margin-right : auto;
}

.search_annonce h1 {
	margin:0px;
	background: url('/images/top_orange_840.png');
	background-repeat : no-repeat;
	background-position:top left;
	color : #ffffff;
	padding-left : 20px;
	height : 22px;
	padding-top : 4px;
}


.search_annonce h1 a, .search_annonce h1 a:hover {
	color : #ffffff;
}

.search_annonce .contenu_annonce {
	background-color:#6c4536;
	padding : 10px;
}

.search_annonce .bloc_image {
	float:left;
	width : 160px;
	margin-right: 20px;
}

.search_annonce .annonce_detail {
	width: 230px;
}

.search_annonce .annonce_detail td{
	border-bottom : 2px solid #4E3227;
	padding-left : 5px;
}

.search_annonce .annonce_detail .td_gauche {
	border-right : 1px solid #4E3227;
}

.search_annonce .bloc_text1 {
	float:left;
	width : 280px;
}

.search_annonce .bloc_text2 {
	float:left;
	width : 330px;
}

.logo_search_annonces {
	margin-left: 5px;
}

.logo_map {
	width:40px;
}

.img_search_annonces {
	width : 140px;
	margin : 5px;
}

.search_annonce .bloc_logo {
	margin-bottom : 10px;
}

#profil_colonne_gauche {
	float:left;
	width : 300px;
	margin-right : 30px;
}

#profil_colonne_droite {
	float:left;
	width : 510px;
}


/* PROFILS */

#bloc_diaporama_mini {
	margin-bottom : 20px;
}


.avatar {
	width : 100px;
	height : 100px;
}

.bloc_about_membre {
	margin-bottom : 20px;
}

.bloc_about_membre .contact{
	float:right;
	width:200px;
	background-color : #4E3227;
	margin-bottom : 30px;
}

.bloc_about_membre .image{
	float:left;
	width:100px;
	margin-right : 10px;
}

.bloc_about_membre .info {
	float:left;
	width:170px;
	font-size : 16px;
}

.bloc_about_membre .info_icones {
	margin-top : 10px;
}

.bloc_about_membre .description {
	margin-top : 20px;
}

.bloc_about_property h1, .bloc_which_spot h1 {
	margin-bottom : 0px;
}


.bloc_which_spot	{
	width:300px;
	background-color:#6c4536;
	color : #ffffff;
}


.table_liste_echange	{
	width:280px;
	margin-right : auto;
	margin-left:auto;
}

.table_liste_echange	td{
	border-bottom : 3px solid #443426;
	height : 32px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 2px;

}

.table_liste_echange	.td_gauche{
	border-right : 1px solid #443426;
	font-size:12px;
}

.table_type_personnes {
	width:130px;
}

.table_type_personnes td.souligne {
	border-bottom : 3px solid #443426;
}



.td_where	{
	background-image:url(/images/picto_planete.jpg);
  	background-repeat:no-repeat;	
  	background-position: right 50%;
  	border-right : 1px solid #443426;
  	width:120px;
}

.td_from1 {
  	width:78px;
}

.td_from2	{
	background-image:url(/images/picto_clock.jpg);
  	background-repeat:no-repeat;	
  	background-position: right 50%;
  	width:78px;
}

.div_type_echange	{
	background-image:url(/images/picto_echange.jpg);
  	background-repeat:no-repeat;	
  	background-position: right 50%;  	
  	 min-height : 120px;
  	 font-size : 12px;
  	 margin-left: 20px;
  	 margin-top : 10px;
}

.div_type_personnes {
	background-image:url(/images/picto_personnes.jpg);
  	background-repeat:no-repeat;	
  	background-position: right 50%;  	
  	 min-height : 60px;
  	 font-size : 12px;
  	 margin-left: 20px;
  	 margin-top : 10px;
}


.bloc_about_property	{
	width:499px;
	background-color:#6c4536;
	color : #ffffff;
  	background-image:url(/images/home_property_bg.jpg);
  	background-repeat:no-repeat;	
  	background-position : 10% right;
  	min-height : 330px;
  	margin-bottom : 10px;
}

.bloc_surfer_ressource	{
	width:499px;
	background-color:#6c4536;
	color : #ffffff;
	padding-bottom : 10px;
  	margin-bottom : 20px;
}

.table_about_property	{
	width:480px;
	margin-right : auto;
	margin-left:auto;	
}

.table_about_property	td{
	border-bottom : 3px solid #443426;
	height : 36px;
	padding-top : 5px;
	padding-bottom : 5px;
	width : 50%;
	padding-left : 15px;
}

.table_about_property	.td_last{
	border : 0px;
}

.table_about_property	.td_gauche{
	border-right : 1px solid #443426;
	padding-left : 0px;
	font-size : 12px;
}

.div_facilites	{
	background-color:#6c4536;
	width:499px;
	 background-image:url(/images/home_facilities_bg.jpg);
  	background-repeat:no-repeat;	
  	background-position:top left;
  	min-height : 230px;
  	padding-top : 10px;

}

.div_fil_ariane_profil {
		width:900px;
		color:#FFFFFF;
		font-size:16px;
		background-image: url(/images/FR/bg_fil_ariane.png);
		background-repeat:no-repeat;
		margin-top:10px;
		height:60px;
		padding-top:10px;
		padding-left:15px;
}

.div_facilites_txt	{
	height: 35px;
	padding : 2px;
	padding-left : 20px;
	padding-right : 10px;
	padding-top : 15px;
	margin-top : 10px;
	margin-bottom : 10px;
	font-size : 12px;
}


.walking, .driving {
	background-image:url(/images/bg_walking.jpg);
  	background-repeat:no-repeat;	
  	background-position:top left;
  	height : 275px;
  	width : 280px;
  	border:2px solid #ef8200;
  	margin-bottom : 20px;
  	font-size : 10px;
}

.driving {
	 background-image:url(/images/bg_driving.jpg);
}

.walking_contenu, .driving_contenu {
	overflow-y:auto;
	overflow-x: hidden;
	width : 153px;
	height : 100px;
	padding-left:0px;
	padding-top:0px;
	font-size : 10px;
	line-height:1;
	margin-top : 30px;
	margin-left: 35px;
}

.driving_contenu {
	width : 180px;
	height : 110px;
	margin-top : 15px;
	margin-left : 80px;
}

.walking_contenu .plage {
	margin-bottom : 5px;
}

.driving_contenu table, .driving_contenu td {
	border : 0px;
	margin: 0px;
	padding : 0px;
}

.driving_contenu td {
	padding-bottom : 8px;
}

.driving_gauche {
	width : 120px;
}

.driving_droite {
	width : 60px;
	text-align : right;
	padding-right : 2px;
}

.div_google {
	border:2px solid #ef8200;
	width:499px;
	padding-top : 0px;
	position:relative;
}


.div_google h1 {
	padding: 0px;
	margin:0px;
}

.div_photo_user{
width:150px;
text-align:center;
float:left;
}

.div_photo_user img {
	width : 120px;
	height : 120px;
	margin-left : auto;
	margin-right  : auto;
	border : 2px solid #4E3227;
}


.fin_abonnement {
	margin-bottom : 20px;
	color : #ef8200;
	font-weight : bold;
}


/***************SLIDER*****************/
#Layer1 {
	position:absolute;
	left:65px;
	top:319px;
	width:500px;
	height:86px;
	z-index:41;
}
div#top div#nav{
float:left;
clear:both;
width:500px;
height:52px;
margin:22px 0 0;
/*background:url url(images/nav-bg.png) 0 0 no-repeat;*/
}
div#top div#nav ul{
float:left;
width:500px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div.wrap{
height:299px;
/*background:url(images/header-bg.png) 50% 0 no-repeat;*/
}
div#slide-holder{
z-index:40;
width:500px;
height:299px;
position:absolute;
}
div#slide-holder div#slide-runner{
top:9px;
left:9px;
width:500px;
height:278px;
overflow:hidden;
position:absolute;
}
div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#slide-holder div#slide-controls{
left:0;
width:500px;
height:46px;
display:none;
/*background:url(images/slide-bg.png) 0 0;*/
}
div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:10px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
}
div#slide-holder div#slide-controls p#slide-nav a.on{
background-position:0 -24px;
}
div#slide-holder div#slide-controls p#slide-nav a{/*background-image:url(images/silde-nav.png);*/}
div#nav ul li a{/*background:url(images/nav.png) no-repeat;*/} 

