/*     ..::..::Titre des billets::..::..    */ 
.billet h2
{
text-align:center;
color:#0054a8;
border-bottom:2px #0054a8 solid;
font-size:17px;
}
/*     ..:: ..::Permet de modifier la taille de la bann::..    */ 
.banniere img
{
width:700px; 
}
/*     ..::..::Titre des billets::..::..    */ 
.billet h2
{
text-align:center;
color:#0054a8;
border-bottom:2px #0054a8 solid;
font-size:17px;
padding-bottom:7px;
}
/*     ..::..::Modulde de gauche::..::..    */ 
.module_gauche
{
background-color:#e0e0e0;
border:2px black dotted
padding:7px;
}
/*     ..::Module de gauche et de droite::..    */ 
.module_gauche, .module_droite{
width:17%;
}
.module_gauche h4,.module_droite h4{
color:#0054a8;
text-align:center;
}
/*     ..::bas de billet::..    */ 
.footart{
text-align:center;
margin:auto;
border-top:solid 1px black;
padding-top:10px;
width:35%;
margin-top:10px
}
.footart a{
color:black;
}
.footart a:hover{
color:black;
font-weight:bold
}
