#animation{
	position:relative;
	width:954px;
	display:table;
	/*background-image: url(../images/bandeau/allproducts.jpg);*/
}
#intro{
	position:relative;
	width:954px;
}
#intro p{
	color:#444;
	font-size:18px;
	text-align: justify;
	margin:25px 0 15px 0;
	text-align:center;
}
#plus{
	background-image: url(../design/plus.png);
	background-repeat: no-repeat;
	padding-top:50px;
}
.moyens{
position:relative;
float:left;
display:block;
	width:268px;
	padding:10px 25px 0 25px;;
	height:164px;
	background-image: url(../design/moyens.png);
	background-repeat: no-repeat;
	color:#fff;
		cursor: pointer;
		margin-bottom:30px;
}
.moyens:hover{
	background-image: url(../design/moyens-survol.png);
}
a{
text-decoration:none;
}
.moyens h1{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	margin-bottom:7px;
}
.moyens p{
	font-size:13px;
	text-align:center;
}
