
/* 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-size:8pt; color:#9074DD; font-weight:normal;}
 .Dos_sscat_date {font-size:8pt; color:#9074DD; font-weight:normal;}
 .Dos_cat_titre {font-size:12px; font-weight:bold;}
 .Dos_cat_texte {
	font-size: 9pt;
	color: White;
}
 .Dos_sscat_texte {
	font-size: 9pt;
	color: #7A6BA5;
}

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

 A.Dos_sscat_titre {font-size:12px; font-weight:bold; text-decoration:none;}
 A:hover.Dos_sscat_titre {font-size:12px; 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; font-weight:bold; text-decoration:none;}
 A:hover.titredos_catphp {font-size:9pt; font-weight:bold; text-decoration: underline;}

 /* polices de caractère */
 .datedos_catphp {display:none}
 .chapo_catphp {
	font-size: 9pt;
	font-weight: normal;
	color: White;
}

 /* affichage des souscatégories */
 DIV.Dos_catphp_sscat {BORDER-TOP:#000000 1px solid; BORDER-BOTTOM:#000000 1px solid;}
 .Dos_catphp_sscat {font-weight:bold;}
 A.Dos_catphp_sscat {font-size:9pt; font-weight:normal; text-decoration:none;}
 A:hover.Dos_catphp_sscat {font-size:9pt; 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 {}
 DIV.suite {BORDER-TOP:#000000 1px solid; margin-top : 10px; margin-bottom : 20px;}
 DIV.debut_suite {
	BORDER-TOP: #000000 1px solid;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	padding: 2;
}


 TABLE.dossier {}
 TR.titre {}
 TD.titre {}
 TR.texte {}
 TD.texte {}
 TR.suite {}
 TD.suite {}
 TR.debut_suite {}
 TD.debut_suite {}
 TR.auteur {}
 TD.auteur {}





/* commentaire */
 DIV.commentaire {BORDER:#7A6BA5 1px solid; text-align : center; padding : 2; margin-bottom : 20;}
 DIV.commentaire_login {BORDER:#7A6BA5 1px solid; background-color:#CCCCFF; padding : 2;}
 DIV.commentaire_texte {BORDER:#7A6BA5 1px solid; background-color:#CCCCFF; padding : 2;}
 DIV.auteur {}

 TABLE.commentaire {}
 TR.commentaire {}
 TD.commentaire {}
 TR.commentaire_login {}
 TD.commentaire_login {}
 TR.commentaire_texte {}
 TD.commentaire_texte {}

 .commentaire {
	font-weight: bold;
	color: #7A6BA5;
}
 .commentaire_login {font-size:8pt; font-weight:bold; color:#7A6BA5;}
 .commentaire_texte {
	font-size: 8pt;
	font-weight: normal;
	color: #7A6BA5;
}

 A.commentaire {font-weight:normal; text-decoration:none;}
 A:hover.commentaire {font-weight:normal; text-decoration: underline;}








 /* polices de caractère */
 .titre {font-size:11pt; font-weight:bold;}
 .datedos {display:none}
 .chapo {font-size:9pt; font-weight:normal;}
 .texte {
	font-size: 9pt;
	color: #7A6BA5;
}
 .suite {color:#9074DD; font-weight:bold;}
 .debut_suite {color:#9074DD; font-weight:bold;}
 .auteur {font-size:9pt; font-weight:bold;}

 /* categorie : liens */
 A.suite {font-weight:normal; text-decoration:none; margin-left : 5px;}
 A:hover.suite {font-weight:normal; text-decoration: underline; margin-left : 5px;}

 A.debut_suite {font-weight:bold;}
 A:hover.debut_suite {font-weight:bold;}

 A.auteur {}
 A:hover.auteur {}

 /* image dossier */
 .imgdossier {}

/* commentaire formulaire */
 TEXTAREA.commentaire {border : dotted; border-color:#7A6BA5;}
 INPUT.commentaire {background-color: #FFFFFF; font-size: 8pt; font-weight:normal;}

