		/**********************************************************************************/
		/*** Ci-dessous le CSS pour le menu "Classer par : (Barre de tri)" ***/
		/********************************************************************************/

.divTri
{
	position:relative;
	left: 15px;

	
}

.form input[type=button]
{
	height: 41px;
	border: 10px transparent;
	margin-left:  -4px;	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#image { width: 99px; color: #555555;}

#imageTarif, #imageTarif_2, #imageTarif_3 { width: 63px; cursor: pointer; color: #555555;}

#imageStars { width: 72px; cursor: pointer; color: #555555;}

#imageAdvisor { width: 154px; cursor: pointer; color: #555555;}

#imagePromo { width: 105px; cursor: pointer; color: #c40c0e;}

#imageName { width: 67px; cursor: pointer; color: #555555;}

		/********************************************************************************************/
		/*** Ci-dessous le CSS pour le menu "Filtrer les resultats : (menu affiner)" ***/
		/******************************************************************************************/
	
#accordion
{
	/*border-bottom: 6px solid #e8e8e8;*/
	border-left: 6px solid #e8e8e8;
	border-right: 6px solid #e8e8e8;
	width: 214px;
	z-index: 2;
	
	-webkit-border-right-radius: 20px;
	-webkit-border-left-radius: 20px;
	-moz-border-radius-right: 20px;
	-moz-border-radius-left: 20px;
	border-right-radius: 20px;
	border-left-radius: 20px;
}

#div_menugauche_filtre
{	
	margin-left: 15px;
}
.accordion_child
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 11px;
	background:#FFFFFF;
}

.headings
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #0189ad;
	cursor: pointer;
	
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #FFFFFF;
	
	background:url("http://www.france-hotel-guide.com/images2006/menu-tri/bouton-menu-filtre.png");
	/height:1%;

}

.img-fleche-default
{
	background: url('/images2006/menu-tri/fleche-clique.png') no-repeat;
	background-position: left;
}

.img-fleche-default1
{
	background: url('/images2006/menu-tri/fleche-normal.png') no-repeat;
	background-position: left;
}

.headings:hover
{
	background: #06cbeb;
	/height:1%;

}

.accordion_headings_top
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	text-align: center;
	font-weight: bold;
	
	width: 214px;
	border-top: 6px solid #e8e8e8;
	border-left: 6px solid #e8e8e8;
	border-right: 6px solid #e8e8e8;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	background:url("http://www.france-hotel-guide.com/images2006/menu-tri/back-top-menu-filtre.png");

	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.accordion_headings_bottom
{
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	
	width: 214px;
	border-bottom: 6px solid #e8e8e8;
	border-left: 6px solid #e8e8e8;
	border-right: 6px solid #e8e8e8;
	
	background:url("http://www.france-hotel-guide.com/images2006/menu-tri/back-bottom-menu-filtre.png");

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#filtrer
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: center;
	
	width: 200px;
	height: 28px;
	cursor: pointer;

	background: url('/images2006/menu-tri/bt-filtrer-normal.png') no-repeat;
	background-position: center;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#filtrer:hover
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: center;
	
	width: 200px;
	height: 28px;
	cursor: pointer;

	background: url('/images2006/menu-tri/bt-filtrer-over.png') no-repeat;
	background-position: center;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#filter
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: center;
	
	width: 200px;
	height: 28px;
	cursor: pointer;

	background: url('/images2006/menu-tri/bt-filter-normal.png') no-repeat;
	background-position: center;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#filter:hover
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: center;
	
	width: 200px;
	height: 28px;
	cursor: pointer;

	background: url('/images2006/menu-tri/bt-filter-over.png') no-repeat;
	background-position: center;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

		/*********************************************************************************/
		/*** Ci-dessous le CSS pour la carte GoogleMap en haut � droite ***/
		/*******************************************************************************/

.imgGoogleMap
{
	position: absolute;
	left: 50%;
	top: 158px;
	margin-left: 315px;
}



		
.arriere-plan {
/*    background: url("http://www.france-hotel-guide.com/images2006/menu-tri/back-top-menu-guide.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color:#04B2D3;
    border-right: 6px solid #04B2D3;
    border-top: 6px solid #04B2D3;
    border-bottom: 6px solid #04B2D3;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 218px;
    height:64px;
}
.texte_guide{
    font-size: 11px;
    color: #b5f1fd;
    font-family: Arial,sans-serif;
    font-style:italic;
    float:left;
    padding-top: 4px;
 }
 .lien_guide{
    font-size: 12px;
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-weight:bold;
    float:left;
    text-decoration:underline;
    padding-top: 3px;
 }
  .lien_guide:hover{
    color: #b5f1fd;
 }
 .texte_rose_guide{
    font-size: 13px;
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-weight: bold;
    float:left;
    text-align: left;
    width: 120px;
    padding-top: 6px;
    width: 100px;
    text-align: left;
 }
 
.img_guide{
    float:left;
    margin-top: -8px;
    margin-left: -6px;
    padding-right: 7px;
 }