html { font-size: 100% }
body {
	font-size:0.7em;
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
	font-family: Verdana;
}
#global {
	background-color: #ffffff;
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}
.clear {
	font-size: 1px;
	height: 2px;
	display: block;
	clear: both;
}
caption, summary {
	display: none;
}


/* ENTETE */

#entete {
	font-size: 11px;
	padding: 10px 5px 0px 0px;
	float: right;
}
#entete label {
	display: none;
}
#entete input {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #716f64;
	width: 110px;
	padding: 1px 2px 2px 2px;
}
#entete span 
{
	margin: 0px 10px 0px 0px;
}
#entete a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#entete a:hover {
	color: #716f64;
}
#entete img {
	border: 1px solid #bababa;
	position: relative;
	top: 2px;
}





/* PIED DE PAGE */

/*#piedpage {
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	background-color: #16368c;
	background-image: url(/web/img/pied_page.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 6px 0px;
	margin: 0px;
}
#piedpage li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#piedpage a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#piedpage a:hover {
	text-decoration: underline;
}*/

#piedpage {
	position:relative;
	/*width:780px;*/
	width:794px;
	float:left;
	color:#FFFFFF;
	list-style:none;
	font-size:10px;
	text-align:left;
	background-color: #16368c;
	background-image: url(/web/img/pied_page.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}
#piedpage * {
	z-index: 1000;
}
#piedpage li {
	float: left;
	list-style: none;
	position: relative;
	/*width:auto;*/
	padding-top:4px;
}
#piedpage li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 7px 0px 7px;
}
#piedpage li a:hover {
	text-decoration:underline;
}
#piedpage li:hover > ul {
	display: block;
}
#piedpage ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 16px;
	left: 0px;
	display: none;
	width:100px;
}
#piedpage ul ul {
	position:absolute;
	bottom: 0px;
	left: 210px;
	display: none;
}
#piedpage li li {
	background-color:#4c66ae;
	margin-bottom:0px;
	background-image:none;
	padding-top:0px;
}
#piedpage li li a {
	font-weight:normal;
	padding:2px 2px 2px 8px;
	font-size:1em;
	display:block;
	width:200px;
}
#piedpage li li a:hover {
	text-decoration:none;
	background-color:#16368c;
}




/* Accueil */

.accueil #piedpage {
	background-color: #16368c;
	background-image: url(/web/img/pied_page_accueil.gif);
}
.carnet_voyage {
	color: #000000;
	font-size: 9px;
	border-top: 1px solid #18368c;
	border-right: 1px solid #18368c;
	border-bottom: 1px solid #18368c;
	background-color: #c72e30;
	padding: 3px 5px 6px 5px;
	float: right;
	width:195px;
}
.carnet_voyage strong {
	color: #ffffff;
	font-size: 1.2em;
}
.carnet_voyage a {
	color: #000000;
	text-decoration: none;
}
.carnet_voyage a:hover {
	text-decoration: underline;
}





/* MENU */

#menu {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#menu * {
	z-index: 10000;
}
#menu li {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 34px;
	width: 223px;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	position: relative;
}
#menu li:hover > ul {
	display: block;
}
#menu a {
	height: 34px;
	width: 223px;
	display: block;
}
#menu span {
	display: none;
}
#menu ul {
	width: 221px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
}
#menu li.menu1 ul {
	background-color: #16368c;
	background-image: url(/web/img/menu/sousmenu_decouvrez.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #16368c;
	border-right: 1px solid #16368c;
	border-bottom: 1px solid #16368c;
}
#menu li.menu2 ul {
	background-color: #66941b;
	background-image: url(/web/img/menu/sousmenu_organisez.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #66941b;
	border-right: 1px solid #66941b;
	border-bottom: 1px solid #66941b;
}
#menu li.menu3 ul {
	background-color: #eea700;
	background-image: url(/web/img/menu/sousmenu_reservez.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #eea700;
	border-right: 1px solid #eea700;
	border-bottom: 1px solid #eea700;
}
#menu ul li {
	background-image: none;
	border: none;
	height: auto;
	width: 221px;
}
#menu ul a {
	color: #ffffff;
	text-decoration: none;
	border: none;
	height: auto;
	width: 186px;
	padding: 3px 5px 4px 30px;
	display: block;
	float: none;
}
#menu li.menu1 ul a {
	background-image: url(/web/img/menu/puce_decouvrez.gif);
	background-repeat: no-repeat;
}
#menu li.menu2 ul a {
	background-image: url(/web/img/menu/puce_organisez.gif);
	background-repeat: no-repeat;
}
#menu li.menu3 ul a {
	background-image: url(/web/img/menu/puce_reservez.gif);
	background-repeat: no-repeat;
}
#menu li.menu1 ul a:hover {
	color: #002259;
	font-weight: bold;
	background-color: #a2afd1;
	background-image: url(/web/img/menu/rollover_decouvrez.gif);
}
#menu li.menu2 ul a:hover {
	color: #375900;
	font-weight: bold;
	background-color: #c2d4a4;

	background-image: url(/web/img/menu/rollover_organisez.gif);
}
#menu li.menu3 ul a:hover {
	color: #835c00;
	font-weight: bold;
	background-color: #f7d380;
	background-image: url(/web/img/menu/rollover_reservez.gif);
}
#menu li.menu1 ul ul, #menu li.menu2 ul ul, #menu li.menu3 ul ul {
	background-image: none;
	padding: 0px;
	top: 0px;
	left: 221px;
}





/* SOUS-MENU  (BLEU) */

#sousmenu {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #18368c;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}
#sousmenu li {
	width: 221px;
	padding: 5px 1px 5px 1px;
	margin: 0px;
	list-style: none;
}
#sousmenu li.stitre {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
#sousmenu a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/web/img/menu/puce_sousmenu.gif);
	background-repeat: no-repeat;
	width: 179px;
	padding: 3px 10px 3px 32px;
	display: block;
}
#sousmenu a:hover {
	color: #002259;
	background-color: #a2afd1;
	background-image: url(/web/img/menu/rollover_sousmenu.gif);
}

/* SOUS-MENU 1 (BLEU) */

#sousmenu1 
{
	width:223px;
	margin: 0px;
	color:#FFFFFF;
	padding: 10px 0px 20px 0px;
	background-color:#071d5b;
}
#sousmenu1 li 
{
	padding: 10px 10px 0px 10px;
	margin: 0px;
	list-style: none;
}
#sousmenu1 li.stitre {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
#sousmenu1 a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/web/img/menu/puce_sousmenu.gif);
	background-repeat: no-repeat;
	width: auto;
	padding: 3px 10px 3px 32px;
	display: block;
}
#sousmenu1 a:hover {
	color: #002259;
	background-color: #a2afd1;
	background-image: url(/web/img/menu/rollover_sousmenu.gif);
}

/* SOUS-MENU 2  (VERT) */

#sousmenu2 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #66941b;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}
#sousmenu2 li {
	width: 221px;
	padding: 5px 1px 5px 1px;
	margin: 0px;
	list-style: none;
}
#sousmenu2 li.stitre {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
#sousmenu2 a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/web/img/menu/puce_sousmenu2.gif);
	background-repeat: no-repeat;
	width: 179px;
	padding: 3px 10px 3px 32px;
	display: block;
}
#sousmenu2 a:hover {
	color: #66941b;
	background-color: #bdd49b;
	background-image: url(/web/img/menu/rollover_sousmenu2.gif);
}





/* ACCUEIL */

