/* Mise en style des balises */
body { font-family: Arial, sans-serif; font-size: 10px; color : #888888;}
a:link,a:active,a:visited { text-decoration : none; color : #888888; }
a{text-decoration : none; color : #006699; }
a:hover { color : #006699; }
hr{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Couleur d'arrière-plan */
.tableau  { border: 1px #000000 solid; }

/* Coloration autour des tableaux du forum */
.forumline  { background-color: #FFFFFF; border: 2px #006699 solid; }

/* Titre d'un message dans lecture.php */
.titremessage {
  font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none; line-height : 120%; color : #000000;
}

#contenu {display:none;}
