/* style css module extranet constat */

/* div englobant module */
#extranet_constat { padding:0 30px; width:95%; }

#extranet_constat p { padding:0; margin:5px; }

/* form connexion */
#form_connect { border:1px solid #BBBBBB; margin:20px auto; padding:10px; background:url("images/bg_sellimages.gif") repeat-x 0 0 #E5E5E5; }

#form_connect label { font-size:12px; width:180px; text-align:right; font-weight:bold; float:left; padding:2px; margin:0 10px 0 0;}

/* champ texte */
#form_connect .input_txt { color:#3B4046; height:25px; padding:2px 2px 3px 2px; width:180px; border: 1px solid #BBBBBB; }

/* message erreur */
#form_connect .erreur { text-align:center; margin:10px 0; }

/* lien mot de passe oublié */
#form_connect #pass_oubli a { color:#666666; padding: 5px; }

/* bouton connexion */
.bt_connect { color: #FFFFFF !important; background-color:#49B8D3; border: 1px solid #fff; margin:10px 0; padding:5px 10px; width:auto; font-size:12px; font-weight:bold; }
.bt_connect:hover { background:#0F5F7A; }

/* nb fichier dispo */
#file_dispo { text-align:left; margin:10px 0; color:#03A7FF; font-weight:bold; font-size:14px; width:60%; }

/* lien déconnexion */
#deconnect { float:right; padding:10px; }

/* date derniere connexion */
#last_connexion { text-align:left; margin-top:10px; color:#999999; width:30%; }

/* tableau avec les fichiers */
#tab_file {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
	color:#8E909C;
}
#tab_file th {
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    background: #8E909C;
    border-bottom: 1px solid #333;
    color: #FFF;
    text-align: center;
}
#tab_file td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
}
#tab_file tr.bkg_line1 {
    background: #F3F0EB;
}
#tab_file tr.bkg_line2 {
    background: #e8edff;
}
#tab_file tbody tr:hover {
    background: #d0dafd;
}

#tab_file tbody tr td a { font-weight:bold; }