.accueil {
	margin-bottom: -2px;
}
.slideshow {
	height: 370px;
	margin: 0px 0px 2px 0px;
	clear: both;
	position: relative;
}
.slideshow .texte {
	color: #ffffff;
	background-image: url(/web/img/bande.png);
	/*height: 30px;*/
	height: 42px;
	width: 653px;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}
.slideshow .pas_manquer {
	height: 54px;
	width: 337px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
.slideshow .pas_manquer h2, .slideshow .pas_manquer p {
	margin: 0px;
}
.slideshow .pas_manquer a {
	height: 27px;
	display: block;
}
.slideshow .pas_manquer span {
	display: none;
}
.slideshow .arrondi {
	background-image: url(/web/img/arrondi.png);
	height: 139px;
	width: 23px;
	position: absolute;
	right: 0px;
	bottom: 54px;
	z-index: 100;
}

.blocs {
	background-repeat: no-repeat;
	/*height: 190px;*/
	padding: 0px 0px 0px 214px;
}
.accueil .newsletter {
	height: 23px;
	width: 213px;
	margin: 0px;
	display: block;
	position: absolute;
	top: 407px;
	left: 0px;
}
.accueil .geographique {
	height: 164px;
	width: 214px;
	display: block;
	position: absolute;
	top: 430px;
	left: 0px;
}
.geographique span, .newsletter span {
	display: none;
}

.reservation {
	background-image: url(/web/img/reservation.jpg);
	border: 9px solid #c72e30;
	height: 170px;
	width: 317px;
	float: right;
	position: relative;
}
.reservation h2 {
	background-repeat: no-repeat;
	height: 45px;
	margin: 17px 0px 10px 15px;
}
.reservation span {
	display: none;
}
.reservation .tarif {
	color: #002259;
	font-weight: bold;
	text-align: center;
	background-image: url(/web/img/tarif.png);
	height: 49px;
	width: 107px;
	padding-top: 17px;
	display: block;
	position: absolute;
	top: 10px;
	right: 11px;
}
.reservation h3, .reservation p {
	color: #18368c;
	font-size: 11px;
	text-align: justify;
	margin: 0px 35px 0px 35px;
}
.reservation p.savoirplus {
	margin-top: 5px;
}

.bloc_idee, .bloc_actu {
	background-color: #fae7b7;
	background-image: url(/web/img/bloc.gif);
	background-repeat: repeat-y;
	border: 1px solid #18368c;
	width: 435px;
	padding: 3px 9px 1px 3px;
	margin: 0px 2px 2px 0px;
	float: left;
	clear: left;
}
.bloc_idee img, .bloc_actu img {
	margin: 0px 3px 0px 0px;
	float: left;
}
.bloc_idee h2 {
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 88px;
}
.bloc_actu h2 {
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 88px;
}
.bloc_idee span, .bloc_actu span {
	display: none;
}
.bloc_idee h3, .bloc_actu h3 {
	color: #002259;
	font-size: 1.1em;
	margin: 0px;
}
.bloc_idee h3 a, .bloc_actu h3 a {
	color: #002259;
}
.bloc_idee h3 a:hover, .bloc_actu h3 a:hover {
	text-decoration: none;
}
.bloc_idee p, .bloc_actu p {
	color: #18368c;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
.blocs bloc_idee .clear, .blocs bloc_actu .clear {
	clear: left;
}

.bloc_idee p.descriptif a {color: #18368c; text-decoration:none;}
.bloc_idee p.descriptif a:link {color: #18368c; text-decoration:none;}
.bloc_idee p.descriptif a:visited {color: #18368c; text-decoration:none;}
.bloc_idee p.descriptif a:hover {color: #18368c; text-decoration:none;}
.bloc_idee p.descriptif a:active {color: #18368c; text-decoration:none;}

.bloc_actu p.descriptif a {color: #18368c; text-decoration:none;}
.bloc_actu p.descriptif a:link {color: #18368c; text-decoration:none;}
.bloc_actu p.descriptif a:visited {color: #18368c; text-decoration:none;}
.bloc_actu p.descriptif a:hover {color: #18368c; text-decoration:none;}
.bloc_actu p.descriptif a:active {color: #18368c; text-decoration:none;}

p.savoirplus {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
p.savoirplus a {
	color: #002259;
}
p.savoirplus a:hover {
	text-decoration: none;
}





/* PAGINATION */

#pagination {
	color: #001037;
	font-weight: bold;
	text-align: center;
	background-image: url(/web/img/ligne_pagination.gif);
	background-repeat: repeat-x;
	width: 706px;
	padding: 0px 35px 15px 35px;
	margin: 0px 0px 0px 224px;
	clear: both;
}
#pagination .precedent {
	color: #001037;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background-color: #edd8a5;
	background-image: url(/web/img/precedent.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 7px 4px 14px;
	margin: 20px 0px 10px 0px;
	float: left;
}
#pagination .suivant {
	color: #001037;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background-color: #edd8a5;
	background-image: url(/web/img/suivant.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 14px 4px 7px;
	margin: 20px 0px 10px 0px;
	float: right;
}
#pagination .retour {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #18368c;
	padding: 2px 15px 3px 15px;
	margin: 0px 1px 0px 1px;
	position: relative;
	top: 5px;
}
#pagination .retour:hover {
	color: #cedaff;
}
#pagination .imprimer {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/web/img/picto_imprimer.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 15px 6px 35px;
	margin: 0px 1px 0px 1px;
	position: relative;
	top: 5px;
}
#pagination .imprimer:hover {
	color: #ffcbcc;
}
#pagination .pages {
	font-size: 0.9em;
	margin: 15px 0px 0px 0px;
}
#pagination .pages a {
	color: #001037;
	font-weight: normal;
	text-decoration: underline;
}
#pagination .pages a:hover {
	text-decoration: none;
}





/* GAUCHE */

#gauche {
	width: 223px;
	float: left;
}
#gauche .loire_velo {
	background-image: url(/web/img/loire_velo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 120px;
	position: relative;
}
#gauche .loire_velo h3 {
	background-image: url(/web/img/fr/loire_velo.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 40px;
	margin: 0px;
}
#gauche .loire_velo h3 span {
	display: none;
}
#gauche .loire_velo a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c62e31;
	padding: 1px 5px 3px 5px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 6px;
}
#gauche .photo {
	background-image: url(/web/img/photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	margin: 20px 0px 0px 0px;
}
.sejour #gauche .photo {
	margin: 1px 0px 0px 0px;
}
#outils .newsletter {
	height: 20px;
	width: 234px;
	margin: -1px 0px 0px 1px;
	display: block;
	float:right;
}
#gauche img {
	border: none;
}

/* Listing et détail séjour */

.boite_sejour {
	border-top: 1px solid #ffffff;
	width: 223px;
	margin: 0px 0px 0px 0px;
}
.boite_sejour h3 {
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	width: 133px;
	margin: 0px;
}
.boite_sejour h3 span {
	display: none;
}
.boite_sejour p {
	font-size: 0.8em;
	margin: 0px 15px 5px 15px;
}
.boite_sejour .haut {
	background-color: #e88f00;
	/*background-image: url(/web/img/boite_sejour_h.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	padding: 10px 0px 10px 0px;
}
.boite_sejour .bas {
	background-color: #eea700;
	/*background-image: url(/web/img/boite_sejour_b.gif);
	background-repeat: no-repeat;
	background-position: top;*/
}
.boite_sejour .bas #divTarif {
    height: 46px;
}
.boite_sejour label, .boite_sejour .label {
	padding: 15px 15px 3px 15px;
	display: block;
}
.boite_sejour select {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #808080;
	width: 180px;
	margin: 0px 15px 0px 15px;
}
.boite_sejour .bouton {
	background-repeat: no-repeat;
	height: 17px;
	width: 155px;
	margin: 10px 0px 0px 68px;
	display: block;
}
.boite_sejour .bouton span {
	display: none;
}
.boite_tri {
	background-color: #f0b003;
	padding: 5px 15px 13px 15px;
}
.boite_tri label {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	display: block;
}
.boite_tri select {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #808080;
	width: 180px;
	margin: 5px 0px 0px 0px;
}

