.egestiondoc_listecategorie_nomcategorie {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.egestiondoc_derniers_ajouts_liste_nomcategorie {
  font-weight: bold;
  font-size: 1.1em;
}

.mois_en_cours {
  padding: 0 0 0;
  font-weight: normal;
  text-decoration: underline;
}

.egestiondoc_derniers_ajouts_liste li {
  list-style-type: none;
}

.egestiondoc_derniers_ajouts_complet a,
.egestiondoc_derniers_ajouts a {
  color: #0099CC;
  text-decoration: none;
}

.egestiondoc_derniers_ajouts_complet a:hover,
.egestiondoc_derniers_ajouts a:hover {
  color: #0099CC;
  text-decoration: underline;
}

.derniers_ajouts_taillefichier {
  color: #0099CC;
}

.tx-egestiondoc-pi1 {
  float:left;
  height:auto;
  margin:10px 0 0;
  width:440px;
  font-size: 1em;
}

li.egestiondoc_listecomplete_liste_li,
li.egestiondoc_listecategorie_liste_li,
li.egestiondoc_derniers_ajouts,
li.egestiondoc_derniers_ajouts_liste {
  list-style-type: none;
  text-decoration: none;
  font-size: 1em;
  padding-top: 5px;
}

li.egestiondoc_listecomplete_liste_li a,
li.egestiondoc_listecategorie_liste_li a,
li.egestiondoc_derniers_ajouts {
  text-decoration: none;
}

li.egestiondoc_listecomplete_liste_li a:hover,
li.egestiondoc_listecategorie_liste_li a:hover,
li.egestiondoc_derniers_ajouts {
  text-decoration: none;
  color: #0099CC;
}

p.liste-fichier {
  color: #006699;
}

.liste-fichier li {
  list-style-type: none;
  font-size: 1em;
  padding-bottom: 10px;
}

.liste-fichier a {
  color: #006699;
  font-weight: bold;
  font-size: 0.9em;
}

.liste-fichier img {
  padding-top: 10px;
}

li.egestiondoc_listecategorie_liste_li {
  list-style-type: none;
}

.document_image {
  margin-top: 5px; 
}

.egestiondoc_label_fichier {
  text-decoration: underline;
}




/* CADRE CSS*/

#gestion-cadre-gauche {
  background:#fff url(../images/interface/indexedsearch-bg.png) no-repeat bottom left;
  margin:auto;
}

#gestion-cadre-droite {
  background:#fff url(../images/interface/indexedsearch-bg.png) no-repeat bottom right;
  margin-left:7px;
  padding-bottom:10px;
}

#gestion-cadre-haut {
  background:#fff url(../images/interface/indexedsearch-bg.png) no-repeat top right;
  margin-left:-7px;
  padding:0;
}
#gestion-cadre-haut div {
  background:#fff url(../images/interface/indexedsearch-bg.png) no-repeat top left;
  height:7px;
  width:7px;
}


/* PAGINATION */

div.egestiondoc_listecategorie_pagination,
div.egestiondoc_listecomplete_pagination,
div.egestiondoc_listecomplete_pagination {
	color: #333;  
	text-align:center;
	font-weight: bold;
	font-size: 0.85em;
}

div.egestiondoc_listecategorie_pagination,
div.egestiondoc_listecomplete_pagination,
div.egestiondoc_listecomplete_pagination a {
	margin: 2px;
}

div.egestiondoc_listecategorie_pagination,
div.egestiondoc_listecomplete_pagination,
div.egestiondoc_listecomplete_pagination a:hover {
	margin-top: 20px;
}




