/* CSS Document */

body {
background-image:url(images/fond-b.png);
background-repeat:repeat-x;
padding-top:0px;
margin-top:0px;
background-color:#ffffff;

		margin-left: auto; 
        margin-right: auto;

}



a.opacity img {filter:alpha(opacity=100); 
               -moz-opacity: 0.5; 
               opacity: 1.0;
			 	}

a.opacity:hover img {filter:alpha(opacity=50);   
                     -moz-opacity: 1.0;   
                     opacity: 0.5;
}



a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #E92821;
	text-decoration: none;
}



#mosaique{
margin-left:20px;

}


#box{
background: url(images/coins-box-HG.png) no-repeat;
background-color: #2C2C2C;
float:left;
margin:5px;
padding:5px;
width:100px;
height:141px;
font-size:9px;

}

#texte-box{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;

}

