.middle .center {
	width: 950px;/*756*/
	margin: 0 auto;
	padding-top: 76px;
}

.middle .center a * {
	cursor: pointer;
}

.middle .center a .bloc {
	background-image: url(../images/home-bloc-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 159px;
	height: 242px;
	float: left;
	margin: 0 5px;
	padding: 14px 10px 0 10px;
}

.middle .center a .bloc:hover  {
	background-position: left bottom;
}

.middle .center a .bloc h2 {
	padding-left: 10px;
	margin: 0 4px;
	line-height: 24px;
	height: 26px;
	font-size: 18px;
	border-bottom: 1px solid #030303;
	text-align: left;
}

.middle .center a .bloc h3 {
	margin: 0 4px;
	line-height: 15px;
	height: 15px;
	font-size: 13px;
	text-align: left;
}


.header h1,
.center a h2 span,
.center a h3 span,
.inscription legend{
	display:none;
}


