    
	/* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        /*width: 99%;*/
        text-align: left;
		margin-left:10px;
		vertical-align: top;
		width:710px;
    }        
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit { 
        border: 1px dotted #71BBD6; 
        color: Black; 
        background-color: #00AFDC; 
        font-size: 12px; 
        font-family: Lucida Sans Unicode, Lucida Grande, Arial; 
        vertical-align: middle; 
    }    
    
    .PhorumTitleText
    {
        /*float: right;*/
    }

    .PhorumStdBlock
    {
        font-size: 11px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: White;
        border: 1px solid #71BBD6;
/*        width: 100%; */
        padding: 3px;		
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #00AFDC;
/*        width: 100%; */
        border-left: 1px solid #71BBD6;
        border-right: 1px solid #71BBD6;
        border-top: 1px solid #71BBD6;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: 1px solid #71BBD6;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #00AFDC;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 12px;
        border-style: solid;
        border-color: #00AFDC;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: #FFFFFF;
        font-weight: normal;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 12px;        
        border-style: solid;
        border-color: #71BBD6;
        border-width: 1px;
        color: #FF6600;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #71BBD6;
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */    

    .PhorumColumnFloatXSmall
    {
        float: right; 
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right; 
        width: 85px;
    }

    .PhorumColumnFloatMedium
    {
        float: right; 
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right; 
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right; 
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: White;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #F2FBFD;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

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

    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #71BBD6;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #F2FBFD;
        border-bottom-style: solid;
        border-bottom-color: #71BBD6;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: #F2FBFD;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }    

    table.PhorumFormTable
    {
        width: 650px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

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


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border-left: 1px solid #71BBD6;
        border-right: 1px solid #71BBD6;
        border-bottom: 1px solid #71BBD6;
/*        width: 100%; */
        background-color: #00AFDC;
        padding: 2px 3px 2px 3px;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }    

    .PhorumLargeFont
    {
        color: Black;
        font-size: 14px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }    

    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumAdminTable
    {
       width: 100%;
    }
	.PhorumAdminTableMenu
	{
		vertical-align:top;
	}
	.PhorumAdminTableContent
	{
		vertical-align:top;
	}
	.PhorumAttention{
		background-color: #FFC0C0;
		padding: 10px;
		vertical-align: center;
	}

#menu_right {
  width: 242px;
  display: inline;
  float: right;
  /*margin-top: 10px;*/
  margin-right: 10px;
  border: 1px #71BBD6 solid;
  color: #118FBD;
  font-size: x-small; 
}
#menu_left {
  width: 172px;
  display: inline;
  float: left;
  background-color: #F2FBFD;
  margin-left: 10px;
  color: #118FBD;
  font-size: x-small; 
  border-top: 1px #71BBD6 solid;
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  border-bottom: 1px #71BBD6 solid;
  padding-left: 7px;
  padding-right: 7px;
}

body {
    background-image:url(/images/fond.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    color: #5E676A;
    margin-top: 0px;
    background-color:#ffffff;
}

* {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  
}


.hidden {
   display: none;
}

.right {
   text-align: right;
}

.center {
   text-align: center;
}

#containerAnimation {
	height:	276px;
	width:	317px;
	overflow: hidden;
}
.onglet{height:1%}

.clearfix:after {
	content:".";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
/* TOP */
.onglet
 {
  background-image:url( /images/onglet_part.gif);
  background-repeat: repeat-x;
  height: 18px;
  display: inline;
  color: #138EBB;
  float: left;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 2px;
  border-top: 1px #ffffff solid; 
  border-right: 1px #138EBB dotted;
  font-size:12px;
  text-align : center;
 }

.onglet_selected
{
  background-color: #D1DA3A;
  height: 18px;
  display: inline;
  color: #138EBB;
  float: left;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 2px;
  border-top: 1px #ffffff solid; 
  border-right: 1px #138EBB dotted;
  font-size:12px;
  text-align : center;
}
.onglet a
{
 text-decoration: none;
}

a.onglet_survol
{
	text-decoration: none;
	color: #138EBB;
}
a.onglet_survol:hover
{
	text-decoration: none;
	color: #138EBB;
}

#header_logo 
{
	width: 173px;
	height: 162px;
	display: inline;
	float: left;
	background-color:#FFFFFF;
	position: relative;
}
a.brochures
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#118FBD;
	text-decoration:underline;

}
a.brochures:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#BDC718;
}
a.autres
{
	text-decoration:underline;
	
}
a.autres:hover
{
	
	text-decoration:underline;
}
a.callback
{
	color:#FFFFFF;
	
}
a.callback:hover
{
	color: #C8D21E;
}
#header_end
{
	background-color:#FFFFFF;
	background-image:url(../images/header_fleur3.gif);
	background-repeat:no-repeat;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	clear:both;
	height:17px;
	width:967px;


}
#contact {
	float:left;
	width:241px;
	height:140px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FFFFFF;
	position: relative;	
	z-index: 0;
}
#frame_contact
{
	border-bottom: 1px #138EBB solid;
  	border-right: 1px #138EBB dotted;
	width:240px;
	height:140px;
	font-weight:lighter;
}

#contact_france
{
	position: absolute; 
	top: 30px; 
	left: 80px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}
#contact_num_france
{
	position: absolute; 
	top: 30px; 
	left: 158px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}
#contact_suisse
{
	position: absolute; 
	top: 50px; 
	left: 80px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}
#contact_belgique
{
	position: absolute; 
	top: 64px; 
	left: 80px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}
#contact_num_suisse
{
	position: absolute; 
	top: 57px; 
	left: 138px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}
#contact_autres
{
	position: absolute; 
	top: 84px; 
	left: 80px; 
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;

}



/*
#tarifs
{
	float:left;
	background-color:#FFFFFF;
	height:157px;
	width:166px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	position: relative;
}

#frame_tarifs
{
    border-bottom: 1px #138EBB solid;
    border-right: 1px #138EBB solid;
    width:165px;
    height:156px;
    font-weight:lighter;
    background-color: #8cdbee;
}
*/
/*
#pays
{
	float:left;
	background-color:#FFFFFF;
	height:140px;
	width:109px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	position: relative;
}

#frame_pays
{
    border-bottom: 1px #138EBB solid;
    border-right: 1px #138EBB solid;
    width:108px;
    height:140px;
    font-weight:lighter;
    background-color: #ffffff;
}
*/

#pays
{
	float:left;
	background-color:#FFFFFF;
	height:140px;
	width:109px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	position: relative;
}

#frame_pays
{
    border-bottom: 1px #138EBB solid;
    border-right: 1px #138EBB solid;
    width:108px;
    height:140px;
    font-weight:lighter;
    background-color: #ffffff;
}


#onglets 
{
  width: 815px;
  height: 21px;
  display: inline;
  color: #138EBB;
  float: left;
}



#btncall {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}

#btncall:hover {
	color: #C8D21E;
}

#valid_affiche_resa
{
	margin-top: 2.5px;
    width: 165px;
    height: 32px;
    opacity: 0.6;
    /*hack pour explorer 6 et 7 */
    filter : alpha(opacity=70);
}

.btnconsulter_disabled
{	
	margin-left: 18px;
    background-color: white;
    width: 118px;
    height: 25px;
}
    
.btnconsulter_disabled:hover 
{
	cursor: default;
}

.btnconsulter
{
	margin-left: 18px;
	background-color: white;
    width: 118px;
    height: 25px;
}

.btnconsulter:hover 
{
	background-color:#C8D21E;
}

/* Fin TOP */

.center_logo {
   text-align: center;
   color: white;
   font-size: x-small; 
}

.center_logo_centre {

	text-align: center;
	border: Black;
	vertical-align: middle;
	background-color: Aqua;
}

.visible {
   display: inline;
}

.title_table {
  width: 480px;
  font-size: small;
}

.title_table h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
}
.table {
  background-color: white;
  color: #5E676A;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

select{
  width: 163px;
  color: #0E7DA5;
  font-size: 9px; 
}

.resaformselect{
  width: 178px;
  color: #0E7DA5;
  font-size: 9px; 
}
.resaformselect_top{
  width:105px;
  /* width: 160px; */
  height: 1.2pc;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  color: #0E7DA5;
}

option.resa_continent {
  width: 160px;
  color: #0E7DA5;
  font-size: 11px; 
  background-color: #dcdcdc;
  font-weight: bold;
}

option.resa_pays {
  width: 160px;
  color: #0E7DA5;
  font-size: 11px; 
   
}
.cd{
  float: left;
  display: inline;
  width: 23px;
  text-align: center;
  color: #0E7DA5;
  font-size: x-small; 
}

.cw{
  float: left;
  background-color: white;
  display: inline;
  width: 23px;
  text-align: center;
  color: #0E7DA5;
  font-size: x-small; 
}

.cg{
  float: left;
  background-color: #C5EDF7;
  display: inline;
  width: 23px;
  text-align: center;
  color: white;
  font-size: x-small; 
}

.cs{
  float: left;
  background-color: #BDC718;
  display: inline;
  width: 23px;
  text-align: center;
  color: white;
  font-size: x-small; 
}

#cm{
  float: left;
  display: inline;
  width: 164px;
  text-align: center;
  color: #0E7DA5;
  font-weight: bold; 
  font-size: x-small; 
}

.cg a {
  font-weight: bold;
  text-decoration: none;
}

.cs a {
  font-weight: bold;
  text-decoration: none;
}

#cm a {
  font-weight: bold; 
  color: #BDC718;
  text-decoration: none;
}

.select_header{
  width: 150px;
  color: #0E7DA5;
  font-size: 7pt; 
  margin-top: -2px;
}

#roll {
  text-align:center;
}

a {
  color: #118FBD;
}

.button_blue a {
  color: white;
  font-size: 7pt; 
  font-weight: bold; 
  text-decoration: none;
}

img {
  vertical-align: middle;
  border:none;
}

.img_right {
  float: right;
  display: inline;
  border:none;
  text-align: center;
  font-weight: bold;   
  margin-top:20px;
  margin-bottom:20px;
  margin-left:20px;
}

.img_gallery {
  border:none;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:13px;
  margin-right:13px;
}

.img_left {
  float: left;
  display: inline;
  border:none;
  margin-top:20px;
  margin-bottom:20px;
  margin-right:20px;
}

.img_insert {
  float: left;
  display: inline;
  border:none;
  margin-right:2px;
  margin-left:2px;
}

a.extern {
  background-image: url("../images/point_white.png");
  background-repeat: no-repeat;
  padding-left: 17px;
  text-decoration: none;
}

a.extern_blue {
  background-image: url("../images/point_blue.png");
  background-repeat: no-repeat;
  padding-left: 18px;
  text-decoration: none;
}

