.formulaireRubrique
{
    margin: 5px;
    padding: 10px 20px 10px 20px;
    border: #DEDEDE solid 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rechercheBody .formulaireRubrique
{
    background: url('images/loupeForm.png') top right no-repeat #CBFBA7;  
    
}

.geolocalisationBody .formulaireRubrique
{
    background: url('images/boussoleForm.png') top right no-repeat #90D1FF;
     
}

.clientBody .formulaireRubrique
{
    background: url('images/clientForm.png') top right no-repeat #CB81AF; 
    
}

.restaurantBody .formulaireRubrique
{
    background: url('images/toqueForm.png') top right no-repeat #FED681; 
    
}

.moncompteBody .formulaireRubrique
{
    background: #EAEAEA;
    float: left;
    width: 45%;
    margin-right: 30px;
}

.Body .formulaireRubrique
{
    
}

#connection .formulaireRubrique
{
    width: 300px;
    float: right;
}

#connection label {
    float: left;
    width: 10em !important;
    padding-right: 0.5em;
    text-align: right;
    font-size: 0.9em;
    color: #666;
    font-weight: bold;
}

#connection input[type=text], #connection input[type=password]  {
    width: 150px;
    margin-bottom: 3px;
}

#connection .submit-row {
    margin-top: 6px;
    text-align: center;
}

#contenu p {
    text-align: justify;
}

#subscription {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

th {
    vertical-align: top;
}

table {
    border-spacing: 5px;
}

.defaultSkin table
{
    border-collapse: collapse;
    border-spacing: 0;
}