/* ---------------------------------------------------- */
/* Gestion des styles du moteur de recherche du portail */
/* ---------------------------------------------------- */
#moteur {
    background-color: #c01c75;
    padding: 20px    
}

#moteur .tableau_destination {
    margin-left: auto;
    margin-right: auto;    
}

#moteur .tableau_recherche {    
    margin-left: auto;
    margin-right: auto;    
}

#moteur .legende1 {
    font-size: 11px;
    padding-bottom: 2px;
    color: #FFFFFF;
}

#moteur .bouton1 {
    border: 2px solid #363636;
    background-color: #a1005b;
    color: #FFFFFF;
    font-weight: bold;
}

#moteur .champs_formulaire {
    color: #c01c75;
    font-size: 12px;
}