/*<![CDATA[*/

/* ------------------------------------ */
/*               Général                */
/* ------------------------------------ */
*{
	padding: 0;
	margin: 0;
}
* html, body {
	background-color: #F0F5FF
}
html, body{
	color: #7B7F7E;
	height: 100%;
	font-family : Arial, Helvetica, sans-serif;
}
#main{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0 auto; 
	width: 975px;
	padding: 0 9px 40px 9px; /* top right bottom left */
	background: #FFF;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}
#head{
	position: relative;
	width: 100%;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0; 
}
#container { 
	background: url(/img/navgauche-coldroite-bg.png) repeat-y 146px;
	width: 100%; 
	float: left;
	clear: both;
	margin-bottom: 30px;
}
/* Espaceur de blocs */
.clearing { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

#footer{
	padding: 6px 0 6px 0;
	clear: both;
	width: 100%;
	background: url(/img/footer-bg.png) no-repeat;
}
a{
	color: #7B7F7E;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
}
.visu{
	padding: 1px;
	border: 1px solid #999999;
	float: left;
}
/* ------------------------------------ */
/*               Header                 */
/* ------------------------------------ */
#head-logo{
	position: absolute;
	left: 0;
	top: 8px;
	display:none;
}
#head-top{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.head-top-num1{
	width: 695px;
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin: 16px 0 0 0;
	padding: 0 0 0 0;
	display:none;
}
.head-top-tel{
	width: 266px;
	float: left;
	margin: 7px 0 0 0;
	padding: 5px 0 1px 0;
}
#head-nav{
	margin: 0 0 0 105px;
	padding: 0 0 0 0;
	display: none;
}
#head-visu{
	margin: 0;
}
#head-rech{
	position: absolute;
	/*background: url(/img/bg-rech.png) no-repeat right;*/
	left: 659px;
	top: 53px;
	width: 311px;
	height: 209px;
	padding: 0 0 0 0;
}
#moteursaison{
	position: absolute;
	background: url('/img/bg-rech.png') no-repeat right;
	width: 311px;
	height: 209px;
	padding: 0 0 0 0;
}

/* ------------------------------------ */
/*           Head bandeau court         */
/* ------------------------------------ */
#head-visu-fiche{
	padding: 0;
	margin: 0;
}
#VL_Header1_headRechBtn{
	position: absolute;
	width: 204px;
	height: 31px;
}
#head-rech-fermer{
	position: absolute;
	left: 291px;
	top: 3px;
	z-index: 200;
	padding: 0;
	margin: 0;
}
#head-rech-fermer a{
	font-size: 10px;
}
/* ------------------------------------ */
/*              Recherche               */
/* ------------------------------------ */
#saison0{
	position: absolute;
	z-index: 100;
	top: 0;
}
#saison1{
	position: absolute;
	z-index: 100;
}
#head-rech fieldset{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 61px;
}
#head-rech legend{
	margin: 0 0 0 0;
	_margin: 0 0 0 -7px; /* Hack IE */
	padding: 0 0 0 0;
}
#head-rech label{
	float: left;
	margin: 7px 0 7px 0;
}
#head-rech select, #dispo select{
	color: #30312F;
	font-size: 11px;
	margin: 3px 8px 3px 0;
	padding: 0 0 0 0;
}
#head-rech .rech{
	width: 146px;
	height: 18px;
	float: right;
}
#head-rech .nbrpers{
	width: 80px;
	height: 18px;
	float: left;
	margin: 3px 70px 0 5px;
}
#head-rech a{

}
.rech-sub{
	position: absolute;
	right: 12px;
	z-index: 200;
	padding: 2px 0 0 0;
}
#head-rech img{

}

