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

DIV.cat {}
  DIV.cat_titre {}
	DIV.cat_titre img {}
	DIV.cat_titre h2 {}
	DIV.cat_titre span {}	

  DIV.cat_texte {}

  DIV.sscat {}
  DIV.sscat_titre {}
	DIV.sscat_titre img {}
  	DIV.sscat_titre h3 {}
  	DIV.sscat_titre span {}

  DIV.sscat_texte {}


 /* affichage deux colonnes */
 DIV.catcol1 {}
 DIV.catcol2 {}


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

 DIV.catphp {}
	DIV.catphp_titre img {}
	DIV.catphp_titre h2 {}
	DIV.catphp_titre span {}

 DIV.catphp_texte{}


 /* affichage des souscatégories */
 DIV.catphp_sscat {}
	DIV.catphp_sscat span {}
	DIV.catphp_sscat div {}
	DIV.catphp_sscat img {}
	DIV.catphp_sscat A {}

 /* class supplémentaire pour présentation deux colonnes */
 DIV.col1 {}
 DIV.col2 {}


.liencat {}

/*notation*/
.catphp p.static {}
.catphp div.ratingblock ul {}
.catphp div.ratingblock {}

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

 DIV.dossier {width:auto; border:solid 1px #47567F;padding:40px;background:#FFF;margin:0 10px 0 10px}
	DIV.titre SPAN {display:block;text-align:right;margin-right:10px;font-size:0.8em}

  DIV.chapo {}
	DIV.chapo img {}

  DIV.texte {}

  DIV.supplement {}

  DIV.suite {}
	DIV.suite A {}
	DIV.suite A:before {}

  DIV.debut_suite {}

  DIV.auteur {}

  DIV.commentaire {}
	.commentaire h2 {}
        #comlien {}

  DIV.commentaire_login {}

  DIV.commentaire_texte {}

.tags {}
.tags img {}

.suiv_preced {}
.suiv_preced span {}