.boite_tri2 {
	background-color: #546fbc;
	padding: 3px 5px 3px 5px;
	margin:0px 0px 0px 0px;
}
.boite_tri2 label {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	display: block;
}
.boite_tri2 select {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #808080;
	width: 150px;
	margin: 5px 0px 0px 0px;
}
.boite_recherche {
	background-color: #b2c1ec;
	padding: 0px 0px 0px 0px;
	margin:1px 0px 10px 0px;
	position:relative;
}
.boite_recherche .bouton_recherche {
	color:#18368c;
	font-weight:bold;
	text-align:center;
	display:block;
	background-color: #b2c1ec;
	text-decoration:none;
	width:190px;
	padding:2px;
}
.boite_recherche .bouton_recherche:hover {
	background-color: #cad4f2;
	text-decoration:none;
}
.boite_recherche ul {
	margin:5px;
	list-style:none;
}
.boite_recherche #divAideRecherche {
	margin:5px;
}
.boite_recherche ul li {
	padding:0px 0px 2px 10px;
	margin:0px 0px 0px 4px;
	background-image:url(../img/puce_detail.gif);
	background-repeat:no-repeat;
}
.boite_recherche ul li a {
	color:#18368c;
	text-decoration: none;
}
.boite_recherche ul li a:hover {
	text-decoration: underline;
}





/* DROITE */

#droite {
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 0px 25px;
	display: none;
	float: right;
}
#droite .recherche, #droite .recherche2 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #18368c;
	border-bottom: 2px solid #fdefbe;
	padding: 2px 0px 3px 0px;
	display: block;
	position: relative;
	top:-10px;
}
#droite .recherche2 {
	border-bottom: 12px solid #fdefbe;
	margin: 0px 0px -10px 0px;
}
#droite .recherche:hover, #droite .recherche2:hover {
	color: #cedaff;
}

/* Listing */

.listing #droite {
	width: 194px;
	margin: 20px 0px 0px 1px;
	display: block;
}
.listing #droite .recherche {
	border: none;
	margin: 0px 0px 2px 0px;
}
.listing #droite .recherche2 {
	border: none;
	margin: 0px 0px 10px 0px;
}
#droite .photo {
	background-image: url(/web/img/photo2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
}

/* Listing et détail séjour */

.sejour #droite {
	width: 210px;
	margin: 40px 0px 0px 20px;
	display: block;
}
.detail .sejour #droite {
	width: 210px;
	margin: 40px 0px 0px 10px;
	display: block;
}
.sejour #droite .carnet_voyage {
	width: 198px;
	margin: -5px 0px 0px 0px;
}

/* Détail */

.detail #droite {
	width: 214px;
	display: block;
}
#droite .temoignages {
	color: #c62e31;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/web/img/fond_temoignages.gif);
	border: 1px solid #18368c;
	padding: 3px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
}
#droite .temoignages span {
	font-size: 1px;
	background-image: url(/web/img/picto_temoignages.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 40px;
	margin: -11px 5px 0px 0px;
	display: block;
	float: left;
	position: relative;
}


#droite .visionneuse {
	background-color: #c72e30;
	padding: 0px 0px 0px 0px;
	margin:0px;
	border-top:#fdefc0 solid 8px; 
}
#droite .visionneuse .visio {
	padding:2px;
	text-align:center;
}
#droite .visionneuse .visio img {
	border:none;
}
#droite .visionneuse .bt_prec {
	padding-left:5px;
	cursor:pointer;
	margin:0px;
}
#droite .visionneuse .bt_suiv {
	padding-right:5px;
	cursor:pointer;
	margin:0px;
}
#droite .visionneuse .bt_prec a {
	background-image:url(/web/img/visio_prec.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:5px 0px 5px 25px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
#droite .visionneuse .bt_suiv a {
	background-image:url(/web/img/visio_suiv.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding:5px 25px 5px 0px;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
}
#droite .visionneuse .bt_suiv a:hover,
#droite .visionneuse .bt_prec a:hover {
	color:#f7b18e;
}
#droite .visionneuse .libelle {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	clear:both;
	padding:5px;
}



#droite .visite_virtuelle {
	color: #92181a;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #f7b18e;
	border: 1px solid #92181a;
	padding: 2px 0px 3px 0px;
	display: block;
}
#droite .viamichelin {
	font-size: 1px;
	background-image: url(/web/img/viamichelin.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
	display: block;
}
#droite .viamichelin span {
	display: none;
}
#droite .proximite {
	color: #4e452f;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #dae5f3;
	background-image: url(/web/img/picto_proximite.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #18368c;
	padding: 3px 5px 4px 47px;
	display: block;
}
#droite .carnet_voyage {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
	background-color: #c62e31;
	border: 1px solid #18368c;
	width: 202px;
	padding: 4px 5px 3px 5px;
	margin: 10px 0px 0px 0px;
	display: block;
}
#droite .carnet_voyage span {
	font-size: 1px;
	background-image: url(/web/img/picto_carnet_voyage.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	margin: -12px 5px 0px 0px;
	display: block;
	float: left;
	position: relative;
}





/* CENTRE */

#visuel {
	background-image: url(/web/img/visuel.jpg);
	background-repeat: no-repeat;
	height: 137px;
	margin: 0px 0px 1px 0px;
	clear: both;
}
#outils #options a {
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	margin: -1px 0px 0px 0px;
	display: block;
	float: right;
}
#outils #options a.bt_ami {
	background-image: url(/web/img/outils/picto_ami.gif);
}
#outils #options a.bt_print {
	background-image: url(/web/img/outils/picto_print.gif);
}
#outils #options a.bt_pdf {
	background-image: url(/web/img/outils/picto_pdf.gif);
}
#outils #options a.txt_plus {
	background-image: url(/web/img/outils/picto_plus.gif);
}
#outils #options a.txt_moins {
	background-image: url(/web/img/outils/picto_moins.gif);
}

#outils #options a.bt_ami:hover {
	background-image: url(/web/img/outils/picto_ami2.gif);
}
#outils #options a.bt_print:hover {
	background-image: url(/web/img/outils/picto_print2.gif);
}
#outils #options a.bt_pdf:hover {
	background-image: url(/web/img/outils/picto_pdf2.gif);
}
#outils #options a.txt_plus:hover {
	background-image: url(/web/img/outils/picto_plus2.gif);
}
#outils #options a.txt_moins:hover {
	background-image: url(/web/img/outils/picto_moins2.gif);
}
#outils #options a span {
	display: none;
}
#outils #nav {
	color: #717171;
	font-size: 0.9em;
	/*border-bottom: 1px solid #16368c;
	width: 529px;*/
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 2px;
	float: right;
	width:424px;
}
#outils #nav a {
	color: #717171;
	text-decoration: none;
}
#outils #nav a:hover {
	text-decoration: underline;
}