/* ------------------------------------ */
/*               Tracing                */
/* ------------------------------------ */
#tracing{
	color: #000;
	font-size: 10px;
	padding: 0 0 6px 0;
	width: 680px;
	float: left;
}
#tracing a{
	color: #7F7F7F;
	text-decoration: underline;
}
/* ------------------------------------ */
/*             Menu Gauche              */
/* ------------------------------------ */
#navgauche{
	padding: 0 0 20px 0;
	width: 147px;
	float: left;
}
.navgauche-menu{
   margin: 0 0 12px 0;
   padding: 0;
   width: 138px;
}
.navgauche-menu-titre{
	margin: 0 0 0 0;
	padding: 8px 0 0 8px; 
	height: 23px;
	background:  url(/img/navgauche-menu-bg.png) no-repeat;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.navgauche-menu-titre a{
	display: block;
	color: #fff;
	font-weight: bold;
}
.navgauche-menu ul{
	list-style: none;
	margin: 5px 0 5px 0;
}
.navgauche-menu ul a{
	padding: 0 0 0 8px; 
	line-height: 18px;
}
.navgauche-menu hr {
	background-color: #B2C7F6;
	color: #B2C7F6;
	border: thin none;
	height: 1px;
	margin: 8px 0 8px 0;
	_margin: 0 0 0 0; /* Hack IE */
}

/* ------------------------------------ */
/*               TEXTES                 */
/* ------------------------------------ */
.bold{
	font-weight: bold;
}
.prix{
	padding: 2px 0 4px 0;
}
.plus{
	padding: 8px 0 0 0;
}

.txt11-blueb{
	font-size: 11px;
	color: #f26933;
	font-weight: bold;
}
.txt14-blue{
	font-size: 14px;
	color: #f26933;
}
.txt14-blueb{
	font-size: 14px;
	color: #f26933;
	font-weight: bold;
}
.txt16-blueb{
	font-size: 16px;
	color: #f26933;
	font-weight: bold;
	line-height: 20px;
}
.txt14-black{
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.txt14-gray{
	font-size: 14px;
}
.txt16-grayb{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
}
.txt11-black{
	font-size: 11px;
	color: #000;
}
.txt11-blackb{
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.txt11-oran{
	font-size: 11px;
	color: #fc1467;
	font-weight: normal;
	padding: 0 0 0 2px;
}
.txt16-oranbar{
	font-size: 1.4em;
	color: #fc1467;
	text-decoration: line-through;
}
.txt19-oran{
	font-size: 1.7em;
	color: #fc1467;
	padding: 0 3px 0 3px;
	font-weight: bold;
}
.txt24-oran{
	font-size: 24px;
	color: #fc1467;
	padding: 0 0 0 3px;
	font-weight: bold;
	line-height: 20px;
}
/* ------------------------------------ */
/*             Bloc Redondant           */
/* ------------------------------------ */
#titre-page{
	border-top: 4px solid #AAC1F5;
	border-bottom: 4px solid #AAC1F5;
	padding: 20px 0 20px 5px;
	font-size: 14px;
	color: #4793d4;
	font-weight: bold;
}
.liste-bloc-confort{
	float: left;
	clear: both;
	background: url(/img/liste-confort-bg.png) no-repeat;
	height:37px;
	text-align: center;
	margin: 2px 0 0 0;
	padding: 5px 0 10px 0;
	width: 112px;
	color: #4793d4;
	font-weight: bold;
}
.liste-bloc-confort img{
	padding: 2px 0 0 0;
}
.pagination{
	color: #4793d4;
	font-size: 10px;
	padding: 10px 10px 0 10px;
	width: 515px;
	float: left;
}
.pagination a{
	color: #4793d4;
	font-size: 10px;
	text-decoration: underline;
}
.pagination-left{
	float: left;

}
.pagination-right{
	float: right;

}
/* ------------------------------------ */
/*             Menu Droite              */
/* ------------------------------------ */
#themespub{
	margin: 0 0 0 3px;
	padding: 0 0 0 0;
	width: 268px;
	float: right;
}
#themes img{
	float: right;
	padding: 0 0 2px 2px;
	margin: 0;
}

