body { margin:0px; font-family:Arial, Helvetica, sans-serif; background:#E3E4E5; font-size: 12px; 	text-align: center; height: 100%; padding: 0; display: block; }

* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
}

table.login {
    width : 100%;
    height : 100%;
    text-align: center;
    margin-bottom: 2px;
    border: 1px;
    border-collapse: collapse;
}

.login td{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.boiteLogin {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
    border : 2px solid #aaaaaa;
}

.logoLocale {
    background-color: #FFFFFF;
}

#Login .boutonDeloguer	{
    width: 100%;
    text-align: right;
    font-weight : bold;
    height:39px;
    line-height : 20px;
    background-image : url('../_default/images/degradeEnTeteHaut.jpg');
    background-position : bottom;
    background-repeat : repeat-x;
    margin-left: auto;
}

#Login .suiteLogoLocale	{
    margin-left: auto;
    height:54px;
    line-height : 20px;
    background-position : bottom;
    background-repeat : repeat-x;
    background-image :  url('../_default/images/degradeEnTeteBas.jpg');
}

#Login .suiteLogoLocale div {
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.connexion {
    font-size: 12px;
    margin: 0 20px 20px 20px;
    text-align: justify;
}

.connexion a {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 20px;
}
