
.telechargement .resume{
    float:left;
    width:90%;
}
.fileinfo{
    float: left;
    width: 90%;
}

.listeannuaire .Titre a, .TListe a:visited{
    color: #616161;
    font-weight: bold !important;
    text-decoration: none;
}
.listeannuaire .Titre a:hover{
    font-weight: bold!important;
    text-decoration: none;
    cursor: pointer;
}
.listeannuaire .Titre h4{
    color: #000000;   
    line-height: 28px;
   
} 
div.colcontenu  {
    width:100%;
}
.colcontenu.lnktelecharger div {
    float:right;
}
.colcontenu{
    float:left;
}
.icotelechargement {
    /* background: url("../images/telechargement/telecharger1.png") no-repeat scroll left top / 50px auto rgba(0, 0, 0, 0);*/
    cursor: pointer;
    float: left;
    height: 65px;    
    width: 65px;
}
.icopdf {
    background: url("../images/telechargement/v_pdf.png") no-repeat !important;
    float:left;
    width:32px;
    height:32px;
}
.telechargement #pagination_bas .paginationNbResultats {
    display: none;
}
.telechargement .paginationnavigation {
    color: #000000 !important;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}
.telechargement .paginationNbResultats{
    padding-top: 35px;    
    clear: both;
}
.telechargement .pagination .paginationNbResultats, .paginationbas .paginationNbResultats {
     color: #000000 !important;
    text-align: center;
    font-style: italic;
}
.telechargement .pagination {
    width: 100%;
    text-align: center;
}
.telechargement .lienpagination a:hover {
    text-decoration: none !important;
}
.telechargement .lienpagination a {
    color: #000000 !important;
    font-size: 12px!important;
    text-decoration: none !important;
}
.telechargement .idxpagecourante {
   background-color: #a3a3a3;
    border-radius: 10px;
    color: #ffffff !important;   
    width: 20px;
    height: 23px;
    display: inline-block;
}


#containerfiltre {
    float: left;
}
#containerfiltre a {
    color: #000000 !important;
}
#containerfiltre input {
    border-radius: 0;
}
.labelfilinfosize, .labelfilinfotype, .labelfilinfomodif{
   
}
.colcontenu .fileinfo {
    color: #494949 !important;
    font-style: oblique;
}
.telechargement .imgpicto_extension{
    float: left;
    width: 25px;
}
a.voircacher{
    float:left;
}
a.voircacher:hover .voircacherimg{
    transform: rotate(0deg);
}
.voircacherimg{
    float: right;
    margin-left: 4px;
    margin-top: 6px;
    transform: rotate(-90deg);
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 15px;
}
.voircacherimgouvert{
    float: right;
    margin-left: 4px;
    margin-top: 6px;
    transform: rotate(0deg);
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 15px;
}
a.voircacher:hover .voircacherimgouvert{
    transform: rotate(90deg);
}
.encart_haut_contenu,.encart_pied_contenu{
    display:none;
}
#containerfiltre input[type="button"] {
    margin-top: 10px;
}
.divlistecritere{
    padding: 20px
}
#containerfiltre{
    width: 100%;
    padding: 15px;
}
select{
    border-radius: 0!important;
}
button{
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 0!important;

}