
/* pages news.php et commentaire.php */
/* --------------------------------- */
 /* class supplémentaire pour présentation deux colonnes : tous les styles se terminant par 2*/
 
 /* div et tableau */
 DIV.general_news {position:relative;}
 DIV.titre, DIV.titre2 {margin-top : 10px}
 DIV.texte, DIV.texte2  {padding-bottom:10px; padding-top:10px; }
 DIV.lien,DIV.lien2  {text-align : right; margin-bottom : 10px;}
 DIV.tout_news {text-align : center;}

 TABLE.general_news {}
 TR.news {}
 TD.news, TD.news2 {padding : 10;}


 /* polices de caractère */
 .titre, .titre2 {font-family:Verdana; font-size:11pt; color: #C2332F; font-weight:bold;}
 .texte, .texte2 {font-family:Verdana; font-size: 12px; color: #334777;}
 .datenews, .datenews2 {font-size:8pt; color:#806633; font-style:italic; font-weight:normal;}

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

 A.tout_news {font-size:12px; font-weight:bold; text-decoration:none;}
 A:hover.tout_news {font-size:12px; font-weight:bold; text-decoration: underline;}


 /* commentaire */
 DIV.commentaire,  DIV.commentaire2  {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,  .commentaire2  {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, A.commentaire2 { {font-weight:normal; text-decoration:none;}
 A:hover.commentaire, A:hover.commentaire2 {font-weight:normal; text-decoration: underline;}


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







