@charset "utf-8";
/* CSS Document */
/* kayak*/

#titresejourKayak, #titresejourRando, #titresejourCyclo, #titresejourSki, #titresejourDecouverte, #titresejourHebergement, #titresejourCiel {
	width: 220px;
	height:45px;
	background-repeat:no-repeat;
	background-position:center top;
}
#microformulaireKayak, #microformulaireRando, #microformulaireCyclo, #microformulaireSki, #microformulaireDecouverte, #microformulaireHebergement, #microformulaireCiel  {
	margin-top:5px;
	width: 220px;
	height:82px;
	background-repeat:no-repeat;
	background-position:center top;
	padding: 10px 0 0 0;
}
.selectkayak, .selectrando, .selectcyclo, .selectski, .selectdecouverte, .selecthebergement, .selectciel  {
font-size: 11px;
font-family: Verdana;
background-color: #ffffff;
}
.formtexte {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: bold;
}
.select {
font-size: 9pt;
font-family: Arial;
background-color: #ffffff;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width:1px;
border-color: #333333;
}
.selectfalse {
font-size: 9pt;
font-family: Arial;
background-color: #cf7f72;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width:1px;
border-color: #333333;
}

/*KAYAK*/
#titresejourKayak {
background-image:url(../images/votre-sejour-kayak.gif);	
}
#microformulaireKayak {
background-image:url(../images/votre-sejour-kayak-form.gif);
}
.selectkayak {
color: #00aed8;
}
/*RANDO*/
#titresejourRando {
background-image:url(../images/votre-sejour-rando.gif);	
}
#microformulaireRando {
background-image:url(../images/votre-sejour-rando-form.gif);
}
.selectrando{
color: #ebb320;
}
/*CYCLO*/
#titresejourCyclo {
background-image:url(../images/votre-sejour-cyclo.gif);	
}
#microformulaireCyclo {
background-image:url(../images/votre-sejour-cyclo-form.gif);
}
.selectcyclo{
color: #96bf0d;
}
/*SKI*/
#titresejourSki {
background-image:url(../images/votre-sejour-ski.gif);	
}
#microformulaireSki {
background-image:url(../images/votre-sejour-ski-form.gif);
}
.selectski{
color: #3d9bf2;
}
/*DECOUVERTE*/
#titresejourDecouverte {
background-image:url(../images/votre-sejour-decouverte.gif);	
}
#microformulaireDecouverte {
background-image:url(../images/votre-sejour-decouverte-form.gif);
}
.selectdecouverte{
color: #b84330;
}
/*HEBERGEMENT*/
#titresejourHebergement {
background-image:url(../images/votre-sejour-hebergement.gif);	
}
#microformulaireHebergement {
background-image:url(../images/votre-sejour-hebergement-form.gif);
}
.selecthebergement{
color: #b84330;
}
/*CIELT*/
#titresejourCiel {
background-image:url(../images/votre-sejour-ciel.gif);	
}
#microformulaireCiel {
background-image:url(../images/votre-sejour-ciel-form.gif);
}
.selectciel{
color: #03427a;
}








.aff_div {
        display:block;
        }
.cache_div {
        display :none;
        }