
/* Categories (index.php) */
/* ---------------------- */

 /* categorie : div et tableau */
 DIV.Dos_cat_general {position:relative;}
 DIV.Dos_cat_titre {}
 DIV.Dos_cat_texte {}
 DIV.Dos_sscat_titre {position:relative;}
 DIV.Dos_sscat_texte {	margin-left : 2px;}

 TABLE.Dos_cat_general {}
 TR.Dos_cat {}
 TR.Dos_sscat {}
 TD.Dos_cat {}
 TD.Dos_sscat {}

 /* class supplémentaire pour présentation deux colonnes */
 DIV.Dos_cat_colonne {} 
 DIV.Dos_cat_colonne2 {} 
 TABLE.Dos_cat_colonne {} 
 TABLE.Dos_cat_colonne2 {} 
 TR.Dos_cat_colonne {}
 TR.Dos_cat_colonne2 {}
 TD.Dos_cat_colonne {}
 TD.Dos_cat_colonne2 {}

 /* categorie : polices de caractère */
 .Dos_cat_date {font-family:Verdana; font-size:8pt; color:#C0C0C0; font-weight:normal;}
 .Dos_sscat_date {font-family:Verdana; font-size:8pt; color:#C0C0C0; font-weight:normal;}
 .Dos_cat_titre {font-family:Verdana; font-size:9pt; color:#000000; font-weight:bold;}
 .Dos_cat_texte {font-family:Verdana; font-size:9pt; color:#000000;}
 .Dos_sscat_texte {font-family:Verdana; font-size:9pt; color:#000000;}

 /* categorie : liens */
 A.Dos_cat_titre {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none;}
 A:hover.Dos_cat_titre {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration: underline;}

 A.Dos_sscat_titre {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:none;}
 A:hover.Dos_sscat_titre {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration: underline;}

 /* categorie : images cat et sscat */
 .imgcat {}
 .imgsscat {}

/* ----------------------------------- */
/* les dossiers dans une cat (cat.php) */
/* ----------------------------------- */

 /* div et tableau */
 DIV.Dos_catphp_general {position:relative;}
 DIV.Dos_catphp_titre {}
 DIV.Dos_catphp_texte {}

 TABLE.Dos_catphp_general {}
 TR.Dos_catphp {}
 TD.Dos_catphp {}

 /* class supplémentaire pour présentation deux colonnes */
 DIV.Dos_catphp_titre2 {}
 DIV.Dos_catphp_texte2 {}
 TD.Dos_catphp2 {}

 /* image dossier */
 .imgdossier_catphp {}

 /* Titre dossier liens */
 A.titredos_catphp {font-size:9pt; color:#000000; font-weight:bold; text-decoration:none;}
 A:hover.titredos_catphp {font-size:9pt; color:#000000; font-weight:bold; text-decoration: underline;}

 /* polices de caractère */
 .datedos_catphp {font-size:8pt; color:#C0C0C0; font-weight:normal;}
 .chapo_catphp {font-size:9pt; color:#000000; font-weight:normal;}

 /* affichage des souscatégories */
 DIV.Dos_catphp_sscat {BORDER-TOP:#000000 1px solid; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-BOTTOM:#000000 1px solid;}
 .Dos_catphp_sscat {font-weight:bold;}
 A.Dos_catphp_sscat {font-size:9pt; color:#000000; font-weight:normal; text-decoration:none;}
 A:hover.Dos_catphp_sscat {font-size:9pt; color:#000000; font-weight:normal; text-decoration: underline;}


/* -------------------------------------------------- */
/* Dossier specifique (dossiers.php, commentaire.php) */
/* -------------------------------------------------- */

 /* div et tableau */
 DIV.dossier {position:relative;}
 DIV.titre {}
 DIV.chapo {position:relative;}
 DIV.texte {}

 TABLE.dossier {}
  TR.titre {}
 TD.titre {}
 TR.texte {}
 TD.texte {}

 /* polices de caractère */
 .titre {font-size:11pt; color:#000000; font-weight:bold;}
 .datedos {font-size:8pt; color:#C0C0C0; font-weight:normal;}
 .chapo {font-size:9pt; color:#000000; font-weight:normal;}
 .texte {font-size:9pt; color:#000000;}


 /* image dossier */
 .imgdossier {}