.align {
  background-image: url("../images/button_ok.png");
  background-repeat: no-repeat;
  padding-right: 17px;
  vertical-align: bottom;
}
.map {
  width: 300px;
  float: left;
  display:inline;
  margin-top:10px;
  margin-bottom:10px;
}

.textmap {
  width: 160px;
  float: left;
  display:inline;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.flags {
  margin-top : 1px;
  margin-left: 4px;
  margin-right: 4px;
	
}

.header {
  color: #9FA7A9;
  font-size: x-small; 
  height: 11px;
}
.bold {
  font-weight: bold; 
}

.button {
  background-image: url("../images/button_back.png");
  background-repeat: repeat-x;
  height: 18px;
  display: inline;
  color: #138EBB;
  font-size: 9pt;
  font-weight: bold; 
  float: left;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  border-top: 1px #138EBB solid;
  border-right: 1px #138EBB dotted;
  text-align : center;
}

.garantie_img{
  width: 40px;
  float: left;
  display: inline;
  margin-right:10px;
}

.button a {
  color: #138EBB;
  text-decoration: none;
}

.button_selected {
  background-color: #D1DA3A;
  height: 18px;
  display: inline;
  color: #138EBB;
  font-size: 9pt;
  font-weight: bold; 
  float: left;
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 10px;
  border-top: 1px #138EBB solid;
  border-right: 1px #138EBB dotted;
  text-align : center;
}
.tarifstxt {
  color: #D1DA3A;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
	
}
#flash_anim {
 clear: both;
  width: 392px;
  height: 157px;
  display: inline;
  background-color: #0B9BC8;
  float: left;
  border-left: 10px white solid;
}

.spacer {
 clear: both;
}

#valid_affiche_resa a.button_resa2 {
  float: right;
  margin-top:5px;
  background-image: url("../images/button_tarif.png");
  background-repeat: no-repeat;
  padding-right:4px;
  padding-top: 3px;
  height: 22px;
  width:166px;
  font-size: 11px;
  color: #128FBC;
  text-decoration: none;
  font-weight: bold;
}
#valid_affiche_resa a.button_resa2:hover {
  color: white;
}
#list_map {
  background-image: url("../images/listpays.png");
  width: 573px;
  height: 20px;
  display: inline;
  float: left;
  text-align:right;
  color: white;
  font-size: 7.5pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-right:5px;
  border-right: 10px white solid;
}


.submenu_right {
  width: 225px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.submenu_right_title {
  width: 225px;
  display: block;
  float: left;
}

.submenu_img {
  width: 85px;
  height: 132px;
  display: inline;
  float: left;
}

.separate_right {
  width: 242px;
  height: 0px;
  border-top: 1px #71BBD6 dotted;
}

.separate_left {
  width: 180px;
  height: 0px;
  border-top: 1px #71BBD6 dotted;
  margin-top: 10px;
  margin-left: -5px;
}

.separate_submenu_left {
  width: 164px;
  height: 0px;
  margin-left: -1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px #71BBD6 dotted;
}

.separate_title_center {
  height: 0px;
  border-top: 1px #71BBD6 dotted;
}

.separate_accueil {
  width: 315px;
  height: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px #71BBD6 dotted;
}

.separate_center {
  height: 0px;
  display: block;
  border-top: 1px #71BBD6 dotted;
  margin-top: 15px;
  margin-bottom: 15px;
}

#separate_center_debut {
  height: 0px;
  display: block;
  border-top: 1px #71BBD6 dotted;
  margin-bottom: 15px;
}

.separate_right_blue {
  width: 226px;
  height: 0px;
  border-top: 1px #71BBD6 dotted;
  margin-top: 10px;
  margin-bottom: 10px;
}

#submenu_txt_green {
  width: 131px;
  height: 95px;
  display: inline;
  float: left;
  margin-left: 6px;
  margin-top: 0px;
}

#submenu_img_open {
  background-image: url("../images/phone_open.png");
  width: 85px;
  height: 42px;
  display: inline;
  float: left;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 70px;
  text-align: center;
}

#submenu_img_close {
  background-image: url("../images/phone_close.png");
  width: 85px;
  height: 42px;
  display: inline;
  float: left;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 70px;
  text-align: center;
}
#submenu_right_title_open {
  background-image: url("../images/title_central_open.png");
  width: 192px;
  height: 23px;
  color: #128FBC;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 33px;
  display: inline;
  float: left;
}

#submenu_right_title_close {
  background-image: url("../images/title_central_close.png");
  width: 192px;
  height: 23px;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 33px;
  display: inline;
  float: left;
}

.submenu_txt_promo {
  width: 131px;
  height: 77px;
  display: inline;
  float: left;
  margin-left: 6px;
  margin-top: 8px;
}

.submenu_price_promo {
  width: 131px;
  display: inline;
  float: left;
  margin-left: 6px;
}

.submenu_country_promo {
  width: 135px;
  background-image: url("../images/button_back.png");
  background-repeat: repeat-x;
  height: 18px;
  font-weight: bold; 
  display: inline;
  float: left;
  padding-top: 4px;
  padding-left: 5px;
}

#submenu_grosplan {
  width: 220px;
  background-image: url("../images/button_back.png");
  background-repeat: repeat-x;
  height: 18px;
  font-weight: bold; 
  display: inline;
  float: left;
  padding-top: 4px;
  padding-left: 5px;
}

.submenu_img_promo {
  width: 85px;
  height: 132px;
  display: inline;
  float: left;
}

.submenu_right_title_promo {
  background-image: url("../images/title_promo.png");
  width: 192px;
  height: 23px;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 33px;
  display: inline;
  float: left;
}

#submenu_left_title_search {
  background-image: url("../images/title_search.png");
  width: 165px;
  height: 26px;
  color: white;
  font-size: 9pt; 
  font-weight: bold; 
  margin-top: 10px;
  padding-top: 7px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.large {
  font-size: 9pt;
  font-weight: bold; 
}

.produit {
  color: #0E7DA5;
  font-size: 12pt;
  font-weight: bold;
  text-align:left; 
}

.button_blue {
  background-color: #0E7DA5;
  height: 14px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  float: left;

  
}

.button_resa {
  background-image: url("../images/bouton.gif");
  background-repeat: repeat-none;
  
  background-position:50% 0%;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top:3px;
  margin-bottom:3px;
  display: inline;
  font-size: 9pt;
}

.button_resa a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.submenu_left_title {
  background-image: url("../images/title_blue_left.png");
  width: 165px;
  height: 21px;
  color: white;
  font-size: 9pt; 
  font-weight: bold; 
  padding-top: 7px;
  padding-left: 10px;
  margin-top:10px;
  display: inline;
  float: left;
}

.submenu_left {
  background-color: white;
  width: 163px;
  color: #0E7DA5;
  font-size: x-small; 
  padding: 5px;
  border-bottom: 1px #71BBD6 solid;
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  display: block;
  float: left;
}

.submenu_left_blue {
  width: 165px;
  color: #0E7DA5;
  font-size: x-small; 
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  float: left;
}

.data_title {
  background-image: url("../images/title_blue_center.png");
  width: 490px;
  height: 23px;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.data_title_double{
  background-image: url("../images/title_double.png");
  width: 307px;
  height: 23px;
  color: white;
  font-size: 9pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}
#submenu_right_title_heart {
  background-image: url("../images/title_heart.png");
  width: 192px;
  height: 23px;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 33px;
  display: inline;
  float: left;
}

#submenu_right_title_gp {
  background-image: url("../images/title_blue_right.png");
  width: 215px;
  height: 23px;
  color: white;
  font-size: 10pt; 
  font-weight: bold; 
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.green {
  color: #BDC718;
  font-size: x-small; 
  font-weight: bold; 
  margin: 0px;
}
a.green {
  color: #BDC718;
  font-size: x-small; 
  font-weight: bold; 
  margin: 0px;
  text-decoration: none;
}

.lgreen {
  color: #BDC718;
  font-weight: bold; 
}

.highgreen {
  color: #BDC718;
  font-size: 11pt; 
  font-weight: bold; 
}

.phonegreen{
  color: #BDC718;
  font-size: 10pt; 
  font-weight: bold; 
}

.highgreenpad {
  color: #BDC718;
  font-size: 9pt; 
  font-weight: bold; 
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

b {
  color: #BDC718;
  font-weight: bold; 
}

.blue {
  font-size: 8pt; 
  color: #118FBD;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
/*titre page accueil*/
.title_page {
  color: #138EBB;
  font-weight: bold; 
  line-height: 11pt;
}
.title_page h1 {
  padding:0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 11pt;
}

.gray {
  color: #5E676A;
  font-size: x-small; 
}

a.gray {
  color: #5E676A;
  font-size: x-small;
  text-decoration: none; 
}

.price {
  color: white;
  background-color: #C8D21E;
  font-size: 11pt; 
  font-weight: bold; 
  padding: 2px;
}

.encadre {
  color: #BDC718;
  border: 1px #BDC718 solid;
  font-weight: bold;
  margin-top: 2px;
  padding: 2px;
  
}

.nm_center {
  color: #118FBD;
  font-weight: bold;   
  font-size: 14px;
}


.title_cure {
  font-size: 13pt; 
}

.title_left {
  font-size: 8pt;
  font-weight: bold; 
}

.title_cures {
  font-weight: bold; 
  font-size: 10pt; 
}

.mini_title_cure {
  font-size: 8pt; 
  font-weight: bold; 
  text-decoration: underline;
  display: inline;
}

#menu_right_blue {
  width: 226px;
  display: block;
  float: left;
  background-color: #F2FBFD;
  /*margin-top: 10px;*/
  color: #118FBD;
  font-size: x-small; 
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
 /* border-top: 1px #71BBD6 solid;*/
}

#data_center {
  width: 532px;
  display: block;
  float: left;
  color: #5E676A;
  font-size: x-small;
}
#data_center.config1 {
  width: 			946px;
  margin-left: 		10px;
}
#data_center.config2 {
  width: 			774px;
  margin-left: 		10px;
}
#data_center.config3 {
  width: 			704px;
}
#data_title {
  width: 100%;
  height: 34px;
  display: block;
  float: left;
  background-color: #F2FBFD;
  color: #118FBD;
  font-size: 8pt; 
  border-bottom: 1px #71BBD6 solid;
  /*margin-top: 20px;*/
  margin-bottom: 4px;
}

