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

DIV.Dos_cat {position:relative;margin-top:2em;}

DIV.Dos_cat_titre {margin:10px 0 0 0;}
   DIV.Dos_cat_titre h2 {display:inline;}
   DIV.Dos_cat_titre a {font-weight:bold; text-decoration:none; }
   DIV.Dos_cat_titre a:hover {text-decoration: none; background:rgb(255,204,0);}
   DIV.Dos_cat_titre span {font-size:0.8em; color:rgb(117,144,174); font-weight:normal; padding-left:5px;}
   DIV.Dos_cat_titre img {}

DIV.Dos_cat_texte {font-size:1em; color:rgb(33,50,66);}
   DIV.Dos_cat_texte img {padding-right: 10px;}


DIV.Dos_sscat {position:relative; margin-left:10px;}
DIV.Dos_sscat_titre {font-size:1em; font-weight:bold; text-decoration:none;color:rgb(61,92,122);}
   DIV.Dos_sscat_titre h3 {display:inline;}
   DIV.Dos_sscat_titre a {font-weight:bold; text-decoration:none;color:rgb(193,102,90);}
   DIV.Dos_sscat_titre a:hover {text-decoration: none; color:rgb(117,144,174);}
   DIV.Dos_sscat_titre span {font-size:0.8em; color:rgb(117,144,174); font-weight:normal; padding-left:5px;}
   DIV.Dos_sscat_titre img {}

DIV.Dos_sscat_texte {font-size:1em; color:rgb(33,50,66);}
   DIV.Dos_sscat_texte img {padding-right:10px;}

/* affichage deux colonnes */
DIV.doscatcol1 {position:relative; float:left; width:48%; margin:5px;}
DIV.doscatcol2 {position:relative; float:right; width:48%; margin:5px;}


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

DIV.Dos_catphp {margin-top:2em; position:relative;}
DIV.Dos_catphp_titre {}
   DIV.Dos_catphp_titre img {}
   DIV.Dos_catphp_titre h2 {display: inline;}
   DIV.Dos_catphp_titre a {}
   DIV.Dos_catphp_titre a:hover {}
   DIV.Dos_catphp_titre span {font-size:0.8em; color:rgb(117,144,174); font-weight:normal; padding-left:5px;}

DIV.Dos_catphp_texte {vertical-align:top;}
   DIV.Dos_catphp_texte img {float:left; padding-right:10px;font-size:1em; font-weight:normal; color:rgb(33,50,66);}


/* affichage des souscatégories */
DIV.Dos_catphp_sscat {
   border-top:rgb(33,50,66) 1px solid;
   border-bottom:rgb(33,50,66) 1px solid;
   margin:0 10px;
   padding:5px;
}
   DIV.Dos_catphp_sscat ul {}
   DIV.Dos_catphp_sscat li {}
   DIV.Dos_catphp_sscat a {font-size:1em; font-weight:normal; text-decoration:none;}
   DIV.Dos_catphp_sscat a:hover {font-size:1em; font-weight:normal; text-decoration:none;}

/* class supplémentaire pour présentation deux colonnes */
DIV.doscol1 {position:relative; float: left; width: 48%; margin: 5px;}
DIV.doscol2 {position:relative; float: right; width: 48%; margin: 5px;}


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

DIV.dossier {position:relative;}
DIV.titre {}
   DIV.titre h1 {}
   DIV.titre span {}

DIV.chapo {position:relative;}
   DIV.chapo img {}
DIV.texte {margin:1em 0; font-size:1em; color:rgb(33,50,66);}

DIV.suite {border-top:rgb(33,50,66) 1px solid; margin-top : 10px; margin-bottom : 20px;}
   DIV.suite a {font-weight:normal; text-decoration:none; margin-left : 5px;}
   DIV.suite a:hover {font-weight:normal; text-decoration: none; margin-left : 5px;}
   DIV.suite a:before {content:"\0020 \0020 \0020 \00BB \0020"; color:rgb(33,50,66);}

DIV.debut_suite {border-top:rgb(33,50,66) 1px solid; margin-top : 10px; margin-bottom : 20px; text-align : center; padding : 2px;}
   DIV.debut_suite a {font-weight:bold;}
   DIV.debut_suite a:hover {}

DIV.auteur {}
   DIV.auteur img {}

DIV.commentaire {border:rgb(33,50,66) 1px solid; text-align:center; padding:2px; margin-bottom:20px;}
   DIV.commentaire a {font-weight:normal; text-decoration:none; color:rgb(61,92,122);}
   DIV.commentaire a:hover {font-weight:normal; text-decoration:none; color:rgb(61,92,122); background-color:rgb(255,204,0);}
   DIV.commentaire input {background-color:white; font-size:0.8em; font-weight:normal;}

DIV.commentaire_login {border:rgb(33,50,66) 1px solid; background-color:white; padding:2px;}
   DIV.commentaire_login img {}
DIV.commentaire_texte {border:rgb(33,50,66) 1px solid; background-color:white; padding:2px;}