#newsletter{
	float: left;
	display: block;
	padding: 7px 0 10px 2px;
	margin: 0;
	display:none;
}
#newsletter fieldset{
	background: url(/img/news-bg.png) no-repeat;
	border: none;
	height: 77px;
	width: 266px;
	padding: 0 0 0 0px;
}
#newsletter label{
	display: none;
}
#newsletter img{
	float: left;
	padding: 0 15px 0 16px;
	margin: 34px 0 0 0 ;
}
.newsform{
	float: left;
	margin: 36px 0 0 18px;
	padding: 2px 0 2px 3px;
	width: 185px;
	color: #F47E05;
	font-size: 11px;
	font-weight: bold;
}

#pub{
	padding: 0 0 0 0;
	float: left;
	margin : 10px 0 0 0;
}
#pub img{
	float: left;
	display: block;
	padding: 0 0 27px 2px;
	margin: 0;
}

#servicesplus{
	float: left;
	background: url(/img/servicesplus-bg.png) no-repeat 2px;
	width: 257px;
	padding: 50px 0 25px 11px;
	margin: 0 0 27px 0;
	display:none;
}
.servicesplus-left{
	border-left: 1px solid #9FB8F1;
	float: left;
	padding: 0 10px 0 6px;
}
.servicesplus-right{
	border-left: 1px solid #9FB8F1;
	float: left;
	padding: 0 0 0 6px;
}
#servicesplus a{
	display: block;
	font-size : 1em;
	color: #7B7F7E;
	font-weight: bold;
	line-height: 18px;
}

/* ------------------------------------ */
/*               Footer                 */
/* ------------------------------------ */
#partenaires{
	margin: 0 0 6px 0;
	padding: 3px 0 3px 0;
	clear: both;
	width: 100%;
	background: #DFE8FB url(/img/partenaires-bg.png) no-repeat;
}
#partenaires table{
	border-collapse: collapse;
	width: 100%;
}
#partenaires th{
	padding: 0 15px 0 15px;
	
}
#partenaires td{
	border-left: 1px solid white;
	height: 36px;
	padding: 0 15px 0 15px;
}

#accescata{
    margin: 6px 0 6px 0;
    clear: both;
    width: 100%;
    background: url(/img/accescata-bg.png) no-repeat;
    height: 42px;
	display:none;
}
#accescata img{
    float: left;
    padding: 0;
    margin: 4px 15px 0 0 ;
}
#accescata fieldset{
    border: none;
    padding: 9px 0 12px 15px;
}
#accescata label{
    color: #F47E05;
    font-size: 11px;
    font-weight: bold;
}
.cataformrad{
    padding: 0 0 0 0;
    margin: -5px 5px 0 0;
}
.cataform{
    float: left;
    margin: 0 13px 0 13px;
    padding: 2px 0 2px 0;
    width: 185px;
    color: #F47E05;
    font-size: 11px;
    font-weight: bold;
}
/*    #iFrameTarifs    */
b.rtop b, b.rbottom b{background: #dbe5fa}
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow:hidden;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
b.r1{margin: 0 5px} b.r2{margin: 0 3px} b.r3{margin: 0 2px}
/* colors : */
b.rtop, b.rbottom{background: #fff}

div#planning
{
	width: 500px;	
}
.avant-footer
{
	position:relative;
	left:100px;	
	}
.footer-logo{
	float: left;
	padding: 2px 27px 0 7px;
	display:none
}
.footer-fl{
	padding: 8px 0 10px 50px;
}
.footer-fl a{
	color: #000;
	font-size: 10px;
}
.footer-corpo{
	padding: 0 0 10px 50px;
}
.footer-corpo a{
	color: #6E7279;
	font-size: 10px;
}

/* Footer Belgique et Suisse */
.footer-bech{
	text-align: center;
	padding: 8px 0 35px 0;
}
.footer-bech a{
	color: #000;
	font-size: 10px;
}
.legende
{
	font-size:9px;
	padding: 0 10px 0 10px;
}
.btn	{ cursor:pointer;}
.SEL{background-color:#dbe5FA;padding:5px;font-weight:bold;text-decoration:underline;}
.UNSEL{background-color:white;padding:5px;font-weight:bold;text-decoration:underline;}
/*]]>*/