
*
{margin: 0}

body
{
	width:1010px;
background: #fff;
	margin:auto;
	
}
p
{text-align: center;vertical-align: top}

img
{
width:1000px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
margin: 5px;
	-moz-box-shadow: 1px 1px 12px #000;
	-webkit-box-shadow: 1px 1px 12px #000;
	box-shadow: 1px 1px 12px #000;
border: none;
behavior: url(../css/PIE.htc);
}

/*
img:hover
{
-moz-box-shadow: 1px 1px 12px #f00;
	-webkit-box-shadow: 1px 1px 12px #f00;
	box-shadow: 1px 1px 12px #f00;
	behavior: url(/PIE.htc);
}
*/
.bloc:hover
{
border-radius: 8px;	
	box-shadow: 1px 1px 12px #000;

}