/*
news.css
------------------------------
contient le design de tout ce qui touche aux news et au livre d'or
------------------------------
*/
/* les news */
/*********/
.lien
{
 text-align: center;
}
.titre_categorie a
{
 color: #2263ba;
}
.titre_jour
{
 font-size: 1.1em;
 border: none;
}
.voire_toute_la_categorie
{
 padding-left: 20px;
 font-weight: bold;
}
.voire_toute_la_categorie img
{
 vertical-align: middle;
 margin: 2px;
}
/*Complete*/
.news
{
 width: 70%;
 margin: auto;
 margin-bottom: 10px;
 border: 1px solid gray;
 background: #f0f0f2;
}
.news h1
{
 color: white;
 font-size: 1.3em;
 padding-left: 4%;
 text-align: left;
 background: #84b8ff;
 background-image: url("image/fond_titre_news.gif");
 background-repeat: repeat-y;
 margin: 0;
 margin-bottom: 5px;
 width: 96% !important;
 width: 100%;
 border-bottom: 1px solid gray;
 height: 1.5em;
}
.news .contenu { padding: 5px; }
/*L'intro*/
.debut_news
{
 margin-bottom: 10px;
 border-bottom: 1px solid gray;
 margin-left: 30px;
 margin-right: 30px;
}
.debut_news h1
{
 color: #2263ba;
 padding-left: 10px;
 font-size: 1.2em; 
 border-bottom: 1px solid #2263ba;
 text-align: left;
 background-color: white;
}
.debut_news .intro
{
 padding-left: 10px;
}
.debut_news .lire_la_suite
{
 padding-left: 30px;
 font-weight: bold;
}
.debut_news .lire_la_suite img
{
 vertical-align: middle;
 margin: 2px;
}
/*Le titre*/
.titre_news
{
 text-align: left;
 background-color: white;
 font-size: 1.1em;
 margin-left: 10px;
 margin-right: 50px;
 border-bottom: 1px dotted black;
 padding-bottom: 3px;
 margin-bottom: 7px;
}
.titre_news .date
{
 font-size: 0.8em;
 text-align: right;
 float: right;
}

/*Commentaires*/
#titre_commentaire
{
 clear: both;
 color: #2263ba;
 margin-left: 30px;
 margin-right: 30px;
 font-size: 1.5em;
}
/* les messages du livre d'ors */
.livre_or, .commentaire
{
 width: 70%;
 margin: auto;
 margin-bottom: 10px;
 border: 1px solid gray;
 background: #f0f0f2;
}
.livre_or h1, .commentaire h1
{
 color: white;
 font-size: 1.3em;
 padding-left: 4%;
 text-align: left;
 background: #84b8ff;
 background-image: url("image/fond_titre_news.gif");
 background-repeat: repeat-y;
 margin: 0;
 margin-bottom: 5px;
 width: 96% !important;
 width: 100%;
 border-bottom: 1px solid gray;
 height: 1.5em;
}
.livre_or .date, .commentaire .date
{
 font-size: 0.8em;
}
.news .contenu, .commentaire .contenu { padding: 5px; }

.date_commentaires
{
 font-size:80%;
 padding-left:35px;
 padding-right:8px;
 padding-bottom:4px;
 padding-top:4px;
}
.nbr_commentaires
{
 float:right;
}
.titre_news .nbr_commentaires
{
 font-size: 0.8em;
}