A:link
      {	color: #51AB3A;
	    text-decoration: underline;
      }
      A:visited
      {	color: #51AB3A; 
	    text-decoration: underline;
      }
      A:active
      { color: #51AB3A; 
	    text-decoration: underline;
      }
      A:hover
      {	color: BLACK; 
	    text-decoration: underline;
      }
	  body
	  {         
	      background-image: url('images/degrade1.jpg') ;
          background-repeat:repeat-x;
		  background-color: #ECFF56;

      }
      
h1
{   font-family: moonstar, times;
    color: #51AB3A;
    text-align: center;
}

.joli
{   
	background-color: #ddffdd;
	color:black;
	font-size:14px;
	font-weight:bold;
	border:1px solid #EFB;
	padding:1px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}

#blocmenu
{   position: absolute;
    width: 0px;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    /* background-color: blue; */
}

#texte
{   margin-left: 50px;
    width: auto;
    /* height: 520px; */
    overflow: auto;
    text-align: justify;
    font-size: 1em;
    font-family: Verdana, times, arial;
    padding: 0 10px 0 10px;
    margin-top: 75px;
}

.nouveaute
{   border: 2px solid black;
    /* padding: 0 20px 0 20px; */
    width: 100%;
}

p.TexteCentre     { text-align: center; }
p.TexteDroite     { text-align: right; }
p.CentreVert      { color: #006E00; text-align: center; font-size: 1.5em; }
td.NbreVisiteurs  { width: 40%; text-align: right; vertical-align: middle; }
span.Vert         { color: #006E00; }
td.Largeur20pc    { width: 20px; }
td.Largeur40pc    { width: 40px; text-align: right; }