#contenu {
	width: 756px;
	padding: 0px 0px 5px 20px;
	float: right;
}
#contenu input {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #808080;
	width: 225px; /* rajouté 32px */
	padding: 2px 7px 2px 7px;
}
#contenu select {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #808080;
	width: 241px; /* rajouté 32px */
}

/* Recherche */

.recherche #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #c62e31;
	background-image: url(/web/img/fond_titre.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
}
.recherche #contenu p {
	text-align: justify;
	margin: 10px 229px 0px 0px;
}
.recherche .legende {
	color: #18368c;
}
.recherche .geographique {
	height: 203px;
	width: 199px;
	display: block;
	position: absolute;
	top: 213px;
	right: 0px;
}
.recherche .formulaire {
	/*padding: 15px 80px 0px 65px;*/
	padding: 15px 80px 0px 65px;
}
.recherche .avancee {
	background-color: #fef8ed;
	background-image: url(/web/img/fond_formulaire.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #d5c293;
	padding: 0px 60px 10px 35px;
	margin: 0px 70px 0px 30px;
}
.recherche label {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(/web/img/puce_formulaire.gif);
	background-repeat: no-repeat;
	width: 200px;
	padding: 0px 0px 0px 10px;
	margin: 19px 0px 15px 0px;
	display: block;
	float: left;
	clear: left;
}
.recherche #contenu .check 
{
	color: #18368c;
	font-weight: bold;
	background-image: url(/web/img/puce_formulaire.gif);
	background-repeat: no-repeat;
	width: 550px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
}
.recherche #contenu .check .check_titre,
.page_newsletter #contenu .check .check_titre {
	width: 190px;
	float:left;
}
.recherche #contenu .check .check_list,
.page_newsletter #contenu .check .check_list {
	width: 360px;
	float:left;
	/*background-color:#FFFF00;*/
}
.recherche #contenu .check label,
.page_newsletter #contenu .check label {
	color: #18368c;
	font-weight: normal;
	background-image: none;
	font-size:0.9em;
	width: 150px;
	float:left;
	clear:none;
	display: inline;
	border: none;
	margin: 5px 0px 2px 0px;
	/*background-color:#00CCFF;*/
}

.recherche #contenu .check #lblTarif {
    width: 220px !important;
}

.recherche #contenu .check input,
.page_newsletter #contenu .check input {
	border: none;
	width: auto;
	padding: 2px 7px 2px 7px;
	/*background-color:#00FF00;*/
}


.recherche #contenu .periode {
	color: #18368c;
	font-weight: bold;
	background-image: url(/web/img/puce_formulaire.gif);
	background-repeat: no-repeat;
	width: 550px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
}
.recherche #contenu .periode .periode_titre {
	width: 190px;
	float:left;
}
.recherche #contenu .periode .periode_list {
	width: 360px;
	float:left;
}
.recherche #contenu .periode label {
	color: #18368c;
	font-weight: normal;
	background-image: none;
	font-size:0.9em;
	width: 330px;
	float:left;
	clear:left;
	display: inline;
	border: none;
	margin: 2px 0px 2px 10px;
}
.recherche #contenu .periode label.du,
.recherche #contenu .periode label.au {
	width: 55px;
	float:left;
	clear:none;
}
.recherche #contenu .periode span.input,
.recherche #contenu .periode span.input {
	margin: 0px 0px 15px 0px;
}
.recherche #contenu .periode input {
	border: none;
	width: auto;
	padding: 2px 7px 2px 7px;
}
.recherche #contenu .periode .date1 input,
.recherche #contenu .periode .date2 input {
	border: 1px solid #808080;
	width: 50px;
	padding: 2px 7px 2px 7px;
	background-color:#FFFFFF;
}

.recherche #contenu input {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
}
.recherche #contenu select {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
}
.recherche span.input {
	background-color: #b09f78;
	font-weight: bold;
	margin: 17px 0px 15px 0px;
	display: block;
	float: left;
}
.recherche span.input span.clear {
	width: 50px;
	margin: 0px 0px -2px 0px;
	float: none;
}
.recherche .tarifs {
	margin: 0px 0px 0px -3px;
	float: left;
}
.recherche .coups_coeur {
	font-size: 1px;
	text-align: right;
	background-repeat: no-repeat;
	height: 72px;
	width: 72px;
	margin: 90px 0px 0px 0px;
	display: block;
	/*
	float: right;
	position: relative;*/
	position: absolute;
	right: 10px;
	top: 325px;
}
.recherche .coups_coeur label {
	display: none;
}
.recherche #contenu .coups_coeur input {
	border: none;
	width: auto;
	padding: 0px;
	margin: 43px 8px 0px 0px;
	float: none;
}
.recherche #contenu .bouton {
	font-size: 1.1em;
	padding: 0px 130px 0px 0px;
	margin: 0px 70px 0px 30px;
	clear: both;
	background: red;
}
.recherche #contenu .bouton_avancee {
	font-size: 1.1em;
	background-color: #fef8ed;
	background-image: url(/web/img/fond_formulaire.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #d5c293;
	padding: 0px 130px 50px 0px;
	margin: 0px 70px 0px 30px;
	clear: both;
}
.recherche #contenu .bouton a, .recherche #contenu .bouton_avancee a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c62e31;
	border: 1px solid #9e0f11;
	padding: 2px 7px 3px 7px;
	margin: 10px 0px 0px 0px;
	display: block;
	float: right;
}
.recherche #contenu .bouton_avancee a {
	color: #f9e1ab;
	padding: 2px 9px 3px 9px;
}
.recherche #contenu .bouton a:hover {
	color: #ffcbcc;
}
.recherche #contenu .bouton_avancee a:hover {
	color: #f9e1ab;
}

/* Listing */

.listing #contenu {
	width: 561px;
}
#contenu div.resultat {
	color: #ffffff;
	font-size: 1.1em;
	background-color: #c62e31;
	background-image: url(/web/img/fond_titre.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 9px 0px 10px 10px;
	/*margin: -10px 0px 10px -16px;*/
	margin: 0px 0px 10px -20px;
	position: relative;
}

#contenu ul.listingrech {
	width: auto;
	width: 571px;
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
#contenu ul.listingrech li {
	border-bottom: 1px solid #edd8a5;
	padding: 10px 10px 8px 10px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	float:left;
	width:100%;
}
#contenu ul.listingrech .photo {
	margin: 5px 20px 0px 0px;
	float: left;
}
#contenu ul.listingrech h3 {
	color: #001d6a;
	font-size: 1em;
	background-color: transparent;
	background-image: none;
	padding: 0px;
	margin: -8px 0px 0px 0px;
}
#contenu ul.listingrech h3 a {
	color: #001d6a;
}