#data_selected_title {
  height: 23px;
  display: block;
  float: left;
  color: #0E7DA5;
  font-size: 14pt; 
  background-color: white;
  border-bottom: 1px white solid;
  border-right: 1px #71BBD6 solid;
  border-top: 1px #71BBD6 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search_string {
  background-color: yellow;
  font-weight: bold; 
}
.data_no_selected_title {
  height: 21px;
  display: block;
  float: left;
  background-color: #F2FBFD;
  color: #0E7DA5;
  font-size: 10pt; 
  border-right: 1px #71BBD6 dotted;
  border-top: 1px #71BBD6 dotted;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.data_no_selected_letter {
  height: 21px;
  display: block;
  float: left;
  background-color: #F2FBFD;
  color: #0E7DA5;
  font-size: 10pt; 
  border-right: 1px #71BBD6 dotted;
  border-top: 1px #71BBD6 dotted;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 7px;
  padding-bottom: 5px;
}

#img_title {
  width: 177px;
  display: inline;
  float: right;
  text-align: center;
}

h1 {
 font-size: 14pt;
}

#data_center_data {  
	display: block;
  	color: #5E676A;
  	font-size: 8pt; 
 	text-align:justify;
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-bottom: 20px;
}

#data_center_title {
    border-right: 1px dotted #71BBD6;
    color: #0E7DA5;
    display: inline;
    float: left;
    font-size: 12pt;
    font-weight: bold;
    padding: 1px 15px 10px;
    width: 323px;
}

.input_center {
  width: 400px;
  color: #0E7DA5;
  font-size: x-small;
  border: 1px #71BBD6 solid;
  margin: 5px;
}

a:hover
{
	color: #BDC718;
}

#data_center_ancre {
  width: 150px;
  height: 154px;
  display: inline;
  float: right;
  color: #0E7DA5;
  background-color: #F2FBFD;
  font-weight: bold;   
  border: 1px #71BBD6 solid;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 20px;
}

#prod_flash {
  background-image: url("../images/vide.png");
  width: 338px;
  height: 176px;
  display: inline;
  float:left;
}

.data_center_white {
  width: 468px;
  display: block;
  float: left;
  color: #5E676A;
  font-size: x-small; 
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  margin-top: -13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.data_center_blue {
  width: 468px;
  display: block;
  float: left;
  color: #138EBB;
  background-color: #F2FBFD;
  font-size: 8pt; 
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.data_center_close {
  width: 500px;
  height: 0px;
  display: block;
  float: left;
  border-top: 1px #71BBD6 solid;
}

.data_center_separate {
  width: 500px;
  height: 0px;
  display: block;
  float: left;
  border-top: 1px #71BBD6 dotted;
}

#data {
  color: #5E676A;
  font-size: 8pt; 
  width: 716px;
  display: block;
  float: left;
  margin-right:10px;  
}

.data_double {
  width: 338px;
  display: inline;
  float: left;
  margin-left:20px;
  padding-bottom: 20px;
}

.centre {
  width: 317px;
  padding-left: 10px;
  padding-right: 10px;
}

.data_double h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
	font-size: 8pt;
	color: #118FBD;
}

.data_double p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#data_double_menu {
  width: 295px;
  display: inline;
  float: left;
  padding: 10px;
  border-right: 1px #71BBD6 solid;
  border-left: 1px #71BBD6 solid;  

  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #71bbd6;

}

.data_double_submenu {
  width: 145px;
  display: inline;
  float: left;
  padding-right: 2px;
}

#menu3 {
  width: 970px;
  display: inline;
  float: left;
  color: white;
  font-size: x-small; 
  background-color: #0D97C4;
  border-left: 10px white solid;
  border-right: 10px white solid;
}

.menu_bottom {
  display: inline;
  float: left;
  height: 14px;
  color: white;
  font-size: x-small; 
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
  border-right: 1px white dotted;
}

.menu_bottom a {
  color: white;
}

.red {
  color: red;
}

#menu4 {
  width: 619px;
  height: 45px;
  display: inline;
  float: left;
  background-color: #00AEDB;
  border-left: 10px white solid;
  border-bottom: 10px white solid;
  font-size: x-small; 
}

#blue_stationk {
  width: 619px;
  height: 18px;
  display: inline;
  float: left;
  border-left: 10px white solid;
  background-color: #0D97C4;
}

#stationk {
  background-image: url("../images/footer_stationk.png");
  background-repeat:no-repeat;
  background-position:center bottom;  
  background-color: #0D97C4;
  width: 351px;
  height: 63px;
  display: inline;
  float: right;
  border-right: 10px white solid;
}


#copyright {
  width: 990px;
  display: inline;
  float: left;
  text-align: center;
  color: black;
  padding-bottom: 4px;
  font-size: xx-small; 
}
/* Webcallback */

#Win_Callback{
	visibility:hidden;
	z-index:1;
	position: absolute;
	display: none;
}

#Win_Callback.a{
	text-align: right;
	text-decoration: none;
	border: none;
	margin:3px;	
	}

#Win_Callback input[type:text]{
 font-size: 10px;
 width:200px;
 color: #0E7DA5;
}

#Win_Callback input[type:button]{
 font-size: 10px;
}
#Win_Callback input[type:submit]{
 font-size: 10px;
}
.callbacktxt{
  	font-family:Arial, Helvetica, sans-serif ;
	font-size: 10px;
}
#Win_Callback input.callbackfield{
  font-family:Arial, Helvetica, sans-serif ;
	font-size: 10px;
	color:#0E7DA5;
	width:150px;	
	}
#Win_Callback select.callbackselect{
   font-family:Arial, Helvetica, sans-serif ;
	font-size: 10px;
	color:#0E7DA5;
	width:150px;
	
	}
#Win_Callback_loader{
	visibility:hidden;
	z-index:2;
	position: absolute;
	display: none;
	width: 190px;
	height: 166px;
	background: #F0F0F0;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.callbackimg{
	margin-bottom:5px;
}


.image_prixcure
{
	height:40px;
	padding-top:25px;
}

.texte_prixcure
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0c99c6;
	vertical-align:top;
	background-image:url(../images/millieu.png);
	background-repeat:repeat-x;
	padding-bottom:4px;

}
.panier_pages
{
    font-size:9px;
    color:#1f7eb7;
    font-weight:bold;
	float: right;
	text-align: center;
	vertical-align: middle;
	width: 170px;

}
.prix_pages{

	font-size:16px;
    font-weight:bold;
    color:#0E7DA5;
    background-color:#ffffff;
    margin:5px 5px 5px 5px;
    
}
 .prix_pages_sejour
{
    color:#5e676a;
    font-weight:normal;
    font-size:11px;
    margin-bottom:13px;
}

.prix_pages_pour
{
    color:#ff6600;
    font-weight:normal;
    font-size:12px;
}

