/* CSS Document */
/* Mes div pour Titre */
  div#Titre_tube {
    background-image:  url(Tube_bleu.jpg);
    height: 30px;
    width: 100%;
    background-repeat:repeat-x;
    }
    
     div#Titre_tube2 {
    background-image:  url(Tube_bleu2.jpg);
    height: 60px;
    width: 100%;
    background-repeat:repeat-x;
    }
      div#Titre_tubevolant {
    background-image:  url(Tube_volant.jpg);
    height: 60px;
    width: 100%;
    background-repeat:repeat-x;
    }
  div#nifty{
   margin: 0 10%;background:#D4DDFF
   }
   
   
   /* Gere l'affichage de la date dans les news */
   
   .the_date {
/*display:block;*/
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/dateicons/Blue.png) no-repeat;
width:80px;
height:80px;
}

.date_m {
/*display:block;*/
font-size: .9em;
margin:0;
padding:0;
font-weight: bold;
text-align:center;
}

.date_d {
/*display:block;*/
font-size:1.4em;
margin:0;
/*padding:0.7em 0 1.3em 0;*/
padding:0.7em 0 0 0;
text-align: center;
}