#contenu ul.listing {
	width: auto;
	width: 571px;
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
#contenu ul.listing li {
	border-bottom: 1px solid #edd8a5;
	padding: 10px 10px 8px 10px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	float:left;
	/*width: 551px;*/
	width: 525px;
}
#contenu ul.listing .photo {
	margin: 5px 20px 0px 0px;
	float: left;
}
#contenu ul.listing h3 {
	color: #001d6a;
	font-size: 1em;
	background-color: transparent;
	background-image: none;
	padding: 0px;
	margin: -8px 0px 0px 0px;
}
#contenu ul.listing h3 a {
	color: #001d6a;
}
.sejour #contenu h3 img {
	margin: 0px;
	float: none;
}
#contenu ul.listing p {
	text-align: justify;
}
#contenu ul.listing p.leftListing {
	text-align: left;
}
#contenu ul.listing .actions {
	margin: 0px 0px 0px 20px;
	/*display: block;*/
	float: right;
	position:relative;
	width: 138px;
}
#contenu .tarif {
	color: #003182;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.1em;
	background-image: url(/web/img/fond_tarif.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	width: 65px;
	padding: 8px 5px 0px 5px;
	margin: -5px -5px 5px 10px;
	display: block;
	float: right;
}
#contenu ul.listing .equipements {
	font-size: 1em;
	background-color: #fdefbe;
	width: 118px;
	padding: 10px;
	float: right;
	/*position : relative;*/
}
#contenu ul.listing .equipements img {
	height: 20px;
	width: 20px;
	margin: 0px 0px 0px 5px;
}
#contenu ul.listing .equipements .coup_coeur {
	font-size: 1px;
	background-image: url(/web/img/picto_coup_coeur2.gif);
	background-repeat: repeat-y;
	height: 32px;
	width: 33px;
	margin: -18px -17px 0px 0px;
	float: right;
	position: relative;
}
#contenu .equipements .coup_coeur span {
	display: none;
}	
#contenu .absolument {
	color: #c62e31;
	text-align: center;
	width: 138px;
	margin: 4px 0px 0px 0px;
	display: block;
	/*float: right;
	clear: right;*/
}
#contenu .carnet_voyage {
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	background-color: #c62e31;
	border: 1px solid #18368c;
	width: 126px;
	padding: 1px 5px 1px 5px;
	margin: 15px 0px 0px 0px;
	display: block;
	/*float: right;
	clear: right;*/
}
#contenu .carnet_voyage span {
	font-size: 1px;
	background-image: url(/web/img/picto_carnet_voyage2.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	margin: -4px 5px 0px 0px;
	display: block;
	float: left;
}
#contenu .localisation {
	color: #071d5b;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: -1px;
	background-color: #b6cfea;
	background-image: url(/web/img/picto_localisation.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 121px;
	padding: 2px 0px 4px 17px;
	margin: 4px 0px 0px 0px;
	display: block;
	float: right;
	clear: right;
	/*position : relative;*/
}

/* listing Séjour */

.sejour #contenu {
	width: 526px;
}
.sejour #contenu h2 {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	background-color: #eea804;
	background-image: url(/web/img/fond_titre3.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px 0px 3px 10px;
	margin: 0px 0px -5px -20px;
}
.sejour #contenu ul.listing {
	border-top: 1px solid #edd8a5;
	width: 536px;
	margin: 5px 0px 0px -10px;
}
.sejour #contenu ul.listing li {
	padding-right: 0px;
	margin-bottom: 0px;
}
.sejour #contenu ul.listing .photo {
	margin-top: 0px;
}
.sejour #contenu ul.listing h3 {
	margin-top: -13px;
}
.sejour #contenu ul.listing h3 a {
	color: #001d6a;
}
.sejour #contenu p.resultat {
	margin-left: -10px;
}
.sejour #contenu .thematique {
	color: #c66c3a;
	font-weight: 1.1em;
	font-weight: bold;
	text-align: right;
	background-image: url(/web/img/fond_thematique.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 150px;
	padding: 4px 26px 5px 0px;
	margin: 0px 0px 15px 5px;
	float: right;
}
.sejour #contenu .tarif {
	margin: 0px 0px 5px 10px;
	display: block;
	float: right;
	clear: right;
}
.sejour #contenu .tarif span {
    display:block;
    text-align:center;
	width:110px !important;
}

.sejour #contenu .carnet_voyage {
	width: auto;
	padding: 1px 5px 1px 1px;
	clear: both;
}
.sejour #contenu .carnet_voyage span {
	background-image: url(/web/img/picto_carnet_voyage3.gif);
	height: 30px;
	width: 23px;
	margin: -17px 5px 0px 0px;
}

/* Détail */

.detail #contenu {
	width: 517px;
}
#contenu h2 {
	color: #c62e31;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0px;
}
#contenu h3 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #c62e31;
	background-image: url(/web/img/fond_titre.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 8px 0px 10px -20px;
}
#contenu h3 .coup_coeur {
	font-size: 1px;
	background-image: url(/web/img/picto_coup_coeur.gif);
	background-repeat: repeat-y;
	background-position: top right;
	height: 32px;
	width: 33px;
	margin: -15px 5px 0px 0px;
	float: left;
}
#contenu h3 .coup_coeur span {
	display: none;
}
#contenu p {
	margin: 10px 0px 0px 0px;
}
#contenu .dates {
	color: #9d0001;
	font-weight: bold;
}
#contenu a {
	color: #9d0001;
}
#contenu a:hover {
	text-decoration: none;
}
#contenu .infos {
	background-color: #fdefbe;
	border: 1px solid #f8d891;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	float: right;
	width:200px;
}
#contenu .infos img {
	margin: 0px 1px 0px 1px;
}
#contenu .infos .special img {
	width: 20px;
}
#contenu .infos img.langue {
	border: 1px solid #aaa48b;
	vertical-align: middle;
}
#contenu .infos p {
	margin: 10px 0px 0px 0px;
}
#contenu .col_g {
	width: 287px;
	margin: 0px 30px 0px 0px;
	float: left;
}
#contenu .col_d {
	width: 200px;
	float: left;
}
#contenu .tableau {
	border-right: 1px solid #fbdbcb;
	width: 287px;
	margin: 30px 0px 0px 0px;
}
#contenu .tableau caption {
	display: none;
}
#contenu .tableau th {
	color: #c62e31;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 0.8em;
	background-color: #f7b18e;
	padding: 1px 5px 1px 5px;
}
#contenu .tableau th strong {
	font-size: 1.2em;
	text-align: left;
	padding: 0px 5px 0px 15px;
	display: inline;
}
#contenu .tableau td {
	color: #5d1315;
	font-size: 0.9em;
	border-left: 1px solid #fbdbcb;
	border-bottom: 1px solid #fbdbcb;
	padding: 1px 5px 2px 5px;
}
#contenu .bloc_vertical {
	color: #01103a;
	background-color: #e5ecf6;
	border-left: 1px solid #9ab6dd;
	border-right: 1px solid #9ab6dd;
	border-bottom: 1px solid #9ab6dd;
	width: 178px;
	padding: 10px;
	margin: 30px 0px 0px 0px;
}
#contenu .bloc_horizontal {
	color: #01103a;
	background-color: #dae5f3;
	border-left: 1px solid #9ab6dd;
	border-right: 1px solid #9ab6dd;
	border-bottom: 1px solid #9ab6dd;
	width: 265px;
	padding: 10px;
	margin: 30px 0px 0px 0px;
}
#contenu .bloc_vertical h3, #contenu .bloc_horizontal h3 {
	color: #091f60;
	font-size: 1.2em;
	background-color: #9ab6dd;
	background-image: none;
	padding: 1px 5px 1px 15px;
	margin: -10px -10px 10px -10px;
}
#contenu .bloc_vertical ul, #contenu .bloc_horizontal ul {
	padding: 0px;
	margin: 0px;
}
#contenu .bloc_vertical li, #contenu .bloc_horizontal li {
	font-size: 0.9em;
	background-image: url(/web/img/puce_detail.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 2px 0px 2px 0px;
	list-style: none;
}
#contenu .reservation {
	color: #c62e31;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url(/web/img/bloc_reservation.gif);
	border: none;
	height: 23px;
	width: 202px;
	padding: 3px 0px 0px 0px;
	margin: 15px -2px 0px 0px;
	display: block;
	float: left;
}