a.bouton_reserver
{
    background-color: #FFFFFF;
    background-image: url("../images/Vel_reserver.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 23px;
    padding-right: 8px;
    padding-top: 4px;
    text-decoration: none;
    width: 75px;
}


a.bouton_reserver:hover
{
    color: #BDC718;
  
}
.div_bouton_reserver
{
    width:120px;
    padding-left:40px;
    padding-top:1px;
}



.bouton_reserver_centre
{
	border:1px solid red;
	border-color: #BBC900;
	background-color: #BBC900;
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
.bouton_reserver_centre:hover
{
	color: #2280B8;
}
.bouton_promos
{
	background-color: #FFFFFF;
}
.bouton_promos:hover
{
	background-color: #2280B8;	
}
.bouton_commander
{
	background-color: #FFFFFF;
}
.bouton_commander:hover
{
	background-color: #BBC900;	
}
/* Prix menu droit*/
.submenu_right .submenu_price_promo a {
	text-decoration: none;
}
.price_menu_right {
  color: white;
  background-color: #C8D21E;
  font-size: 9pt; 
  font-weight: bold; 
  padding: 2px;
  text-decoration: none;
  border:none;
}

.price_menu_right_promo_lien/*change*/ 
{
	text-decoration:none;
	color:#ff6600;
}

.price_menu_right_promo /*change*/ 
{
  color: white;
  background-color: #ff6600;
  font-size: 9pt; 
  font-weight: bold; 
  padding: 2px;
  text-decoration: none;
  border:none;
}
.price_ref_menu_right /*change*/
{
  color: #118fbd;
  font-size: 9pt; 
  font-weight: bold; 
  padding: 2px;
  text-decoration: line-through;
  border:none;
}
.bouton_reserver_promo
{
	background-image:url(/images/bouton_reservez_promos.gif);
	background-repeat:no-repeat;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	height:36px;
	width:253px;
	padding-top:9px;
	padding-left:43px;
}
.bouton_reserver_promo a
{
	color: #FFFFFF;
	text-decoration:none;
}
.bouton_reserver_promo a:hover
{
	color: #2280B8;
}

/* Style de la fenetres des brochures  */
#Win_Brochures{
	display: none;
	position: absolute;
}
/* Style mini fenetre */
.mini_popup
{
	border:solid 1px #118FBD;
	padding:1px;
	background-color: #F0F0F0;
}
.mini_popup_title
{
	background-color:#118FBD;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	padding-top : 2px;
	padding-bottom : 2px;
	font-size:12px;
	position: relative;
}
.mini_popup_content
{
	border:solid 1px #118FBD;
	margin:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:10px;
	text-align:center;	
	background-color: white;
}
 .brochure_zone
 {
	font-weight:bold;
	text-decoration:underline; 
	padding-bottom:5px;
	float:left;
	padding-top:75px;
 }
  .brochure_pays
 {
 	padding-left:115px;
	font-weight:bold;
	padding-bottom:5px;
	clear:both;
 }
 .brochure_region
 {
 	padding-left:125px;
	padding-bottom:3px; 
 }
 .brochure_entree
 {
  	padding-left:200px;
	padding-bottom:3px; 	
 }
 .brochure_image
 {
 	clear:both;
	float:left; 
	padding-top:20px;
 }

.lien_cure{
	font-size: 12px;
}

.lien_cure:hover {
	font-size: 12px;
}

/* Page Cures */

a.cure
{
    color:#138EBB;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    float:left;
}

a.cure:hover
{
    color:#C8D21E;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
    float:left;
}

.cure_texte
{
    color:#138EBB;
    padding:10px;
}

.cure_texte h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

.cure_image
{
    float:left;
    padding:10px;
}

.cure_data
{
    width: 498px;
    display: block;
    float: left;

}

.cure_intro
{
	border-left: 1px #71BBD6 solid;
    border-right: 1px #71BBD6 solid;
 	border-bottom: 1px #71BBD6 dotted;
    padding:10px;
	width: 479px;
}


.data_center_white_cure{
  width: 478px;
  display: block;
  float: left;
  color: #5E676A;
  font-size: x-small;
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  clear:both;
  margin-bottom	:10px;
  border:1px solid #71BBD6;
}
.img_left_cure {
  float: left;
  display: inline;
  border:none;
  margin-top:5px;
  margin-right:10px;
}

.Theme_Container
{
    clear:both;
    border-top:10px solid #ffffff;
    margin-bottom:10px;
    width:500px;
}

.Theme_Container_Border
{
    border:1px solid #71BBD6;
}

.Theme_Container_Right
{
    background-image:url(/images/theme-container-right.gif);
    background-repeat:no-repeat;
    height:103px;
    width:1px;
    float:left;
    margin-right:8px;
}

.Theme_Texte
{
    color:#138EBB;
    width: 200px;
    float: left;
    display: inline;
    float:left;
    margin-top:5px;
    margin-right:5px;
}

.Theme_Lien
{
    color: #118FBD;
    font-weight: bold;  
    font-size: 14px;
    display:block;
    background-image: url(/images/point_white.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:17px;
    margin-top:2px;
    width:340px;
    text-decoration:none;
}

.Theme_Prix_TTC
{
    font-size:10px;
    color:#118fbd;
    font-weight:normal;
}


.Theme_Prix
{
    border-top:2px solid #ffffff;
    float:right;
    color:#118fbd;
    width:115px;
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}

.Theme_Prix_Texte
{
    color:#118fbd;
    margin-top:20px;
}

.Theme_Prix_Promo
{
  
    font-size:18px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#ff6600; 
    text-align:center;
    color:#ffffff;
    height:25px;
    margin:5px 20px 0px 20px;
}

.Theme_Prix_Barre
{
    color: #118FBD;
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
    margin-top:5px;
}

.Theme_Prix_Pour
{  
    font-weight:normal;
    font-style:normal;
    color:#f75100;
    font-size:14px;
}

.Theme_Right
{
    background-image:url(/images/promo-right.gif);
    background-repeat:no-repeat;
    height:120px;
    width:1px;
    float:left;
    margin-right:5px;
}

.Theme_Reserver
{
    background-image:url(/images/vel_btn_res_reserver.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    text-decoration: none;
    width: 120px;
    border:0;
    margin:5px 0 0 0;
    padding-bottom:5px;
    padding-right:15px;
    cursor:pointer;
}

.Theme_Reserver:hover
{
    color:#C8D21E;
}


.Theme_data_title
{
  background-image: url(/images/title_blue_center.png);
  width: 490px;
  height: 23px;
  color: white;
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom:10px;
  display: inline;
  float: left;
}

.Theme_data_title_bottom
{
  background-image: url(/images/vel_recherche_res_bandeau_bas.png);
  width: 490px;
  height: 23px;
  color: white;
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.Theme_title_table
{
  width: 480px;
}






/*
#VelRecherche {
	float:left;
	width: 400px;
	height: 157px;
}
*/
#VEL_recherche_moteur
{
	background-image:url(http://www.thalasso-line.com/images/part.gif);
	background-repeat: repeat-x; 
	height: 22px; 
	width: 455px;
	color:#FFFFFF;
	font-size:14px;
}

#VEL_recherche 
{
   float:left;
   width: 454px;
   height: 140px;
   position:relative;
   border-bottom: 1px #138EBB solid;
   border-right: 1px #138EBB solid;
   border-left: 1px #138EBB solid;
   background-color:#f2fbfd;
}
#VEL_Recherche_Header {
	background-image:url(http://www.thalasso-line.com/images/part.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	color: white;
	
}

#VEL_Recherche_Resultat_Alerte{
 	border: 1px solid #FF4600;
 	color: #FF4600;
    padding: 5px; 
    font-size: 12px; 
    width: 706px; 
    margin-left: 12px; 
    margin-top: 10px;
}

#VEL_Recherche_Contenu {}

#VEL_moteur
{
	background-image:url(http://www.thalasso-line.com/images/part.gif);
	background-repeat: repeat-x; 
	height: 22px; 
	width: 454px;
	color:#FFFFFF;
	font-size:14px;
}

#VEL_arrow
{
	float:left;
	padding-left:130px;
	padding-top:1px;


}

.VelCompareTab {
	font-size: 9px;
}

.Velpanier_pages {
    color: #1F7EB7;
    float: left;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 173px;
}

.Velpanier_pages_sep1
{
    background-image:url(/images/promo-right.gif);
    background-repeat:no-repeat;
    height:122px;
    width:1px;
    float:left;
    margin-right:5px;
}

.Velpanier_pages_sep2
{
    background-image:url(/images/velpanier-pages-sep.gif);
    background-repeat:no-repeat;
    height:100px;
    width:1px;
    float:left;
    margin:0 3px 0 3px;
}

.Velpanier_pages_link
{
    font-size:10px;
    font-weight:normal;
 
}
.VEL_recherche_libelle
{
	clear:both;
	float:left;
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;
	margin-top:7px;
	margin-bottom:7px;
	width: 90px;
}

.VEL_recherche_div_select
{
	float:left;
	margin-top:2px;
}

.VEL_recherche_libelle_select
{
	width: 128px;
  	color: #0E7DA5;
  	font-size: 10px;

}


.VEL_recherche_bottom
{
	height: 25px;

}
.VEL_recherche_espace
{
	clear:both;
	float:left;
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;
	margin-top:7px;
	margin-bottom:7px;
	width: 50px;
}
.VEL_recherche_espace_min
{
	float:left;
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;
	margin-top:7px;
	margin-bottom:7px;
	width: 45px;
}
.VEL_recherche_espace_max
{
	float:left;
	color:#118fbd; 
	font-size: 10px; 
	font-weight: bold;
	margin-top:7px;
	margin-bottom:7px;
	width: 222px;
}
/*
.VEL_recherche_container
{
	position:absolute;
	top:20px;
	left:5px;
	width:227px; 
	height:100px; 
	padding:5px;
}
*/
.VEL_recherche_container
{
	float:	left;
	display: inline;
	width:	222px;
	/* height:	100px; */
	margin-left: 5px
}
.VEl_recherche_bouton {
	background-image: url("/images/vel_rechercher.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding: 4px 0 0 6px;
    text-decoration: none;
    width: 91px;;	
}
.VEL_recherche_bouton:hover {
	color: black;
}
.VEL_recherche_pourcentage
{
	float:right;
	color:#ffffff;
	font-weight:bold;
	background-image:url(/images/VEL_recherche_bg.jpg);
	background-repeat:no-repeat;
	margin-right:50px;
	padding-left:2px;
	padding-right:2px;
}

.VEL_recherche_pourcentage_step1
{
	color:#bdc718;
}

.VEL_recherche_pourcentage_recap
{
	color:#118FBD;
}

#VEL_Search_Criteres_Suppl{
   position:absolute;
   width:454px;
   height:90px;
   top:140px;
   left:-1px;
   border-bottom: 1px #138EBB solid;
   border-right: 1px #138EBB solid;
   border-left: 1px #138EBB solid;
   background-color:#f2fbfd;
}

.VEL_recherche_plus_criteres 
{
   position:absolute;
   width:454px;
   height:110px;
   top:169px;
   left:510px;
   border-bottom: 1px #138EBB solid;
   border-right: 1px #138EBB solid;
   border-left: 1px #138EBB solid;
   background-color:#f2fbfd;
	
}
#VEL_recherche_plus_fleur
{
	position:absolute;
	top:0px;
	left:-39px;
}
.VEL_recherche_txtdate
{
	width:95px;
	color:#118fbd;
	height:15px;
	font-size:10px;
	padding-left:3px;

}


/* Calendrier */


#VEL_Recherche_Calendar
{
	background-color:#ffffff;
	border:solid 1px #118FBD;
	font-size:10px;
	font-weight:bold;
	width: 175px;
}

.VEL_Recherche_Calendar_mois
{
	background-color:#118FBD;
	color:#FFFFFF;
	height:17px;
}
.VEL_Recherche_Calendar_nom_jour
{
	color:#118FBD;
	width:25px;
}

.VEL_Recherche_Calendar_tr
{
	height:20px;
	vertical-align:middle;
}

.VEL_Recherche_Calendar_jour_pas
{
	color:#CCCCCC;
	text-decoration:line-through;
}

a.VEL_Recherche_Calendar_jour
{
	color:#118FBD;
	text-decoration:none;
}

a.VEL_Recherche_Calendar_jour:hover
{
	background-color:#BDC718;
	color:#FFFFFF;
}

.VEL_Recherche_Calendar_actuel
{
	background-image:url(/images/vel_recherche_cal_bg_actuel.png);
	background-repeat:no-repeat;
	color: #118FBD;
}

a.VEL_Recherche_Calendar_jour_nxt
{
	color:#666666;
	text-decoration:none;
}

a.VEL_Recherche_Calendar_jour_nxt:hover
{
	background-color:#BDC718;
	color:#FFFFFF;
}

.VEL_Recherche_Calendar_non_dispo
{
	color:#FF0000;
}


/* Resultat de recherche */

.VEL_recherche_res_bandeau
{
	background-image:url( /images/vel_recherche_res_bandeau.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:28px;
	text-align:center; 
}
.VEL_recherche_res_bandeau_bas
{
    background-image:url(/images/vel_recherche_res_bandeau_bas.png);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:28px;
    text-align:center;
}

.VEL_recherche_res_bandeau_pagenbr
{
	display: block;
	height: 28px;
	padding-right:10px;
	font-weight: normal;
	text-align:right;
	z-index: 9999;
}

a.VEL_filtre
{
    color:#118FBD;
    font-size:11px;
    font-weight:lighter;
}

a.VEL_filtre:hover
{
    color:#BDC718;
}

a.VEL_filtre_inactif
{
    color:#C0C0C0;
    text-decoration:none;
    cursor:default;
    font-size:11px;
    font-weight:lighter;
}


.VEL_recherche_res_images
{
	padding:5px;
	border-top: 1px dotted #118FBD; 
	border-bottom: 1px dotted #118FBD; 
	border-left: 1px solid #118FBD; 
	display: block; 
	float: left; 
	width: 159px; 
	height: 120px;
	background-color: #FFFFFF;
}

.VEL_recherche_res_texte
{
	 border-top: 1px dotted #118FBD;
    border-bottom: 1px dotted #118FBD;
    display: block;
    float: left;
    width: 419px; /*change*/
    height: 125px;
    font-size:10px;
    padding-top:5px;
    color:#118FBD;
    font-size:11px;
    background-color: #FFFFFF; 
	
}

a.VEL_recherche_res_resa_texte
{
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}


.VEL_recherche_res_prix
{
	border-top: 1px dotted #118FBD;
    border-bottom: 1px dotted #118FBD;
    border-left: 1px dotted #118FBD;
    border-right: 1px solid #118FBD;
    display: block;
    float: left;
    width: 123px; /*change*/
    height: 114px;
    padding-left:4px;
    padding-top:6px;
    padding-bottom:10px;
    background-color: #FFFFFF;
}

.VEL_recherche_res_title
{
    background-color:#f2fbfd;
    color:#118FBD;
    font-size:12px;
    font-weight:bold;
    border-left: 1px solid #118FBD;
    border-right: 1px solid #118FBD;
    padding-left:5px;
    padding-top:2px;
    height: 23px;
}
.VEL_recherche_res_title a {
	text-decoration: none;
}
.VEL_recherche_res_title a:hover {
	text-decoration: underline;
}
.VEL_recherche_res_filtre
{
    height:30px;
    margin-left: 12px; 
    width: 711px;
    background-color:#ffffff;
    padding-left:5px;
    border-bottom:1px dotted #118FBD;
    border-left:1px solid #118FBD;
    border-right:1px solid #118FBD;
    text-align: right;
}

a.VEL_recherche_res_hotel
{
  color: #118FBD;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}

a.VEL_recherche_res_hotel:hover
{
  color: #BDC718;
  font-size: 12px;
  font-weight: bold;
  text-decoration:underline;
}



a.VEL_recherche_res_resa_texte:hover
{
    color:#BDC718;
}


.VEL_recherche_res_apartir
{
	width:120px;
    height:74px;
    text-align:center;
}

.VEL_page_centre_apartir_promo
{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    background-color:#ff6600;
    margin:5px 5px 5px 5px;
}

.VEL_recherche_res_apartir_promo
{
	width:120px;
    height:74px;
    text-align:center;
}

.VEL_recherche_res_apartir_prix_ref
{
	font-size:13px;
    color:#118FBD;
    font-weight:bold;
    text-decoration: line-through;
    border:5px solid #ffffff;
}

.VEL_recherche_res_apartir_prix
{
	font-size:18px;
    color:#118fbd;
    font-weight:bold;
    height:15px;
    text-align:center;
    border-top:30px solid #ffffff;
    border-bottom:8px solid #ffffff;
}

.VEL_recherche_res_apartir_prix_promo
{
    font-size:18px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#ff6600;   
    text-align:center;
    margin-left:20px;
    margin-right:20px;
}

.VEL_page_centre_apartir_prix_ref
{
	font-size:16px;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:5px;
    text-decoration: line-through;
    color:#0E7DA5;
}

.VEL_page_centre_apartir_prix
{
	font-size:16px;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:5px;
    color:#0E7DA5;
}

.VEL_page_cure_apartir_prix_ref
{
	font-size:16px;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:5px;
    text-decoration: line-through;
    color:#0E7DA5;
}

.VEL_page_cure_apartir_prix
{
	font-size:16px;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:5px;
    color:#0E7DA5;
}


.VEL_recherche_res_resa
{
    background-image:url( /images/vel_btnreserver.gif);
    background-repeat:no-repeat;
    width:140px;
    height:56px;
    padding-top:23px;
    padding-left:20px;
}

a.VEL_res_reserver {
    background-image: url("/images/vel_btn_res_reserver.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 23px;
    margin-bottom: -10px;
    margin-top: 17px;
    padding-left: 25px;
    padding-top: 3px;
    text-decoration: none;
    width: 95px;
}

a.VEL_res_reserver:hover
{
    color: #BDC718;
}
a.VEL_btn_long_text {
  	padding: 3px 30px 0 7px;
    text-align: center;
    width: 82px;
}

a.VEL_recherche_res_resa:hover
{
	background-color:#BDC718;
}

.VEL_recherche_res_apartir_prix_TTC
{
    font-size:10px;
    color:#118FBD;
}

.VEL_recherche_res_apartir_promo_pour
{
    font-size:14px;
    color:#ff6600;
    font-weight:normal;
    border-bottom:3px solid #ffffff;
}




/* Comparaison */

.VEL_compare_titre
{
	float:left;
	background-image:url( /images/vel_compare_center.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:28px;
	/*width:704px;*/
	text-align:center; 
}

.VEL_compare_titre_td
{
	background-image:url( /images/vel_compare_center.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.VEL_compare_titre_bordure
{
	background-image:url( /images/vel_compare_center.png);
	background-repeat:repeat-x;
}

#vel_compare
{
	border-bottom: 1px solid #118FBD; 
	border-left: 1px solid #118FBD;
	border-right: 1px solid #118FBD;
	margin-left:12px;
	background-color:#ffffff;
	font-size:11px;
	/*width:716px;*/
	font-weight:bold;
	color:#118FBD;
	
}

.vel_compare_vert
{
	color:#BDC718;
	width:110px;
	border-left:hidden;
	border-top: 1px dotted #118FBD;
}

.vel_compare_bleue
{
	border-top: 1px dotted #118FBD;
	border-left: 1px solid #118FBD;
}

.vel_compare_tr
{
	height:50px;
}


a.vel_compare_plus
{
	font-size:10px;

}


.VEL_compare_resa
{
	background-image:url( /images/vel_btnreserver.gif);
	background-repeat:no-repeat;
	height:40px;
	padding-top:27px;
	padding-right:30px;
}

a.VEL_compare_resa_texte
{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}

a.VEL_compare_resa_texte:hover
{
	color:#BDC718;
}

/* End Comparaison */


a.VEL_reserver
{
    display:block;
    background-image:url(/images/vel_btnreserver.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    width:140px;
    height: 15px;
   	padding-top: 13px;
   	padding-bottom: 13px;
   	text-align:center;
}
a.VEL_reserver:hover {
	color: #BDC718;
}


/* Entete*/


#Vel_Devis_Entete
{
	width:720px;
	margin-left:10px;
}


.Vel_Entete_Arrow
{
	float:left;
	background-image:url(/images/vel_devis_arrow_entete.png);
	background-repeat:no-repeat;
	background-position:center;
	height:22px;
	width:8px;
	list-style-type:none;
	
}

.Vel_Entete_Actif
{
	background-image:url(/images/vel_devis_step.gif);
	background-repeat:no-repeat;
	height:22px;
	width:84px;
	color:#127FA6;
	font-size:10px;
	text-align:center;
	list-style-type:none;
	padding-top:4px;
}
.Vel_Entete_Actif a

{
	color:#127FA6;
}
.Vel_Entete_Actif a:hover
{
	color:#BDC718;
	
}

.Vel_Entete_Inactif
{
	background-image:url(/images/vel_devis_step.gif);
	background-repeat:no-repeat;
	height:22px;
	width:84px;
	color:#127FA6;
	font-size:10px;
	text-align:center;
	list-style-type:none;
	padding-top:4px;
}
.Vel_Entete_Inactif a

{
	color:#127FA6;
	text-decoration: none;
	cursor: default;
}
.Vel_Entete_Inactif a:hover
{
	color:#127FA6;
	
}

.Vel_Entete_Courant
{
	background-image:url(/images/vel_devis_step_current.gif);
	background-repeat:no-repeat;
	height:22px;
	width:84px;
	font-size:10px;
	text-align:center;
	list-style-type:none;
	padding-top:4px;
}

.Vel_Entete_Courant a
{
	color:#FFFFFF;
}

.Vel_Entete_Courant a:hover
{
	color:#BDC718;
}

/* STEP */

.Vel_Devis
{
	width:720px;
	margin-left:10px;
}


.Vel_Recap
{
	background-image:url(/images/vel_devis_recap.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:37px;
	padding-top:10px;
	text-align:center;
	width:630px;
}

.Vel_Recap_Text
{
	font-size:10px;
	font-weight:lighter;
	color:#118FBD;
}
/*
.Vel_Libelle_Titre
{
	color:#5e676a;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	border:1px solid #999999;
	width:617px;
	height:15px;
	padding:5px;
}*/
.Vel_Libelle_Titre
{
    color:#5e676a;
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
    border:1px solid #999999;
     width:648px;
    height:15px;
    padding:5px;
    margin-left:22px;
}

.Vel_Libelle_Text
{
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	width:617px;
	padding:5px;
	text-align: left;
}
.Vel_Libelle_Text_Recap /*change*/
{
    /*overflow: auto; */
    border-left:1px solid #999999;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    width:648px;
    padding:5px 5px 0 5px;
    text-align: left;
    margin-left:22px;
    min-height: 147px;
}

.Vel_Libelle_Text_Recap_Espace
{
	width:20px;
	height:70px;
}

.Vel_Libelle_Recap
{
	color:#118FBD;
	font-size:11px;
	font-weight:bold;
}

.Vel_Libelle_Gris
{
	font-size:10px;
	color:#5e676a;
	font-weight:bold;
	margin-left:50px;
	text-align: left;
}
.Vel_line {
    background-color:#999999;
    height:1px;
    width:660px;
    margin-top:5px;
    margin-bottom:5px;
    font-size: 1px;
    margin-left:-9px;
}
.Vel_text
{
	width:150px;
	font-size:10px;
	color:#118FBD;
	font-weight:bold;
}

.Vel_text_fin
{
	width:150px;
	font-size:10px;
	font-weight:lighter;
}

.Vel_select
{
	width:350px;
	color:#118FBD;
	font-size:10px;
	font-weight:bold;
}

.Vel_select_Cure
{
	width:400px;
	color:#118FBD;
	font-size:10px;
	font-weight:bold;
}

.Vel_Prix
{
	font-size:11px; 
	font-weight:bold; 
	color:#118FBD;

}

.Vel_Voyageur_Recap
{
	width:617px;
	height:15px;
	font-size:11px;
	font-weight:bold;
	color:#118FBD;
	border:1px solid #999999;
	padding:5px;

}
/*
.Vel_Voyageur_Recap
{
    width:640px;
    height:15px;
    font-size:11px;
    font-weight:bold;
    color:#118FBD;
    border:1px solid #999999;
    padding:5px;
}
*/

.Vel_Detail_Recap
{
	width:617px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#118FBD;
	border:1px solid #999999;
	padding:5px;

}
.Vel_Detail_Recap_Grand
{
	width:627px;
	height:auto;
    overflow:auto;
	font-size:11px;
	font-weight:bold;
	color:#118FBD;
	border:1px solid #999999;
	text-align: left;

}

.Vel_Detail_Recap_Voyageur
{
	width:107px;
	height:auto;
    overflow:auto;
	font-size:10px;
	font-weight:lighter;
	color:#118FBD;
	text-align: center;
}
.Vel_Detail_Recap_Cure
{
	width:400px;
	height:auto;
    overflow:auto;
	font-size:10px;
	font-weight:lighter;
	color:#118FBD;
	border:1px solid #999999;
	text-align: right;

}

.Vel_Detail_Recap_Prix
{
	width:110px;
	height:auto;
    overflow:auto;
	font-size:10px;
	font-weight:lighter;
	color:#118FBD;
	border:0px solid #999999;
	text-align: right;

}

/*
.Vel_Detail_Recap_Text
{
	height:20px;
	font-size:9px;
	font-weight:lighter;
	color:#118FBD;
	border:1px solid #999999;
	padding:5px;

}*/
.Vel_text_Recap
{
	font-size:9px;
	color:#118FBD;
	font-weight:bold;
}

.Vel_TypeChambre
{
	width:597px;
	height:25px;
}
.Vel_SousTotal
{
	width:627px;
	height:25px;
}
.Vel_Centre
{
	width:627px;
}
#Vel_paiement_desc_div {
	/*height:40px;*/
}
/*
a.Vel_Bouton
{
	background-image:url(/images/vel_bouton.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:16px;
	padding-bottom:13px;
	padding-top:13px;
	text-align:center;
	text-decoration:none;
	width:229px;
}
*/
a.Vel_Bouton
{
    background-image:url(/images/vel_bouton.png);
    background-repeat:no-repeat;
    color:#FFFFFF;
    display:block;
    font-size:11px;
    font-weight:bold;
    height:23px;
    text-align:center;
    text-decoration:none;
    width:199px;
    padding:7px 20px 0 0;
}

a.Vel_Bouton:hover 
{
	color:#BDC718;
}



.Vel_input_step3_adresse
{
  width: 560px;
      font-size:10px;
    color:#118FBD;
    font-weight:bold;
}
/*
.Vel_input_step3_client {
  width: 150px;
  	font-size:10px;
	color:#118FBD;
	font-weight:bold;
}

.Vel_input_step3_adresse {
  width: 350px;
  	font-size:10px;
	color:#118FBD;
	font-weight:bold;
}
*/
.Vel_input_step3_client
{
  width: 130px;
      font-size:10px;
    color:#118FBD;
    font-weight:bold;
}

.Vel_input_step3_voyageur {
  width: 80px;
  	font-size:10px;
	color:#118FBD;
	font-weight:bold;
}


/* page retour paiement */
.Vel_Paiement{
    font-size:11px;
    font-weight:bold;
    text-align:justify;
    padding:10px;
    padding-top:70px;
}

/* menu de droite*/
#Vel_Menu_Right /*change*/
{
  width: 242px;
  display: inline;
  float: right;
  margin-top: 51px;
  margin-right: 10px;
  margin-bottom:10px;
  border: 1px #71BBD6 solid;
  color: #118FBD;
  font-size: x-small;
}

.Vel_Submenu_Right /*change*/
 {
  width: 230px;
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size:11px;
  font-weight:bold;
  text-align:justify;

}


.Vel_Submenu_Title  /*change*/
{
  background-image:url( /images/vel_title_right.png);
  background-repeat:no-repeat;
  width: 231px;
  height: 23px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom:7px;
  display: inline;
  float: left;
}

.vel_separate_right {
  width: 242px;
  height: 0px;
  border-top: 1px #71BBD6 dotted;
}

#Vel_Eng /*change*/
{
    height:205px;
    width:231px;
    background-image:url( /images/vel-eng.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}


#Vel_Eng a /*change*/
{
    text-decoration:none;
    display:block;
    margin:13px 0 13px 0px;
    font-size:10px;
}

#Vel_Eng a:hover
{
    color:#BDC718;
}

.Vel_Coor /*change*/
{
    font-size:10px;
    font-weight:lighter;
    text-align:left;
    padding:5px;
    height:150px;
}

/* calendrier step1 */

#Vel_Calendar
{
    background-color:#ffffff;
    visibility: visible;
    position: absolute;
    top: 458px;
    left: 478px;
    border-bottom:solid 1px #118FBD;
    border-right:solid 1px #118FBD;
    font-size:10px;
    color:#118FBD;
}

.Vel_Calendar_Prix a
{
    text-decoration:none;
}
.Vel_Calendar_Prix a:hover
{
    text-decoration:none;
}
.Vel_Calendar_Prix_Promo a
{
    color:#ffffff;
    text-decoration:none;   
}
.Vel_Calendar_Prix_Promo a:hover
{
    color:#bdc718;
    text-decoration:none;   
}


#Vel_Calendar tr
{
    text-align:center;
}

#Vel_Calendar td
{
    border-left: 1px solid #118FBD;
    border-top: 1px solid #118FBD;
    width: 89px;
}

.Vel_Calendar a:hover
{
     color:#FFFFFF;

}

.Vel_Calendar_Mois
{
    background-color:#118FBD;
    color:#FFFFFF;
    height:17px;
    font-size:12px;
    text-align:center;
}

.Vel_Calendar_Jour
{
    color:#118FBD;
    font-weight:bold;
}

.Vel_Calendar_Date
{
     background-image:url(/images/vel_cal_bg.png);
     background-repeat:repeat-x;
     font-weight:bold;
	height:20px;
}

.Vel_Calendar_Prix
{
    height:20px;
    font-size:13px;
    font-weight:bold;
    color:#118FBD;
    margin:0 20px 0 20px;
}
.Vel_Calendar_Prix_Ref
{
	 background-image:url(/images/vel_cal_bg2.png);
     background-repeat:repeat-x;
     text-decoration: line-through;
     height:20px;
     font-size:11px;
     font-weight:bold;
}
.Vel_Calendar_Prix_Promo
{
    height:20px;
    font-size:13px;
    font-weight:bold;
    background-color:#ff6600;
    color:#ffffff;
    margin:0 12px 0 12px;
}
.Vel_Calendar_Next
{
     background-image:url(/images/vel_cal_bg_nxt.png);
     background-repeat:repeat-x;
     font-weight:lighter;
     color:#8F8F8F;
     height:20px;

}

.Vel_Calendar_Next_Prix
{
     background-image:url(/images/vel_cal_bg_nxt2.png);
     background-repeat:repeat-x;
     color:#8F8F8F;
     height:56px;

}
.Vel_Calendar_Next_Prix_Ref
{
     background-image:url(/images/vel_cal_bg2.png);
     background-repeat:repeat-x;
     text-decoration: line-through;
	 height:20px;
}
.Vel_Calendar_Next_Prix_Promo
{
     background-image:url(/images/vel_cal_bg2.png);
     background-repeat:repeat-x;
	height:20px;
}

.Vel_Calendar_Prev
{
     background-image:url(/images/vel_cal_bg_nxt.png);
     background-repeat:repeat-x;
     font-weight:lighter;
     color:#8F8F8F;
     height:20px;
}

.Vel_Calendar_Prev_Prix
{
     background-image:url(/images/vel_cal_bg_nxt2.png);
     background-repeat:repeat-x;
     color:#8F8F8F;
     height:40px;
}
.Vel_Calendar_Prev_Prix_Ref
{
     background-image:url(/images/vel_cal_bg2.png);
     background-repeat:repeat-x;
     text-decoration: line-through;
	 height:20px;
}
.Vel_Calendar_Prev_Prix_Promo
{
     background-image:url(/images/vel_cal_bg2.png);
     background-repeat:repeat-x;
	height:20px;
}

.Vel_Calendar_Close
{
     background-image:url(/images/vel_cal_bg_close.png);
     background-repeat:repeat-x;
     font-weight:lighter;
     height:20px;
     color:#FFFFFF;

}

.Vel_Calendar_Close_Prix
{
     background-image:url(/images/vel_cal_bg_close2.png);
     background-repeat:repeat-x;
     height:40px;

}
/* loader */

#Vel_Loader
  {
    position:absolute;
    top:350px;
    left:600px;
    background-color:#f2fbfd;
    height:150px;
    width:190px;
    padding:10px;
 
  }
 
  .Vel_Loader_Image
 
  {
      text-align:center;
    padding-bottom:20px;
    padding-top:20px;
 
 
  }
.Vel_Loader_Text
 
  {
      font-size:11px;
    font-weight:bold;
    color:#118FBD;
    text-align:center;
 
  }
 
/* DIV INFORMATION*/

#VEL_Informations
{
    border: 1px solid #118FBD;
    position: absolute;
    z-index: 2;
    width: 500px;
    height: 220px;
    background-color:#f2fbfd;
    top: 503px;
    left: 589px;
    padding:10px;
}
#VEL_Informations_Titre
{
    height:25px;
    font-size:12px;
    font-weight:bold;
    color:#118FBD;
}

.VEL_Informations_Contenu{
    font-size:11px;
    color:#118FBD;
    text-align: left;
}

a.VEL_promo_reserver
{
    display:block;
    background-image:url(/images/vel_btnpromo.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    width:95px;
    height:23px;
    padding-top:3px;
    padding-left:25px;
    margin-top:17px;
    margin-bottom:-10px;
}

a.VEL_promo_reserver:hover
{
    color: #BDC718;
}

.VEL_promo_reserver
{
    background-image:url(/images/vel_btnpromo.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    width:117px;
    height: 40px;
    text-align:center;
    border:0;
    padding-right:27px;
    padding-bottom:2px;
    cursor : pointer;
}

.VEL_promo_reserver:hover
{
    color: #BDC718;
    cursor : pointer;
}

.vel_step1_cures_infos_txt{
	font-size:10px;
	font-weight:lighter;
	height:165px;
	text-align:left;
}


.VEL_recherche_pourcentage_step1
{
    background-color: #FF6600;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px;
}


.VEL_recherche_pension /* new */
{
	
	font-size:11px;
	padding-top:7px;
	
}



#cgv p.conditions_message {
	margin : 0px;
	padding: 0px;
	color: red;
}

#cgv span.vel_cgv_manque, #cgv span.vel_cgv_ok {
	width: 625px;
	display: block;
}

#cgv span.vel_cgv_manque {
	margin:4px 0px;
	border: 1px solid red;
}

#cgv span.vel_cgv_ok {
	margin:0px;
	border:none;
}


#VEL_newsletter_inscription_form
{
    margin: 0px 0px;
    padding-bottom: 7px;
    text-align: left;
    font-size: 10px;
}
/*
#VEL_newsletter_inscription_form {
	margin: 0px 44px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 10px;
}
*/

#VEL_newsletter_inscription_form p {
	margin: 0px;
	padding: 0px;
}

#VEL_newsletter_inscription_form p.error {
	font-weight: bold;
	color: red;
	margin: 7px;
}

/*

A SUPRIMMER / ZONE DE TEST

.vel {
	
}
.test {
	background-color: black;
	color: red;
}



#flash_map 
{
   float:left;
   width: 400px;
   height: 157px;
   position:relative;
}
*/

#Vel_Calendar_Info
{
visibility: visible;
position: absolute;
display:none;
border:1px solid #118fbd;
background-color:#ffffff;
width:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
padding:10px;
}

.Vel_Calendar_Info
{
    float: right;
    text-align: right;
    padding: 0 2px 4px 0;
    height:12px;
}

.VEL_page_cure_apartir_promo
{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    background-color:#ff6600;
    margin:5px 45px 5px 45px;
}

 .VEL_page_theme_prix_pages
{
    font-size:16px;
    font-weight:bold;
    color:#0E7DA5;
    background-color:#ffffff;
    margin:0px 5px 2px 5px;
}

.VEL_page_theme_prix_pages_promo
{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    background-color:#ff6600;
    margin:2px 45px 2px 45px;
}

.VEL_page_theme_prix_pages_sejour
{
    color:#5e676a;
    font-weight:normal;
    font-size:11px;
}


#DIV_Aerien
{
    font-size:10px;
    color:#5e676a;
    font-weight:bold;
    /* height:300px; */
}

.DIV_Aerien_radio
{
    float:left;
    width:30px;
    margin-top:10px;
    margin-left:5px;
    clear:left;
}

.DIV_Aerien_Table
{
    float:left;
    border:1px solid #999999;
    font-weight:normal;
    color:#118fbd;
}

.DIV_Aerien_Row1
{
    background-color:#f2f2f2;
}

.DIV_Aerien_Row2
{
    background-color:#F2FBFD;
}


.DIV_Aerien_Selected
{
    border:3px solid #118fbd;
}

#DIV_Aerien_VolPrincipal
{
    text-align:left;
    margin-left:50px;
}

.DIV_Aerien_VolPrincipal_Autre
{
    clear:left;
    float:left;
    margin:10px 0 20px 36px;
    width:500px;
}

#DIV_Aerien_VolSupp
{
    text-align:left;
    margin-left:50px;
    clear:left;
}

#DIV_Aerien_ClasseSup
{
    text-align:left;
    margin-left:86px;
    clear:left;
    /* padding-top:10px; */
}

.VEL_Recap_Sep /*change*/
{
    background-repeat: no-repeat;
    float: left;
    height: 135px;
    width: 1px;
}


.VEL_Recap_Lien_Hotel /*change*/
{
    background-image: url("/images/point_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    display:inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 17px;
    margin-bottom:3px;
    text-decoration: none;
    display:block;
}

#DIV_Aerien_InfoVol
{
    background-color: #F2FBFD;
    border: 1px solid #118FBD;
    color:#118fbd;
    font-size:11px;
    height: 80px;
    right: 550px;
    padding: 10px;
    position: absolute;
    top: 565px;
    width: 150px;
    z-index: 2;
}

.DIV_Aerien_InfoVol_Titre
{
    color: #118FBD;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
}

.disabled
{
    color:#999999;
}
.VEL_Date_Error
{
    color:red;
    font-weight:bold;
    font-size: 10px;
}

.VEL_Step_Loader
{
    /*
    left: 50%;
    margin-left: -833px;
    width:100%;
    height:100%;
    */
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.VEL_Step_Loader_Container
{
    text-align:center;
    padding:10px;
    color:#ffffff;
    font-size:12px;
}

.Vel_Recap_Text_Info
{
    font-size:10px;
    font-weight:lighter;
    color:#118FBD;
    height:33px;
}

.Vel_Recap_Text_Info_Left
{
    font-size:10px;
    font-weight:lighter;
    color:#118FBD;
    height:25px;
}

#DIV_Recap {
	margin-bottom: 5px;
}

#DIV_Recap b
{
    color:#118fbd;
}

#DIV_Recap_Fixe b{
    color:#118fbd;
}
#INFOS_Hotel
{
    position:absolute;
    top:270px;
    left:470px;
    height:500px;
    width:350px;
    background-color:#ffffff;
    border:1px solid #118fbd;
    padding:0px 15px 15px 15px;
    font-size:11px;
    text-align:justify;
    overflow-y:scroll;
}

.INFOS_Titre
{
    font-size:13px;
    font-weight:bold;
    color:#118fbd;
    margin:10px 0 5px 0;
}
#VELRecherche {
	font-size: xx-small;
}
.VELselectmini{
  width: 63px;
  color: #0E7DA5;
  font-size: 9px; 
}
.VELselect{
  width: 125px;
  color: #0E7DA5;
  font-size: 9px; 
}

.data_center_title_type

{
    padding-top:10px;
    padding-bottom:5px;
    font-size:12px;
}


/* CSS PARTIE PROMO V2*/

.promo_data_center_white_promo {
  width: 468px;
  display: block;
  float: left;
  color: #5E676A;
  font-size: x-small;
  border-left: 1px #71BBD6 solid;
  border-right: 1px #71BBD6 solid;
  margin-top: -13px;
  padding-left: 15px;
  padding-right: 15px;
  text-align:left;
 } 


.promo_img_right {
  float: right;
  display: inline;
  border:none;
  text-align: center;
  font-weight: bold;   
  margin-top:10px;
  margin-bottom:20px;
  margin-left:20px;
}
.promo_img_right_promo {
  float: right;
  display: inline;
  border:none;
  margin-top:10px;
  margin-left:20px;
  margin-bottom:5px;
 }
  
.promo_title {
clear:both;
background-color:#F2FBFD;
border-left:1px solid #71BBD6;
border-right:1px solid #71BBD6;
border-top:1px solid #71BBD6;
border-bottom:1px dotted #71BBD6;
color:#0E7DA5;
font-size:12px;
font-weight:bold;
height:20px;
padding-left:5px;
padding-top:2px;
width:493px;
}

.promo_pourcentage
{
padding-right:14px;
background-image:url(../images/promo_bg.jpg);
background-repeat:no-repeat;
width:53px;
height:19px;
float:right;
color:white;

}
.promo_pourcentage_vide
{
padding-right:14px;
width:53px;
height:19px;
float:right;
color:white;

}

.promo_infos
{
	width:105px; 
	float:right; 
	margin-top:20px;

}

.promo_j
{
    float:right;
    padding-right:15px;
}

.promo_texte
{
    padding-top:5px;
    height:27px;
    width:180px;
    overflow:hidden;
   
}

a.promo_none_blue
{
    text-decoration:none;
    color:#0E7DA5;
    cursor: default;

}

a.promo_none_blue:hover
{
    text-decoration:none;
    color:#0E7DA5;

}

a.promo_none_gray
{
    text-decoration:none;
    color:#5E676A;

}

a.promo_none_gray:hover
{
    text-decoration:none;
    color:#5E676A;

}

a.promo_none_white
{
    text-decoration:none;
    color:#ffffff;

}

a.promo_none_white:hover
{
    text-decoration:none;
    color:#ffffff;

}

.promo_hotel
{
    color:#0E7DA5;
    font-size:20px;
    font-weight:bold;
    padding-top:10px;

}

.promo_price
{
  float:right;
  color: white;
  background-color: #C8D21E;
  font-size: 11pt;
  font-weight: bold;
  width:140px;
  height:45px;
  text-align:center;
  padding-top:6px;
}

.promo_pourcentage2 
{
background-image:url(../images/promo_bg.jpg);
background-repeat:no-repeat;
color:white;
float:right;
height:15px;
padding-right:15px;
width:53px; 
}

.promo_title2 {
    clear:both;
background-color:#F2FBFD;
border-top:1px dotted #71BBD6;
border-bottom:1px dotted #71BBD6;
color:#0E7DA5;
font-size:12px;
font-weight:bold;
height:20px;
padding-left:5px;
padding-top:2px;
width:497px;
}


.promo_bg
{
    width:140px;
    background-color:#f2fbfd;
    border:1px dotted #71BBD6;
    padding-bottom:10px;
    padding-top:5px;
}

.promo_btnorange
{
    background-image:url(../images/btn_enpromo.jpg);
    background-repeat:no-repeat;
    height:19px;
    width:79px;
    display:inline-block;
    padding-top:3px;
    text-align:center;
}

.promo_btnorange2

{
    background-image:url(../images/btn_enpromo.jpg);
    background-repeat:no-repeat;
    width:93px;
    height:22px;
}

#data_center_title a

{
    font-family:Verdana, Arial, Helvetica, sans-serif;   
    font-size:10px;
    color:#FFFFFF;
    text-decoration:none;
    padding-left:4px;

}

.promo_data_center_title_type

{
    font-size:12px;
	padding-bottom:5px;
	padding-top:10px;
}



.promo_data_title_orange
{
background-image:url(../images/title_orange_center.png);
color:white;
display:inline;
float:left;
font-size:10pt;
font-weight:bold;
height:23px;
margin-top:10px;
padding-left:10px;
padding-top:5px;
width:490px;
} 


.promo_data

{
  width: 488px;
  display: block;
  float: left;
  color: #138EBB;
  background-color: #F2FBFD;
  font-size: 8pt;
  border: 1px #71BBD6 dotted;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom:10px;
}



.promo_data select
{
    width:140px;
    font-size:10px;


}

.promo_go {
    background-image: url("../images/promo_go.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 10px;
    height: 14px;
    padding: 5px 5px 5px 6px;
    text-align: center;
    text-decoration: none;
}


.promo_error

{
    font-size:10px;
    color:#0E7DA5;
    margin-bottom:10px;
    font-weight: bold;

}

.promo_data_title
{
  background-image: url("../images/title_blue_center.png");
  width: 490px;
  height: 23px;
  color: white;
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.promo_data_title_bottom
{
  background-image: url("../images/vel_recherche_res_bandeau_bas.png");
  width: 490px;
  height: 23px;
  color: white;
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
  display: inline;
  float: left;
}

.promo_title_table
{
  width: 480px;
}


.submenu_txt_promo_lien
{
    height:29px;
}

.submenu_txt_promo_hotel
{
    height:29px;
}
.submenu_txt_promo_hotel:hover
{
    color:#118FBD;
}

.submenu_txt_promo_des
{
    height:29px;
    color:#000000;
}
.submenu_txt_promo_des:hover
{
    color:#000000;
}

.submenu_country_promo:hover
{
	color:#118FBD;
}

.promo_data_separate
{
	clear:both;
	width: 500px;
	height: 0px;
	border-top: 1px #71BBD6 solid;
}

.promo_unique_texte
{
    float:left;
    margin:0 5px 0 5px;
    width:210px;
}

.promo_unique_title
{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}


/** Style supplémentaire pour les pages Pays/RegionVilles **/
.city_desc { padding-top:10px; color:#118fbd; }
#menu-villes {
	display: block;
	float: left;
	width: 161px;
	padding: 0px 6px 10px 6px;
	background-color:#fff;
	border-bottom:1px solid #71BBD6;
	border-left  :1px solid #71BBD6;
	border-right :1px solid #71BBD6;
	color: #0E7DA5;
	font-size:11px;
	font-weight:bold;
}

#menu-villes h3 { font-size: 13px; margin:4px 0px; padding:4px 0px; }
#menu-villes ul { margin:0px; padding:0px; margin-left: 20px; }
#menu-villes ul ul { margin-left: 15px; }
#menu-villes ul li { list-style-image:url('/images/point_white.png'); }
#menu-villes ul li a { text-decoration:none; }
#menu-villes ul li a:hover { text-decoration:underline; }
.submenu_left_blue ul { -moz-padding-start:20px; }
#menu-villes .active, #menu-villes ul li.active a { text-decoration:underline; color: #bdc718; }
#menu-villes ul li.active ul li a { text-decoration:none; color: #0E7DA5; }
#menu-villes ul li.active ul li a:hover { text-decoration:underline; color: #bdc718; }
#menu-villes ul ul li { list-style:none; font-weight:normal; }
.data_title h1 { font-size: 14px; margin: 0px; padding: 0px; }

.promo_degradation {
	border: 1px solid #ff4600;
	color: #ff4600;
	padding: 5px;
	font-size: 12px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.data_menu_plan ul {
	font-size: 12px;
}
.data_menu_plan ul ul, .data_menu_plan ul span {
	font-size: 10px;
}

.page_cure_sep
{
    background-image: url("/images/page-cure-sep.gif");
    background-repeat: no-repeat;
    height: 1px;
    margin-bottom: 10px;
    width: 500px;
}


/* Page promotion */

 .PROMO_Container
{
    clear:both;
    border:1px solid #71BBD6;
    height:165px;
    width:498px;
    border-top:0
}

.PROMO_Title
{
    background-color: #F2FBFD;
    border-bottom:1px dotted #71BBD6;
    clear: both;
    color: #0E7DA5;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-top: 2px;
    width: 493px;
}

.PROMO_Hotel
{
    background-image: url("/images/point_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0;
    padding-left: 17px;
    text-decoration: none;
    margin-left:5px;
    width:340px;
}

.PROMO_Hotel:hover
{
    text-decoration:none;
}

.PROMO_Images
{
    margin:5px 0 0 5px;
    float:left;
    height:105px;
    width:145px;
}

.PROMO_Images img
{
    border:2px solid #ffffff;
}

.PROMO_Texte
{
    margin:5px 0 0 5px;
    float:left;
    height:105px;
    width:200px;
}

.PROMO_Texte_Bold
{
    color:#118FBD;
    font-weight:bold;
    display:block;
}

.PROMO_Texte ul
{
    padding-left:15px;
    margin:5px 0 5px 0;
}

.PROMO_Texte li
{
    list-style-image:url(/images/promo-puce.gif);
}

.PROMO_Texte_Desc_Arrow
{
    font-weight:bold;
    color:#00b6f3;
}

.PROMO_Texte_Lien
{
    background-image:url("/images/point_white.png");
    background-repeat:no-repeat;
    height:12px;
    font-weight:bold;
    padding-left:15px;
    display:block;
    margin-top:5px;
}

.PROMO_Right
{
    background-image:url(/images/promo-right.gif);
    background-repeat:no-repeat;
    height:132px;
    width:1px;
    float:left;
    margin-right:5px;
}

.PROMO_Prix_TTC
{
    font-size:10px;
    color:#118fbd;
}


.PROMO_Prix
{
    border-top:2px solid #ffffff;
    float:left;
    color:#f75100;
    width:122px;
    display:block;
    text-align:center;
}

.PROMO_Prix_Texte
{
   
    font-size:18px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#ff6600;  
    text-align:center;
    color:#ffffff;
    height:25px;
    margin:5px 20px 2px 20px;
}

.PROMO_Prix_Barre
{
    color: #118FBD;
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
    margin-top:10px;
}

.PROMO_Prix_Pour
{   
    font-weight:normal;
    font-style:normal;
    color:#f75100;
    font-size:14px;
}

.PROMO_Fonctions_Reserver
{
    background-image:url(/images/vel_btn_res_reserver.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    text-decoration: none;
    width: 120px;
    border:0;
    margin:13px 0 0 0;
    padding-bottom:5px;
    padding-right:15px;
    cursor:pointer;
}

.PROMO_Fonctions_Reserver:hover
{
    color:#C8D21E;
}

.PROMO_Texte_Sejour
{
    color:#118fbd;
}

.PROMO_Link
{
    color:#118fbd;
    text-decoration: none;
}

.promo_unique_texte ul
{
    margin: 5px 0;
    padding-left: 15px;
}

.promo_unique_texte li
{
    list-style-image: url("/images/promo-puce.gif");
}

#menu_right .banniere {
	display: block;
	margin:	10px auto 12px;	
	width:	225px;
}
#menu_right .banniere img {
	height:	160px;
	width:	225px;
}
.banniereHaut {
    display: block;
    margin: 0 0 10px 12px;
}
.banniereHaut img,
.banniereBas img {
	height:	125px;
    width: 718px;
}
.banniereBas {
    display: block;
	height:	125px ;
    margin: 0 0 10px 12px;
    width: 718px;
}
/*DEBUT OES*/
#data_center_title_p {
  color: #0E7DA5;
  display: inline;
  float: left;
  font-size: 12pt;
  font-weight: bold;
  margin: 0 0 0 5px;
  width: 527px;
}
#data_center_title_p h1 {
    margin: 5px 0;
}

.data_center_title_type_p{
    font-size: 14pt;
}

#data_center_ancre_p {

  border-bottom: 1px dotted #71BBD6;
  clear: both;
  font-weight: bold;
  height: 20px;
  margin-left: 15px;
  width: 500px;

}

#data_center_ancre_p a {
    float: left;
    margin-right: 16px;
}

#data_center_right_container {
    color: #118FBD;
    float: right;
    font-size: 10px;
    height: 60px;
    width: 70px;
}

#data_center_right_container a {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
    text-decoration: none;
    height: 15px;
}

#data_center_right_container a[name="brochure"] {
    background: url("/images/tele-brochure.gif") no-repeat scroll 0 2px transparent;
    margin-right: 17px;
    padding-left: 20px;
}

.to-bottom {
    background-image: url("/images/bottom.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    padding-right: 10px;
}

#Produit_Container {
    background-color: #F2FBFD;
    border: 1px solid #118FBD;
    clear: both;
    height: 190px;
    margin-left: 5px;
    padding-top: 5px;
}
#Produit_Container {
    background-color: #F2FBFD;
    border: 1px solid #118FBD;
    clear: both;
    height: 190px;
    margin-left: 5px;
    padding-top: 5px;
}

#Produit_Photos
{
	width:220px;
	float:left;
	margin:0 15px 10px 5px;
}

#Produit_Photos_Main
{
	margin-bottom:2px;
	position: relative;
	display: block;
	width:220px;
	height:136px;
}

#Produit_Photos_Petit
{
	width:220px;
}

.Produit_Photos_Petit_Image
{
	border:2px solid #f2fbfd;
}

.Produit_Photos_Petit_Container
{
	position:relative; 
	width:198px;
	overflow:hidden;
	float:left;
	overflow:hidden;
	/* overflow-x: scroll; */
	z-index:0;
	
}

.Produit_Photos_Petit_Normal
{
	border:1px solid #f2fbfd;
	width:64px;
	height:46px;
	float:left;
}

.Produit_Photos_Petit_Selected
{
	border:1px solid #118fbd;
	width:64px;
	height:46px;
	float:left;
}

.Produit_Photos_Lien
{
	clear:both;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}
#Produit_Photos_Btn_Gauche{
	display: block;
	width: 10px;
	height: 49px;
	margin-right: 1px;
	background:url( /images/produit-photos-arrow-left.gif );
}
#Produit_Photos_Btn_Gauche.inactif {
	background:url( /images/produit-photos-arrow-left-inactif.gif );
}

#Produit_Photos_Btn_Droit{
	display: block;
	width: 10px;
	height: 49px;
	margin-left: 1px;
	background:url( /images/produit-photos-arrow-right.gif );
}

