/* 
    Document   : 02_consult.css
    Created on : 15 sept. 2009, 19:46:10
    Author     : Adrien Cusinberche
    Description:
        Purpose of the stylesheet follows.
*/

/**********************************************************************************
--------------------------- CONSULTATION DE DOCUMENTS -----------------------------
***********************************************************************************/

#recherche {
background-color:#F3F4F5;
width:100%;
margin-bottom:20px;
}


.champ_recherche {
height:17px;
border:1px solid #5E667B;
}

#tab_consult {
margin-top:10px;
}

.tab_consult {
width:100%;
}

#tab_consult .line1 {
/**background-color:#F3F4F5;**/
}
#tab_consult .line2 {
/**background-color:#FFF;**/
}

.tab_consult .col1 {
width:50px;
text-align:center;
height:37px;
}
.tab_consult .col2 {
text-align:left;
height:32px;
padding-top:5px;
}
.tab_consult .col3 {
width:60px;
text-align:right;
padding-right:7px;
height:37px;
}

#tab_consult_fichiers {
width:95%;
float:right;
}

#tab_consult_fichiers .scol1 {
width:50px;
text-align:center;
height:30px;
}
#tab_consult_fichiers .scol2 {
text-align:left;
height:25px;
padding-top:5px;
}
#tab_consult_fichiers .scol3 {
width:60px;
text-align:right;
padding-right:5px;
height:30px;
}

.titre_dossier a {
color:#4E4E4E;
font-size:14px;
height:26px;
text-decoration:none;
font-weight:normal;
}
.titre_dossier a:hover {
color:#4E4E4E;
font-size:14px;
height:26px;
text-decoration:underline;
font-weight:normal;
}

.titre_dossier_actif {
font-size:18px;
color:#000;
text-decoration:underline;
font-weight:normal;
}

.titre_fichier a {

color:#4E4E4E;
font-size:14px;
height:26px;
text-decoration:none;
font-weight:normal;
}
.titre_fichier a:hover {
color:#4E4E4E;
font-size:14px;
height:26px;
text-decoration:underline;
font-weight:normal;
}
.titre_fichier_actif {
font-weight:bold;
height:21px;
font-size:15px;
color:#000;
text-decoration:none;
font-weight:normal;
}

.bold a{
    font-weight:bold;
}

.bold a:hover{
    font-weight:bold;
}
