/* News */
/* Style du proposer une new */
.Nwsproposer 
{
text-align: center;
font-size: 12px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
}
.Nwsproposer a
{
color: black ;
}
.Nwsproposer a:hover
{
text-decoration: underline;
text-decoration: blink ;
color: red ;
}

/* Style du tableau */
.NwsTable
{
margin: auto; /* Alignement du tableau */
border-collapse: collapse; /* Style de la bordure */
border: 0px; /*Epaisseur de la bordure */
width: 500px; /* Largeur du tableau */
margin-bottom : 15px ;
}


/* Style de la bordure de titre */
.NwsTDTitle
{
border-collapse: collapse; /* Style de la bordure */
border: 0px; /*Epaisseur de la bordure */
text-indent: 5px;
}
.NwsTitre /* Style du titre */
{
font-size: 12px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
}
.NwsDate /* Style de la date */
{
font-size: 10px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
}
.NwsAuteur /*Style du nom de l'auteur */
{
font-size: 11px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;

}
.NwsAuteur a /* Style du lien email */
{
color: black ;
text-decoration: underline;
}
.NwsAuteur a:hover /* Style du lien email quand le pointeur est sur le lien */
{
text-decoration: underline;
text-decoration: blink ;
color: red ;
}

/*Style du contenu de la news */
.NwsTDContenu
{
border-collapse: collapse; /* Style de la bordure */
border: 0px; /*Epaisseur de la bordure */
padding: 5px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;

}

.NwsMessage
{
font-size: 12px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
}
.NwsNbComs /* Style du x commentaires */
{
font-size: 12px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
text-align: right
}
.NwsNbComs a
{
color: black ;
}
.NwsNbComs a:hover
{
text-decoration: underline;
text-decoration: blink ;
color: green ;
}


/*Style de la page de proposer une new */
.NwsProposeBody
{
background-image:url("../ressources/popups/fond2.jpg");
background-attachment: fixed; 
font-family: Arial, Times, "Times New Roman", serif;
color: black ;
}
.NwsProposerTable
{
font-size: 12px;
margin: auto; /* Alignement du tableau */
border-collapse: collapse; /* Style de la bordure */
border: 1px solid black; /*Epaisseur de la bordure */
width: 480px; /* Largeur du tableau */
}
.NwsProposerTableadm
{
font-size: 12px;
margin: auto; /* Alignement du tableau */
border-collapse: collapse; /* Style de la bordure */
border: 1px solid black; /*Epaisseur de la bordure */
width: 380px; /* Largeur du tableau */
}
.NwsProposerTable textarea
{
font-family: Arial, Times, "Times New Roman", serif;
font-size: 12px;
}
.NwsProposeTdl , .NwsProposeBBcode
{
font-weight: bold;
text-decoration: underline;
width: 160px ;
}
.NwsProposeBBcode
{
padding-top : 10px ;
padding-bottom : 10px ;
}
.NwsProposeTd2
{
width: 100px ;
}
.NwsProposeSmileys
{
vertical-align : top ;
}
.NwsProposeSmileys p
{
font-weight: bold;
text-decoration:underline;
text-align: center;
}
.NwsProposeSmileys div
{
margin: auto;
padding-top:20px ;
padding:10px ;
width: 110px;
}
.NewsProposeSubmit
{
text-align:center ;
}

.NwsArchivePagination
{
text-align: center;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: black ;
}
.NwsArchivePagination a
{
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: underline;
color: black ;
}
.NwsArchivePagination a:hover
{
color: green ;
}

.NwsArchive
{
text-align: center;
font-size: 12px;
font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;

}
.NwsArchive a
{
color: black ;
}
.NwsArchive a:hover
{
text-decoration: underline;
text-decoration: blink ;
color: red ;
}
