
/* pages news.php et commentaire.php */
/* --------------------------------- */

/* element d'une breve */
DIV.news {margin-bottom:2em;}
DIV.news_titre {}
DIV.news_titre h1 { 
   background-image:url(img/f3.jpg);
   background-repeat:repeat-y;
   padding-left:40px;
   padding-right:5px;
   padding-top:5px;
   padding-bottom:5px;
   color:#ffffff;
   font-size:13px;
   font-weight:bold;}
DIV.news_titre h2 {}
DIV.news_titre span {}
DIV.news_texte {}
DIV.news_texte p {padding-left:40px;}
DIV.news_texte ul {padding-left:60px;}
DIV.news_lien {}
DIV.news_lien A {}
DIV.news_lien A:hover {}


/* lien vers toutes les breves */
DIV.tout_news {}
DIV.tout_news A {}
DIV.tout_news A:hover {}


/* commentaire */
DIV.commentaire {
margin: 1em;
text-align: center;
border: #000000 1px solid;
}
DIV.commentaire h2 {}
DIV.commentaire A {}
DIV.commentaire A:hover {}



/* class supplémentaire pour présentation deux colonnes */

DIV.newscol1 {float: left; width: 48%; margin: 5px;}
DIV.newscol2 {float: right; width: 48%; margin: 5px;}



/* page commentaire.php */
/* -------------------- */

DIV.commentaire_login {}
DIV.commentaire_login img {}
DIV.commentaire_texte {}

/* commentaire formulaire */
DIV.commentaire INPUT {}
DIV.commentaire textarea {}

#news_titre2  
{
background-image:url(img/pucetitre.gif);
background-repeat:no-repeat;
padding-left: 40px;
padding-right: 5px;
color: #576872;
font-size: 13px;
line-height:13px;
font-weight: bold;
margin-top:15px;
}
