/* Styles pour l'espace client */

/********************
Titres, présentation par défaut
********************/
#customerAreaContener {
    width:760px;
    font-size: 0.8em;
}  

#customerAreaContener h1 {
    font-weight: bold;
    font-size: 1em;
    color: #51CBFF;
}
#customerAreaContener h2 {
    font-size: 1.4em;
    background-color: #009AD9;
    color: #ffffff;
    padding: 5px;
}
#customerAreaContener h3 {
    font-size: 1.2em;
    background-color: #51CBFF;
    color: #FFFFFF;
    padding: 5px;
}
#customerAreaContener h4 {
    color: #009AD9;
    font-size: 1em;
    margin-top : 10px;
}

/********************
Menu
********************/
#contentNavigationContener ul.customerAreaMenu {
    padding: 0 0 5px 0;
}
#contentNavigationContener ul.customerAreaMenu li {
    padding: 0px 12px;
    font-size:0.9em;
}

#contentNavigationContener ul.customerAreaMenu a {
    text-decoration: none;
}
#contentNavigationContener ul.customerAreaMenu a:hover {
    text-decoration: underline;
}


/********************
Liste de résa
********************/
#customerAreaContener table.reservationList {
    margin-top:15px;
    background-color:#999;
    border-spacing: 1px;
}
#customerAreaContener table.reservationList th {
    background-color:#999;
    color: #FFF;
    text-align:center;
}
#customerAreaContener table.reservationList td {
    background-color: #FFF;
    padding: 3px;
    text-align:center;
    color: #000000;
}
#customerAreaContener table.reservationList tr.reservationDetail {
    background-color:#E0ECF1;
}
#customerAreaContener table.reservationList tr.reservationDetail table,
#customerAreaContener table.reservationList tr.reservationDetail table th,
#customerAreaContener table.reservationList tr.reservationDetail table td {
    border:none;
    background-color:transparent;
}
#customerAreaContener table.reservationList table th {
    color: #51CBFF;
}
body #customerAreaContener table.reservationList td.amount {
    text-align:right;
}
body #customerAreaContener table.reservationList td.description {
    text-align:left;
}

/********************
Client
********************/
#newAccount, #address, #existingCustomerLayer {
    clear: both;
}
.aField {
    margin: 8px 5px 5px 50px;
    position:relative;
    display: block;
}
.aField span.label {
    display: block;
    float: left;
    width: 180px;
    text-align: right;
    padding: 2px 5px 2px 2px;
}
.aField span.field {
    display: block;
    float: left;
    width: 560px;
    padding:2px;
    color: #000000;
}
.aField textarea {
    width: 400px;
}
#customerAreaContener p {
    margin:5px 0px;
    clear:both
}

#existingCustomerLayer .loginLink {
    margin: 5px 5px 5px 105px;
    padding: 10px;
}
#existingCustomerLayer .loginLink a {
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    margin: 2px;
    text-decoration: none;
    color: #000000;
    background-color: #E0E0E0;
}


/********************
Bloc d'authentification
********************/
#customerAreaContener #authenticationResa {
    width: 300px;
    border: 1px solid #CCCCCC;
    margin:10px 0;
    float:right;
}
#customerAreaContener #authenticationResa h3 {
    background-color: #E0E0E0;
    border-bottom: 1px solid #CCCCCC;
}
#customerAreaContener #authenticationResa h3 span {
    color: #009AD9;
}
#customerAreaContener #authenticationResa p {
    padding: 0 5px;
}
#customerAreaContener #authenticationResa .aField span.label {
    width: 130px;
}
#customerAreaContener #authenticationResa .aField span.field {
    width: 130px;
}
#customerAreaContener #authenticationResa .aField span.field input {
    width: 100px;
}
#customerAreaContener #authenticationResa #existingCustomerLayer{
    padding:5px 0;
}
#customerAreaContener #authenticationResa #existingCustomerLayer .loginLink{
    padding:0;
    margin:0;
    text-align:center;
}



/********************
Pied de page et navigation basse
********************/
#footerContener {
    float:left;
    width:760px;
    padding: 15px 20px;
}
#footerContener .footerNavigation {
    width: 230px;
    padding: 5px 0px;
    float: left;
    font-size: 1em;
    margin-left: 0px;
}
#footerContener {
    text-align: center;
}
#footerContener .gauche {
    text-align: left;
}
#footerContener .droite {
    text-align: right;
}
#footerContener .gauche a {
    background-image: url(action_back.gif);
    background-position: left;
    background-repeat: no-repeat;
}
#footerContener .droite a {
    background-image: url(action_next.gif);
    background-position: right;
    background-repeat: no-repeat;
}
#footerContener .footerNavigation a {
    padding: 0px 40px;
}
#footerContener .droite a#printButton{
    background-image: url(action_print.gif);
}

