/********************
Formulaire de recherche
********************/
#pageContener{
	float:left;
}

#contentContener{
	float:left;
}

#searchFormContener {
    width:300px;
    position: relative;
    float:left;
    top:0px;
    left: 0px;
    margin:0px 0px 10px 0px;
    /*background-image: url(criteriasSummaryBottom.gif);
    background-position: bottom left;
    background-repeat: no-repeat;*/
    background-color: #FFFFFF;
	
}
* html #searchFormContener { /* IE 6 sp�cifique */
    margin-bottom: 5px;
}
#searchFormContener h1#searchFormTitle {
    font-size: 0.9em;
    /*height:20px;*/
    padding: 3px 3px 0px 10px;
    /*background-position: top left;
    background-repeat: no-repeat;
    background-image: url(criteriasSummaryTop.gif);*/
    margin: 0px;
    color: #FF7E00;
	font-family: Comic sans MS;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#searchFormContener #searchForm {
    margin-left: 10px;
    padding-left: 3px;
	margin-right:10px;
}
#searchFormContener #searchForm ul {
    color: #747474;
    padding: 0px 10px;
    margin-left: 10px; 
}
#searchFormContener #searchForm ul li {
    line-height:1em;
}
#searchFormContener #searchForm .section {
    margin-top: 5px;
    clear:both;
}
#searchFormContener #searchForm .section h1 {
    border-bottom: 1px solid #825531;
    color:#825531;
    font-size: 0.85em;
    margin: 0px;
    line-height:18px;
}
* html #searchFormContener #searchForm .section h1 { /* IE 6 sp�cifique */
    line-height: 11px;
}
#searchFormContener #searchForm .section h2 {
    color:#000000;
    font-size: 0.8em;
}
#searchFormContener #searchForm .section span.choice {
    white-space: nowrap;
    line-height:16px;
    display: block;
}
#searchFormContener #searchForm label {
    color: #747474;
    font-size:0.8em;
    line-height:14px;
}
#searchFormContener #searchForm .section .sectionElement {
    float: left;
    height: 25px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    margin: 5px 10px 0px 0px;
}
*+html body #searchFormContener #searchForm .section .sectionElement { /* IE 7 sp�cifique */
    height: 32px;
}

#searchFormContener #searchForm .section .age { 
	float:none;
	text-align:left;
}

#searchFormContener #searchForm .section .nbEl2 { 
	text-align:left;
}

#searchFormContener #searchForm .section .nbEl2 { width: 190px;}
#searchFormContener #searchForm .section .nbEl3 { width: 158px;}
#searchFormContener #searchForm .section .nbEl4 { width: 75px;}
/*#searchFormContener #searchForm .section .nbEtroit { width: 120px;}*/

#searchFormContener #searchForm .section .age { height:25px;margin-right:0px;}
#searchFormContener #searchForm .section .date {margin-right:0px;}

#searchFormContener #searchForm .section .age label{line-height:20px;}
#searchFormContener #searchForm .section .date label{line-height:20px;}

#searchFormContener #searchForm .section .participants select{
	width:40px;
	margin-right:25px;
}

#searchFormContener #searchForm .section .mois select{
	width:80px;
	margin-right:15px;
}

#searchFormContener #searchForm .section .nbNuits select{
	width:80px;
}


#searchFormContener #searchForm .section select {
    font-size:0.8em;
    width: 155px;
}
#searchFormContener #searchForm .section .nbEl2 select { 
	width: 135px;
	position:absolute;
	left:115px;
}
#searchFormContener #searchForm .section .nbEl3 select { width: 100px;}
#searchFormContener #searchForm .section .nbEl4 select { width: 55px;}
#searchFormContener #searchForm .section .nbEtroit select { 
	width: 55px;
	margin-left:5px;
}

#searchFormContener #searchForm .section .sectionElement label {
    /*display: block;*/
    font-size: 0.8em;
    /*text-align: center;*/
    clear:both;
	/*margin-left:10px;*/
}
html body #searchFormContener #searchForm .section select {
    margin-top: 0;
    margin-bottom: 0;
}

#searchFormContener #searchForm .submitFormButton {
    text-align: center;
    /*padding:5px;*/
    position:relative;
    clear: both;
    margin: 0px;
}

#searchFormContener #searchForm .submitFormButton a {
    /*background-image: url(action_search.gif);*/
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    width:144px;
    height:31px;
    margin-left:auto;
	margin-right:auto;
	margin-top:5px;
    text-decoration : none;    
}
#searchFormContener #searchForm .submitFormButton a span {
    visibility: hidden;
}


/********************
Colonne formulaire d'identification et newsletter
********************/
#personnalDataContener {
    width:280px;
    position: relative;
    top:0px;
    left: 0px;
    margin:0px;
    float:left;
}
#personnalDataContener #authentificationContener {
    background-color: #FFFFFF;
    color: #FF7E00;
}
#personnalDataContener #newsletterContener {
    background-color: #FED4C3;
    background-image: url(newsletter_bottom.gif);
    color: #000000;
}
#personnalDataContener .personnalDataBlock {
    padding-bottom: 0px;
    margin-bottom: 15px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

#personnalDataContener h1 {
    font-size: 0.9em;
    height:20px;
    padding: 10px 3px 3px 10px;
    background-position: top left;
    background-repeat: no-repeat;
}
#personnalDataContener #authentificationContener h1 {
    color: #825531;
}
#personnalDataContener #newsletterContener h1 {
    background-image: url(newsletter_top.gif);
    color:#009AD9;
}

#personnalDataContener p, #personnalDataContener label {
    font-size: 0.9em;
}
#personnalDataContener p {
    padding: 1px 3px;
    float:left;
}
* html #personnalDataContener .personnalDataBlock { /* IE 6 sp�cifique */
    margin-bottom: 5px;
}
*+html #personnalDataContener .personnalDataBlock { /* IE 7 sp�cifique */
    margin-bottom: 5px;
}
#personnalDataContener .personnalDataBlock p a { 
    font-size: 0.9em;
}
#personnalDataContener p a:hover {
    text-decoration:underline;
}

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

#personnalDataContener form a.okButton {
    background-image: url(action_ok.png);
    background-position: top left;
    background-repeat: no-repeat;
    width:30px;
    height:16px;
    text-decoration : none;    
    float:left;
    display:block;
    margin: 0px 10px;
}
#personnalDataContener form a.okButton span {
    visibility: hidden;
}
#personnalDataContener a {
    color: #825531;
    text-decoration: none;
    font-size: 0.8em;
}
#personnalDataContener a:hover {
    text-decoration: underline;
}


#personnalDataContener #langLinkContener{
    text-align: center;
    height: 16px;
    padding: 1px 5px;
    margin-top:-5px;
}
#personnalDataContener #langLinkContener a {
    background-position: top left;
    background-repeat: no-repeat;
    width: 30px;
    height: 16px;
    margin: 0 5px;
    text-decoration: none;
    color:#000;
    display:block;
    float:left;
}
#personnalDataContener #langLinkContener a span {
    visibility: hidden;
}
#personnalDataContener #langLinkContener a#FR {
    background-image: url(flag_fr.gif);
}
#personnalDataContener #langLinkContener a#EN {
    background-image: url(flag_uk.gif);
}
#personnalDataContener #langLinkContener a#cart {
    background-image: url(cart.gif);
}





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

    
