div.centerInfos{
    background: #FAFADD;
    color: navy;
    padding: 5px;
    border: solid gray 1px;
    text-align: center;    
    margin: 2% 0 0 0;
    font: bold 7pt Arial,sans-serif;
}
div.container{
    border: none;
    margin: 10% 0 0 25%;
    width: 45%;
    height: 99.9%;
}
div.center form input{
    border: solid 1pt #400080;
    margin: 0 5px 0 0;
    height: 3%;    
}
div.center form input[type=button]{
    font: bold 8pt Arial,sans-serif;
    background: url(img/topnav_stretch.gif) repeat-x;
    color: #F8F8EF; 
    cursor: pointer;   
}
div.center form input[type=text],[type=password]{
    background: #F8F8EF;
    color: navy;
}
div.center form input[type=button].btn_login:hover{
	background:#FFF;
	color:#000;
}
div.intInfo{    
    position: fixed !important;
    z-index: 1000;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    background: url(../img/fondDeco.png);
    border: solid #000 1px;
    width: 99%;
    height: 99%;
    color: red;    
    font: bold 11pt Arial,sans-serif;  
}
div.erreur{
    position: absolute;
    z-index: 10000;
    display: none;
    width:99%;
    height: auto;
    padding: 5px;
    background: #FFF;
    color: red;
}