/* Détail Séjour */

.detail .sejour #contenu {
	width: 536px;
}
.detail .sejour #contenu h2 {
	font-size: 1.6em;
	padding: 4px 0px 6px 10px;
	margin-bottom: 10px;
}
.detail .sejour #contenu h3 {
	color: #00185d;
	font-size: 1em;
	background-color: transparent;
	background-image: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.detail .sejour #contenu p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
}
.sejour #contenu .date {
	color: #7f080b;
	font-weight: 1.1em;
	font-weight: bold;
	background-image: url(/web/img/fond_date.gif);
	background-repeat: repeat-y;
		width: 245px;
	padding: 2px 0px 3px 6px;
	margin: 12px 0px 20px -6px;
	float: left;
}
.sejour #contenu img {
	margin: 0px 10px 0px 0px;
	float: left;
}
.detail .sejour #contenu .thematique {
	width: 140px;
	margin: 12px 0px 20px 0px;
}
.detail .sejour #contenu .tarif {
	font-size: 1em;
	font-weight: bold;
	background-image: url(/web/img/fond_tarif2.gif);
	height: 39px;
	width: 116px;
	padding: 9px 5px 0px 0px;
	margin: 0px 0px 10px 90px;
	display: block;
	position: absolute;
	/*top: 228px;*/
	left: 394px;
}
.bloc_rose {
	background-color: #fef8e6;
	border: 1px solid #eadbac;
	width: 519px;
	padding: 0px 5px 20px 10px;
}
.bloc_jaune {
	background-color: #fff2ca;
	border: 1px solid #eadbac;
	width: 210px;
	padding: 0px 5px 30px 10px;
	margin: 0px 0px 5px 10px;
	float: right;
}
.detail .sejour #contenu .bloc_rose p, .detail .sejour #contenu .bloc_jaune p {
	text-align: left;
	margin: 5px 0px 0px 0px;
}
.detail .sejour #contenu .bloc_rose h3, .detail .sejour #contenu .bloc_jaune h3 {
	color: #7f080b;
	font-size: 1.1em;
	background-color: #f7d47c;
	background-image: none;
	padding: 3px 10px 4px 10px;
	margin: 0px -5px 10px -10px;
}
#contenu .bloc_jaune h3 {
	background-color: transparent;
	background-image: url(/web/img/bloc_jaune.gif);
}
#contenu .bloc_rose h4, #contenu .bloc_jaune h4 {
	color: #c32d2f;
	font-size: 1em;
	margin: 10px 0px 15px 0px;
}
#contenu .bloc_rose .label, #contenu .bloc_jaune .label {
	color: #18368c;
}
#contenu .bloc_rose a, #contenu .bloc_jaune a {
	color: #c32d2f;
}
#contenu .bloc_rose .col_g, #contenu .bloc_rose .col_d {
	width: 230px;
	margin: 0px;
}
#contenu .bloc_rose .col_g {
	border-right: 1px solid #f3c675;
	padding: 0px 20px 0px 5px;
	float: left;
}
#contenu .bloc_rose .col_d {
	padding: 0px 15px 0px 0px;
	float: right;
}
#contenu .bloc_jaune a.reservez {
	color: #960300;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-color: #eca11e;
	background-image: url(/web/img/picto_reservez.gif);
	background-repeat: no-repeat;
	border: 1px solid #e88f00;
	padding: 2px 5px 4px 35px;
	margin: 30px 5px -20px 0px;
	display: block;
}

.mini_listing {
	background-image: url(/web/img/mini_listing.gif);
	background-repeat: repeat-x;
	padding: 5px;
}
.mini_listing h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}
.mini_listing .scroll_bord {
	background-color: #ffffff;
	border: 1px solid #e4cdc0;
	padding: 3px;
}
.mini_listing .scroll {
	height: 400px;
	padding: 5px 0px 5px 0px;
	overflow: auto;
}
.mini_listing .scroll th {
	display: none;
}
.mini_listing .scroll td {
	font-weight: bold;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}
.mini_listing .scroll .nom {
	background-image: url(/web/img/mini_listing_puce.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #fff2ca;
	width: 100%;
	padding-left: 13px;
}
.mini_listing .scroll .tarif {
	color: #003182;
	white-space: nowrap;
}
.mini_listing .scroll a {
	color: #000000;
}
.mini_listing .scroll a:hover {
	text-decoration: none;
}
.mini_listing .bas {
	background-image: url(/web/img/mini_listing_bas.gif);
	background-repeat: repeat-x;
	height: 68px;
	margin: 0px -5px 0px -5px;
}

/* Contactez-nous */

.page_contact #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #7089d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
}
.page_contact #contenu {
	/*width: 561px;*/
}
.page_contact #droite {
	width: 194px;
	margin: 20px 0px 0px 1px;
	display: block;
}
.page_contact #droite a.box_venir {
	width: 194px;
	height:200px;
	background-image:url(/web/img/fr/box_venir.gif);
	background-repeat:no-repeat;
	display: block;
	margin-bottom:20px;
}
.page_contact #droite a.box_venir span {
	display:none;
}
.page_contact #droite .box_brochures a {
	background-image: url(/web/img/brochures.jpg);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	color:#000000;
	text-decoration:none;
	padding-top:180px;
	padding-bottom:20px;
}
.page_contact #droite .box_brochures a:hover {
	text-decoration:underline;
}
.page_contact #droite .box_brochures h3 {
	background-color:#18368c;
	text-align:center;
	color:#FFFFFF;
	font-size:1em;
	padding:2px 0px 2px 0px;
	margin:0px 0px 3px 0px;
	font-weight:bold;
}
.page_contact .formulaire {
	padding: 15px 15px 0px 15px;
}
.page_newsletter .formulaire {
	padding: 0px 15px 0px 15px;
}
.page_ami .formulaire {
	padding: 0px 15px 0px 15px;
}

.page_contact label {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;

	background-image: url(/web/img/puce_formulaire.gif);
	background-repeat: no-repeat;
	width: 120px;
	padding: 0px 0px 0px 10px;
	margin: 9px 0px 5px 0px;
	display: block;
	float: left;
	clear: left;
}
.page_contact #contenu input {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:300px;
}
.page_newsletter #contenu input.type1 {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:386px;
}
.page_newsletter #contenu input.type2 {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:120px;
}
.page_ami #contenu input.type1 {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:386px;
}
.page_ami #contenu input.type2 {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:120px;
}
.page_contact #contenu textarea,
.page_ami #contenu textarea {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:310px;
}
.page_newsletter #contenu textarea {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	width:434px;
}
.page_contact #contenu select,
.page_liens #contenu select,
.page_brochures #contenu select,
.page_presse #contenu select,
.page_newsletter #contenu select {
	margin: 0px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
}
.page_contact span.input,
.page_liens span.input,
.page_brochures span.input,
.page_presse span.input,
.page_newsletter span.input,
.page_ami span.input {
	background-color: #b09f78;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
	display: block;
	float: left;
}
.page_contact span.input span.clear,
.page_liens span.input span.clear,
.page_brochures span.input span.clear,
.page_presse span.input span.clear,
.page_newsletter span.input span.clear,
.page_ami span.input span.clear {
	width: 50px;
	margin: 0px 0px -2px 0px;
	float: none;
}
.page_contact #contenu .bouton {
	font-size: 1.1em;
	/*padding: 0px 30px 0px 0px;
	margin: 0px 130px 0px 30px;*/
}
.page_contact #contenu .bouton a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #7089d1;
	border: 1px solid #3e5bb1;
	padding: 2px 7px 3px 7px;
	margin: 10px 20px 0px 0px;
	display: block;
	float: right;
}
.page_contact #contenu .bouton a:hover {
	color: #8da8f5;
}

