﻿/**************************/
/*page Authentification*/
/**************************/

div.titreAuthentification {background:url('./images/bandeauconnexion.png') no-repeat top left;	width:396px; height:40px; margin:2px; padding-top:10px;}
.erreur {color:Red; display:block; }
.errorAuthentification {font-size:x-small; color:Red;  }
.cadre_login {margin: 80px auto 100px auto; min-height:205px; width: 400px; border:solid 1px Gray;}


.modalbackgroundRecommander
{
    background-color:#171717;
    filter:alpha(opacity=60);
    opacity:0.6;
}

.modalpopupMessage
{
    width: 420px;
    height: 120px;
    border: 2px solid #909090;
    background-color: white;
    text-decoration:none;
    text-align: center;
    z-index:1
}

.btnfermerRecommander
{
    vertical-align:top;
    float:right;
    text-decoration:none;
    margin-top:2px;
    margin-right:5px;
}
