
/********************
Formulaire de recherche
********************/
#searchFormContener {
    width:195px;
    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:#d2d7d6;
}
#searchFormContener h1#searchFormTitle {
    font-size: 0.9em;
    height:20px;
    padding: 20px 3px 3px 10px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(criteriasSummaryTop.gif);
    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: 10px;
    clear:both;
}
#searchFormContener #searchForm .section h1 {
  /*  border-bottom: 1px solid #51CBFF;*/
    color:#6a6350;
    font-size: 0.8em;
    margin-top: 5px;
}
#searchFormContener #searchForm .section span.choice {
    white-space: nowrap;
    display: block;
}
#searchFormContener #searchForm label {
    color: #827855;
    font-size:0.8em;
}
#searchFormContener #searchForm .section .sectionElement {
    float: left;
    height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#searchFormContener #searchForm .section .nbEl2 { width: 174px;}
#searchFormContener #searchForm .section .nbEl3 { width: 174px;}
#searchFormContener #searchForm .section .nbEl4 { width: 75px;}

#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: block;
    font-size: 0.8em;
    text-align: center;
}

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

#searchFormContener #searchForm .submitFormButton a {
    background-image: url(action_search.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    width:144px;
    height:21px;
    /*position: absolute;*/
    top:10px;
   /* left:50%;
    margin-left:-72px;*/
    text-decoration : none;    
}
#searchFormContener #searchForm .submitFormButton a span {
    visibility: hidden;
    ddisplay: none;
}


/********************
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;
}

    
