body
{   background-image: url('images/fond.jpg') ;
    background-repeat:repeat-xy;
}
    

.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: 50px;
}

.nouveaute
{   -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid black;
    /* padding: 0 20px 0 20px; */
    width: 100%;   
   -moz-box-shadow: 1px 1px 20px #8F70A4; /*#6E3EF0;*/
   -webkit-box-shadow: 1px 1px 20px #8F70A4
   -o-box-shadow: 1px 1px 20px #8F70A4
   box-shadow: 1px 1px 20px #8F70A4
}   

.arrondi
{ -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow:10px 10px 20px #000;
  -webkit-box-shadow:10px 10px 20px #000;
  -moz-box-shadow: 10px 10px 20px #000;
}

p.TexteCentre     { text-align: center; }
p.TexteDroite     { text-align: right; }
p.CentreVert      { color: black; text-align: center; font-size: 1.5em; }
td.NbreVisiteurs  { width: 40%; text-align: right; vertical-align: middle; }
span.Vert         { color: black; }
td.Largeur20pc    { width: 20px; }
td.Largeur40pc    { width: 40px; text-align: right; }
         
#twocol
{   -moz-column-count:2;
    -moz-column-gap:45px;
    -moz-column-rule:1px dotted silver;
    font-size:100% !important;
    margin-left: 75px;
}