#Produit_Photos_Btn_Droit.inactif{
	background:url( /images/produit-photos-arrow-right-inactif.gif );
}
#Produit_Infos
{
	width:280px;
	height:175px;
	float:left;
}


.Produit_Infos_Prix_Details
{
	display:block;
	height:68px;
	text-align:center;
}


.Produit_Infos_Prix_Sejour 
{
	font-size:11px;
	color:#118fbd;
	width:140px;
	height:68px;
	line-height:68px;
	text-align: center;
	float: left;
}

.Produit_Infos_Prix_Sejour p{
	width: 140px;
	vertical-align:middle;
	display:inline-block;
  	line-height:1.2;
  	margin: 0;
}



.Produit_Infos_Prix 
{
   	color: #ffffff;
   	font-size: 11px;
   	margin-top: 0px;
   	width: 140px;
	float: left;
	background-image:url( /images/produit-prix-bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:68px;
	line-height:68px;
}
.Produit_Infos_Prix p{
	margin: 0px;
  	vertical-align:middle;
  	display:inline-block;
  	line-height:1.2;
}

.Produit_Infos_Prix_Promo {
    background-image: url("/images/produit-prix-promo-bg.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
	height:68px;
	line-height:68px;
    width: 140px;
}
.Produit_Infos_Prix_Promo p{
	margin: 0px;
  	vertical-align:middle;
  	display:inline-block;
  	line-height:1.2;	
}

.Produit_Prix
{
    font-size:20px;
    color:#ffffff;
    font-weight:bold; 
}
.Produit_Infos_Prix_Promo_Texte /*change*/
{
	color:#118fbd;
	font-size:10px;
	font-weight:bold;
	height:3px;
	padding-top:3px;
}
.Produit_Infos_Prix_Promo_Pour/*change*/
{
	color:#ff6600;
}
.Produit_Infos_Prix_Promo_Barre{
    text-decoration: line-through;
}
.Produit_Infos_Prix_Options 
{
	clear:both;
	clear:none\9; /*hack pour IE 8 et inferieurs */
	display:block;
	height:75px;
	/*margin-top: 7px;*/
}

.Produit_Infos_Prix_Options select 
{
    /* width:140px; */
    width: 280px;
    color:#000000;
    margin-bottom:0px;
    font-size:11px;
}


.Produit_Infos_Btn_Reserver 
{
	background-image:url( /images/produit-info-btn.gif);
	background-repeat:no-repeat;
	height:29px;
	width:91px;
	color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
	text-decoration:none;
	padding:4px 0 0 25px;
	margin-right:16px;
}

.Produit_Infos_Btn_Reserver:hover
{
	color:#bdc718;
}

.Produit_Infos_Texte 
{
	clear:both;
	width:274px;
	height:84px;
	border:1px solid #9a9a9d;
	padding:2px;
	font-size:10px;
	color:#000000;
	text-align:justify;
	overflow:hidden;
}
/*FIN OES*/
