.suggest{
	background : #AB0054;
	color : #BC1E00;
	width : 100%;
	text-decoration : none;
}
.suggest a{
	background : #ab0054;
	color : #FFFFFF;
	width : 100%;
	text-decoration : underline;
}
.suggest a:hover{
	background : #FFFFFF;
	color : #CC3300;
	width : 100%;
	text-decoration : none;
}
/* Categories (index.php) */
/* ---------------------- */

 /* categorie : div et tableau */
 DIV.Dos_cat_general {position:relative;}
 DIV.Dos_cat_titre {margin-top : 10px;BORDER-BOTTOM:#000000 1px dotted;}
 DIV.Dos_cat_texte {
	margin-bottom : 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

  TR.entete {
	background-color: #B2C900;
}

 DIV.Dos_sscat_titre {  margin-left : 15px; margin-top : 5px;}
 DIV.Dos_sscat_texte {	margin-left : 15px; margin-bottom : 5px;}


 /* categorie : polices de caractère */
 .Dos_cat_date {font-size:8pt; color:#cc3245; font-weight:normal;}
 .Dos_sscat_date {font-size:8pt; color:#cc3245; font-weight:normal;}
 .Dos_cat_titre {font-size:13px; color:#CC3300; font-weight:bold;}


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

 A.Dos_sscat_titre {
	font-size:12px;
	font-weight:bold;
	color: #0000FF;
	text-decoration:underline;
	
}
 A:hover.Dos_sscat_titre {font-size:12px; color: #0000FF; font-weight:bold; text-decoration:underline;}

 /* categorie : images cat et sscat */


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

 /* div et tableau */
 DIV.Dos_catphp_general {position:relative;}
 DIV.Dos_catphp_titre {margin-top : 10px;BORDER-BOTTOM:#000000 1px dotted;}


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

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

 /* 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:12px;
	font-weight:bold;
	color: #0000FF;
	text-decoration:underline;	
}
 A:hover.Dos_catphp_sscat {font-size:12px; color: #0000FF; font-weight:bold; text-decoration: underline; }


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

 /* div et tableau */
 DIV.dossier {position:relative;}
 DIV.chapo {position:relative;}
 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;}
 DIV.commentaire {
	BORDER:#000000 1px dotted;
	text-align : center;
	padding : 2;
	background-image: url(fond-comment.png);
	height: 73px;
	width: 372px;
	float:left;	
}
 DIV.commentaire_login {BORDER-BOTTOM:#000000 1px solid; padding : 2;}
 DIV.commentaire_texte {margin-bottom:2em; padding : 2;}


 /* polices de caractère */
 .titre {font-size:11pt; font-weight:bold;}
 .datedos {font-size:8pt; color:#cc3245; font-weight:normal;}
 .chapo {font-weight:normal;}
 .suite {color:#C0C0C0; font-weight:bold;}
 .debut_suite {color:#C0C0C0; font-weight:bold;}
 .commentaire {
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
}
 .commentaire_login {font-size:8pt; font-weight:bold;}
 .commentaire_texte {font-size:8pt; font-weight:normal;}
 .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.commentaire {font-size:9pt; font-weight:normal; text-decoration:none;}
 A:hover.commentaire {font-size:9pt; font-weight:normal; text-decoration: underline;}
 
.suggest-article{
   float:left;
   width:300px;
   background:#fff;
   border:1px solid #999999;   
}

 /* commentaire formulaire */
 INPUT.commentaire {font-size: 8pt; font-weight:normal;}