/* Plan du site */

.page_plan #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #7089d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
}
.page_plan #contenu li {
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(/web/img/puce_formulaire.gif);
	background-repeat: no-repeat;
	list-style:none;
	padding:2px 0px 2px 14px;
}
.page_plan #contenu li li {
	font-size: 1em;
	font-weight: normal;
	background-image: url(/web/img/puce_detail.gif);
	background-repeat: no-repeat;
	list-style:none;
	padding:2px 0px 2px 14px;
}
.page_plan #contenu li a {
	color:#18368c;
	text-decoration:none;
}
.page_plan #contenu li a:hover {
	text-decoration:underline;
}
.page_plan #contenu li li a {
	color:#5872bf;
	text-decoration:none;
}
.page_plan #contenu li li a:hover {
	text-decoration:underline;
}


/* Actualité */

.page_actualite #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #7089d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
}
.page_actualite #contenu .bloc {
	width: 740px;
	margin: 10px 2px 2px 0px;
	float: left;
}
.page_actualite #contenu .bloc img {
	margin: 0px 5px 0px 0px;
	float: left;
}
.page_actualite #contenu .bloc .titre {
	font-weight:bold;
	font-size:1.3em;
	margin-top: 0px;
}
.page_actualite #contenu .bloc .titre a {
	color:#002259;
	text-decoration:none;
}
.page_actualite #contenu .bloc .date {
	color:#5872bf;
	font-weight:bold;
}
.page_actualite #contenu .bloc p {
	color:#18368c;
	text-align:justify;
}
.page_actualite #contenu .bloc .savoirplus {
	text-align:right;
	color:#002259;
}
.page_actualite #contenu .bloc .savoirplus a {
	color:#002259;
}
.page_actualite #contenu .bloc .pdf {
	text-align:right;
}



/* Liens utiles - Brochures - Espace Presse */

.page_liens #contenu h2,
.page_brochures #contenu h2,
.page_presse #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #7089d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
}
.page_liens #contenu p.resultat {
	margin-left: 0px;
	text-align:center;
}
.page_liens .formulaire,
.page_brochures .formulaire,
.page_presse .formulaire {
	padding: 5px 15px 15px 15px;
}
.page_liens label,
.page_brochures label,
.page_presse label {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	width: 200px;
	padding: 0px 0px 0px 10px;
	margin: 9px 0px 5px 0px;
	display: block;
	float: left;
	clear: left;
}
.page_newsletter label.type1 {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	padding: 0px 0px 0px 10px;
	margin: 9px 0px 5px 0px;
	display: block;
	float: left;
	clear: left;
}
.page_newsletter label.type2 {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	width: 150px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 5px 0px;
	display: block;
	float: left;
	text-align:right;
}
.page_ami label.type1 {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 0px;
	display: block;
	float: left;
	clear: left;
}
.page_ami label.type2 {
	color: #18368c;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 5px 0px;
	display: block;
	float: left;
	text-align:right;
}
.page_brochures #contenu div.listing .brochure {
	border-top: 1px solid #edd8a5;
	padding: 10px 10px 8px 10px;
	margin: 0px 20px 5px 0px;
	float:left;
	width:200px;
	display:block;
}
.page_liens #contenu ul.listing,
.page_brochures #contenu div.listing {
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.page_liens #contenu ul.listing p,
.page_brochures #contenu div.listing p {
	margin:0px;
}
.page_liens #contenu ul.listing p.theme,
.page_brochures #contenu div.listing p.theme {
	font-weight:bold;
}
.page_liens #contenu ul.listing p.bouton,
.page_brochures #contenu div.listing p.bouton {
	margin-top:4px;
}
.page_brochures #contenu div.listing p.bouton,
.page_brochures #contenu div.listing p.taille {
	text-align:center;
}
.page_brochures #contenu div.listing p.visuel_brochure {
	text-align:center;
	/*background-color:#edd8a5;*/
	padding:3px;
	margin:0px -10px 5px -10px
}
.page_liens #contenu ul.listing p.bouton a,
.page_brochures #contenu div.listing p.bouton a {
	background-color:#c62e31;
	padding:1px 5px 1px 5px;
	color:#FFFFFF;
	text-decoration:none;
}
.page_liens #contenu ul.listing .photo {
	margin: 5px 0px 0px 20px;
	float: right;
}
.page_liens #contenu ul.listing h3,
.page_brochures #contenu div.listing h4 {
	margin: 0px 0px 4px 0px;
	font-size:1.0em;
}


/* Espace Presse */
.page_presse #contenu table {
	width:100%;
	border:0;
}
.page_presse #contenu table th {
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	padding:5px 5px 5px 5px;
	background-color:#edd8a5;
	border-top:#c9b37d solid 1px;
}
.page_presse #contenu table td {
	padding:3px 5px 4px 5px;
	border-bottom:#edd8a5 solid 1px;
}
.page_presse #contenu table td.type,
.page_presse #contenu table td.date {
	text-align:center;
	white-space:nowrap;
}
.page_presse #contenu table th img {
	border:0;
}
.page_presse #contenu table td.picto img {
	border:0;
	vertical-align: middle;
}
.page_presse #contenu table td.titre {
	text-transform:uppercase;
	width:50%;
}
.page_presse .descriptifPresse {
	font-size: 0.9em;
	background-color: #fef8e6;
	border: 1px solid #c9b37d;
	width: 300px;
	padding: 5px 8px 7px 8px;
	position: absolute;
	/*top: 377px;*/
	left: 350px;
}
.page_presse #contenu a {
	cursor: pointer;
}





/* Newsletter */

.page_newsletter #contenu h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #c63033;
	background-image: url(/web/img/fond_titre.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
	font-style:italic;
}

.page_newsletter #contenu .bouton {
	font-size: 1.1em;
	padding: 0px 30px 0px 0px;
	margin: 0px 250px 0px 30px;
}
.page_newsletter #contenu .bouton a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c63033;
	border: 1px solid #a31b1e;
	padding: 2px 7px 3px 7px;
	margin: 10px 20px 0px 0px;
	display: block;
	float: right;
}
.page_newsletter #contenu .bouton a:hover {
	color: #db7476;
}

.page_newsletter #contenu h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #e4797b;
	background-image: url(/web/img/fond_titre4.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 2px 0px 2px 10px;
	margin: 8px 100px 10px -20px;
	font-style:italic;
}
.recherche #contenu .check,
.page_newsletter #contenu .check {
	color: #18368c;
	font-weight: bold;
	/*background-image: none;*/
	width: 550px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
}
.page_newsletter #contenu .newsletter_bas {
	background-color: #fef8ed;
	background-image: url(/web/img/fond_formulaire.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #d5c293;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px -20px;
}
.page_newsletter #contenu .newsletter_bas .cnil {
	text-align:justify;
	clear:both;
	padding-top:5px;
}
.page_newsletter #contenu .check2 .check_list2 {
	width: auto;
	float:none;
}
.page_newsletter #contenu .check2 label {
	color: #18368c;
	font-weight: normal;
	background-image: none;
	font-size:0.9em;
	width: auto;
	float:left;
	clear:none;
	display: inline;
	border: none;
	margin: 5px 0px 2px 10px;
	/*background-color:#00CCFF;*/
}
.page_newsletter #contenu .check2 input {
	width:auto;
	margin:3px 0px 0px 0px
}





