h1 {
	color: Red;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

/* Categories (index.php) */
/* ---------------------- */

 DIV.An_cat {width:98%}
   DIV.An_cat_titre {
	margin-top:3em; 
	border-bottom:#Red 2px dotted; 
	padding:0.4em
   }
	DIV.An_cat_titre img {float:left; margin:-15px 1em 0 0; border:#666666 1px solid}
	DIV.An_cat_titre h2 {display:inline;font-size:1.5em}
	DIV.An_cat_titre span {
	font-size: 0.8em;
	color: Red;
	padding-left: 1em;
}

   DIV.An_cat_texte {background:#eee;margin-bottom:5px; padding:0.5em}

 DIV.An_sscat {margin-top:1em}
   DIV.An_sscat_titre {margin-left:6em; padding:0.3em; border-bottom:#Red 1px dotted}
	DIV.An_sscat_titre img {float:left;margin-right:1em}
	DIV.An_sscat_titre h3 {display:inline;font-size:1.4em}
	DIV.An_sscat_titre span {padding-left:1em;color:#Red;}

   DIV.An_sscat_texte {margin-left:6em; margin-bottom:2em; padding:0.2em}


 /* affichage deux colonnes */
 DIV.ancatcol1 {position:relative; float:left; width:47%; padding:6} DIV.ancatcol2 {position:relative; width:47%; float:right; padding:6}



/* ----------------------------------- */
/* les sites dans une cat (cat.php) */
/* ----------------------------------- */

 DIV.An_catphp {width:98%; margin-top:2em}
  DIV.An_catphp_titre {background:#eee}
	DIV.An_catphp_titre h2 {font-size:1.2em;display:inline}
	DIV.An_catphp_titre img {float:left;margin:0.2em 1em 0 0.2em}
	DIV.An_catphp_titre span {padding-left:2em;color:#Red;font-size:0.8em}

  DIV.An_catphp_texte {
	margin: 0.2em 0 0.5em 0;
	border-top: 2px solid Red;
	padding: 1em;
}

 /* affichage des souscatégories */
 DIV.An_catphp_sscat {background:#eee;width:98%; margin-top:2em;border-top:1px solid #999;border-bottom:1px solid #999;padding:0.4em 0 0.4em 0}
	DIV.An_catphp_sscat span {font-size:1.5em;font-weight:bold;padding-left:1em}
	DIV.An_catphp_sscat ul {list-style-type:none; margin:1em 0 1em 0; padding:0 0 0 2.5em}
	DIV.An_catphp_sscat li {margin:0.5em;background:url(xxl/dossier.gif) no-repeat;padding-left:2em}
	DIV.An_catphp_sscat A {
	font-weight: bold;
	color: Red;
	font-size: 1.2em;
}


 /* class supplémentaire pour présentation deux colonnes */
 DIV.ancol1 {position:relative; float :left; width:47%; padding:6}
 DIV.ancol2 {position:relative; width:47%; float:right; padding:6}


 /* soumettre un site */
 DIV.An_catphp_soum {
	width:98%;margin-top:2em;text-align:center;font-weight:bold;
	border-top:1px solid #666;border-bottom:1px solid #666;
	padding:1em 0 1em 0;
	background:#eee
	}


  DIV.commentaire {border-bottom:1px solid #Red; text-align:center; padding:0.5em 0 0.2em 0; font-weight:bold}
	DIV.commentaire A {color:#Red}


  DIV.commentaire_login {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid Red;
}
  DIV.commentaire_texte {text-align:left;padding:1em;margin-bottom:2em;background:#eee}


