
/********************
Formulaire de recherche
********************/
#searchFormContener {
    width:950px;
    position: relative;
    float:left;
    top:0px;
    left: 0px;
    margin:0px 0px 0px 0px;
   
   
    
}
#searchFormContener h1#searchFormTitle {
    font-size: 0.9em;
    height:20px;
    padding: 0px 3px 0px 10px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(home-votre-sejour.gif);
	 background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0px;
    color: #6a6350;
}
#searchFormContener #searchForm {
    margin: 0px;
    padding: 3px;
	
}
#searchFormContener #searchForm ul {
    color: #827855;
    padding: 0px 10px;
    margin-left: 10px; 
}
#searchFormContener #searchForm .section {
    margin-top: 0px;
    width:260px;
	float:left;
	display:inline;
	background-image: url(home-pointilles.gif);
	 background-position: top right;
    background-repeat: no-repeat;
	
}
#searchFormContener #searchForm .section h1 {
  /*  border-bottom: 1px solid #51CBFF;*/
    color:#6a6350;
    font-size: 0.8em;
    margin-top: 0px;
	margin-bottom:5px;
}
#searchFormContener #searchForm .section span.choice {
    white-space: nowrap;
    display: block;
}
#searchFormContener #searchForm label {
    color: #827855;
    font-size:0.8em;
}
#searchFormContener #searchForm .section .sectionElement {
    height: 30px;
    display: block;
    text-align: left;
    margin-bottom: 0px;
	position:relative;
	
}
#searchFormContener #searchForm .section .nbEl2 { width: 260px;}
#searchFormContener #searchForm .section .nbEl3 { width: 260px;}
#searchFormContener #searchForm .section .nbEl4 { width: 260px;}

#searchFormContener #searchForm .section select {
    font-size:0.8em;
    width: 155px;
}
#searchFormContener #searchForm .section .nbEl2 select { width: 170px;}
#searchFormContener #searchForm .section .nbEl3 select { width: 100px;}
#searchFormContener #searchForm .section .nbEl4 select { width: 55px;}

#searchFormContener #searchForm .section .sectionElement label {
    display: inline;
    font-size: 0.8em;
    text-align: left;
	width:200px;
	
}

#searchFormContener #searchForm .section .nbEl2 select, #searchFormContener #searchForm .section .nbEl2 input  {
	position:absolute;
	left:80px;
}
#searchFormContener #searchForm .section .nbEl3 select, #searchFormContener #searchForm .section .nbEl3 input  {
	position:absolute;
	left:100px;
}
#searchFormContener #searchForm .section .nbEl3 img{
	position:absolute;
	left:170px;
}
#searchFormContener #searchForm .section .nbEl4 select, #searchFormContener #searchForm .section .nbEl4 input  {
	position:absolute;
	left:80px;
}

#searchFormContener #searchForm .submitFormButton {
    text-align: center;
    padding:30px 5px 15px 5px;
	width:140px;
	
	 float:left;    display: inline;
    margin: 0px 0px 15px 0px;
}

#searchFormContener #searchForm .submitFormButton a {
    background-image: url(home-continuer.gif);
    background-position: top left;
    background-repeat: no-repeat;
  
    width:110px;
    height:50px;
    /*position: absolute;*/
    top:10px;
   /* left:50%;
    margin-left:-72px;*/
    text-decoration : none;   
	 
}
#searchFormContener #searchForm .submitFormButton a span {
    visibility: hidden;
	  width:110px;
    height:30px;
}


/********************
Colonne formulaire d'identification et newsletter
********************/
#personnalDataContener {
    width:195px;
    position: relative;
    top:0px;
    left: 0px;
    margin:0px;
    float:left;
}
#personnalDataContener #authentificationContener {
    background-color: #fbfbfb;
    background-image: url(account_fond.jpg);
	background-position:top;
	padding-left:10px;
	background-repeat:no-repeat;
    color: #6a6350;
}
#personnalDataContener #newsletterContener {
    background-color: #fbfbfb;
    /* background-image: url(newsletter_bottom.gif);*/
    background-image: url(account_fond2.jpg);
	padding-left:10px;
	background-position:top;
	background-image:
    color: #6a6350;
}
#personnalDataContener .personnalDataBlock {
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-position: bottom left;
    background-repeat: no-repeat;
	color: #6a6350;
}
#personnalDataContener h1 {
    font-size: 0.9em;
    height:20px;
    padding: 10px 3px 3px 10px;
    background-position: top left;
    background-repeat: no-repeat;
}
#personnalDataContener #authentificationContener h1 {
    /*background-image: url(account_fond.jpg);*/
    color: #6a6350;
}
#personnalDataContener #newsletterContener h1 {
    /*background-image: url(newsletter_top.gif);*/
    color:#6a6350;
}


#personnalDataContener p {
    /*font-size: 0.8em;*/
    padding: 1px 3px;
    clear:both;
}
#personnalDataContener p a {
    font-size: 0.7em;
}
#personnalDataContener p a:hover {
    text-decoration:underline;
}

#personnalDataContener form {
    margin-bottom:10px;
    clear:both;
    padding: 1px 3px;
}
#personnalDataContener form label{
    width:140px;
    display:block;
    clear:both;
}
#personnalDataContener form input {
    width:100px;
    display:block;
    float: left;
    font-size:0.8em;
}
#personnalDataContener form input[type="hidden"]{
    display:none;
}

#personnalDataContener form a.okButton {
    background-image: url(action_ok.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width:30px;
    height:16px;
    text-decoration : none;    
    float:left;
    display:block;
    margin: 0px 3px;
}
#personnalDataContener form a.okButton span {
    visibility: hidden;
}
#personnalDataContener a {
    color: #6a6350;
    text-decoration: none;
}



#searchFormContener .error {
    color: #827855;
    padding: 20px;
    background-image: none;
}

    