/* CARNET DE VOYAGE */

.popup #global {
	border: 1px solid #061c57;
	width: 719px;
	margin: 0px;
	padding:0px;
	/*position: relative;*/
}
.popup #visuel {
	background-image: url(/web/img/visuel_popup.jpg);
	height: 91px;
	margin: 0px
}
.popup h2 {
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	width: 709px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.popup h2 span {
	display: none;
}
.popup .info {
	color: #031441;
	font-size: 1.2em;
	margin: 0px;
	position: absolute;
	top: 9px;
	left: 230px;
}
.popup .aide {
	color: #ffa304;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #061c57;
	padding: 2px 8px 4px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#onglets {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	background-color: #c1daf5;
	background-image: url(/web/img/onglets_fond.gif);
}
#onglets a, #onglets span {
	color: #16368c;
	background-image: url(/web/img/onglets_separateur.gif);
	background-repeat: repeat-y;
	height: 21px;
	padding: 1px 11px 0px 12px;
	margin-bottom: -2px;
	display: block;
	float: left;
	position: relative;
	left: -1px;
}
#onglets a {
	color: #5b81c4;
	text-decoration: none;
}
#onglets span {
	background-color: #e5effb;
}
.popup #piedpage {
	font-size: 1em;
	background-color: #16368c;
	background-image: none;
	padding: 0px;
	width: 719px;
}
.popup #piedpage a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	top: 1px;
}
.popup #piedpage a:hover {
	color: #cedaff;
}
.popup #piedpage .imprimer {
	background-image: url(/web/img/picto_imprimer_popup.gif);
	background-position: left;
	padding: 5px 10px 6px 30px;
	margin: 0px 0px 0px 5px;
	float: right;
}
.popup #piedpage .envoyer_amis {
	background-image: url(/web/img/picto_envoyer_amis_popup.gif);
	background-position: left;
	padding: 5px 10px 6px 30px;
	margin: 0px 0px 0px 5px;
	float: right;
}
.popup #piedpage .vider_carnet {
	background-image: url(/web/img/picto_vider_carnet_popup.gif);
	background-position: right;
	padding: 5px 30px 6px 10px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.popup #contenu {
	/*background-color: #faf5e8;*/
	background-color: #ffffff;
	/*background-image: url(/web/img/fond_contenu_popup.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	height: 453px;
	width: 709px;
	padding: 15px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	overflow:auto;
}
.popup #contenu .clear {
	width: 80%;
	height: 17px;
}
.popup #contenu ul.listing .clear {
	height: 2px;
}
.popup #contenu ul.listing {
	width: 687px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.popup #contenu ul.listing li {
	border-bottom: 1px solid #edd8a5;
	width: auto;
	padding: 10px 10px 8px 10px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	float: left;
}
.popup #contenu ul.listing p {
	margin: 5px 130px 0px 0px;
}

.popup #contenu ul.listing .photo {
	margin: 5px 20px 10px 0px;
}
.popup #contenu ul.listing .actions {
	margin: 0px 0px 0px 20px;
	/*display: block;*/
	float: right;
	position: static;
	width: 138px;
}
.popup #contenu ul.listing .equipements .coup_coeur {
	display:none;
}
.popup #contenu ul.listing .supprimer {
	/*margin: -30px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	display: block;
	float: right;
	clear: both;
}
.popup #contenu ul.listing .supprimer a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
	background-color: #c62e31;
	border-top: 1px solid #18368c;
	border-left: 1px solid #18368c;
	border-bottom: 1px solid #18368c;
	padding: 0px 7px 2px 5px;
	margin: 8px 0px 0px 0px;
	display: block;
	float: left;
}
.popup #contenu ul.listing .supprimer span {
	font-size: 1px;
	background-image: url(/web/img/picto_supprimer.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 18px;
	display: block;
	float: left;
}


/* Envoyer à un ami */

.page_ami #contenu h2, .popup .page_ami h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	background-color: #7089d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
	width: auto;
	padding: 5px 0px 6px 10px;
	margin: 0px 229px 10px -20px;
	position: static;
}
.page_ami #contenu h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	background-color: #7189d1;
	background-image: url(/web/img/fond_titre2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 2px 0px 2px 10px;
	margin: 8px 100px 10px -20px;
}
.page_ami #contenu .bouton {
	font-size: 1.1em;
	padding: 0px 30px 0px 0px;
	margin: 0px 250px 0px 30px;
}
.page_ami #contenu .bouton a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #7089d1;
	border: 1px solid #3e5bb1;
	padding: 2px 7px 3px 7px;
	margin: 10px 20px 0px 0px;
	display: block;
	float: right;
}
.page_ami #contenu .bouton a:hover {
	color: #8da8f5;
}
.page_ami #contenu .newsletter_bas {
	background-color: #fef8ed;
	background-image: url(/web/img/fond_formulaire.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #d5c293;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px -20px;
}
.page_ami #contenu .newsletter_bas .cnil {
	text-align: justify;
	padding-top: 5px;
	clear: both;
}

.popup .page_ami #contenu {
	width: 689px;
	padding-left: 20px;
}
.popup .page_ami #contenu input {
	margin: -3px 0px 0px -3px;
	position: static;
}
.popup .page_ami #contenu span.input {
	height: auto;
	padding: 0px 3px 3px 0px;
}
.popup .page_ami #contenu span.input span.clear {
	height: auto;
}
.popup .page_ami #contenu .bouton {
	margin: 0px 200px 0px 30px;
}





#zoom_photo {
	position:absolute;
	top:57px;
	right:10px;
	/*background-color:#00FF00;*/
}

#zoom {
	text-align :right;
	position: absolute;
	top: 50px;
	/*left: 370px;*/
	z-index: 1;
	/*background-color:#c72e30;*/
	background-image: url(/web/img/fond-zoom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/img/fond-zoom.png', sizingMethod='scale');
	padding:3px;
	/*color:white;*/
	color:black;
}

.tarifFlash {
	background-color :#b09f78;
	color :White;
	width:430px;
	font-weight:normal;
	text-align:center ;
	border:solid 1px #988559
}
.tarifFlash span {
	float:left;
	margin-top:15px;
}





.ds_box {
	background-color: #FFF;
	border: 1px solid #b09f78;
	position: absolute;
	z-index: 32767;
}

.ds_box2 {
	background-color: #FFF;
	border: 1px solid #b09f78;
	position: absolute;
	z-index: 32000;
	width:159px;
	height:128px;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #c2b8a1;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #f3efeb;
	color: #000;
	/*font-size: 10px;*/
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 22px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	/*font-size: 11px;*/
	font-size: 1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}


/* COMMENT VENIR */

.page_venir  #contenu {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	float: right;
}


/* POP UP PUB */
#MaPopupPub {
	width:490px;
	position:absolute;
	top:35px;
	right:0px;
	z-index:10000;
}
#MaPopupPub p {
	background-color:#000066;
	margin:0px;
	padding:7px 10px 0px 10px;
	text-align:right;
}
#MaPopupPub a {
	text-decoration:none;
	color:#FFFFFF;
}
#MaPopupPub a:hover {
	text-decoration:underline;
}

