body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}

.centre {
	background-image: url('images/fd-pyg.png');		
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	height: 689px;	
}

.logo {
	position: absolute;	
	width: 300px;
	height: 300px;		
	top: 0;
	left: 0;
	right: 0;
	bottom: 350px;
	margin: auto;
		
}

.image {
	background-image: url('images/Logo-ON-rond.png');
	background-repeat: no-repeat;
	position: absolute;	
	width: 150px;
	height: 150px;		
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#header {
	posiiton:relative;
	background: #1d1d1b;
	height: 174px;	
	color: #e1e1df;
}

#header .infos {
	padding-top: 30px;
	position: absolute;
	right: 0;
	width: 400px;
	font-size: 1.5em;		
}

#header .texte {
	margin-top: 15px;	
	margin-left: 100px;	
}


#content {
	position: relative;
	top: 230px;
	width: 100%;
	height: 162px;
	margin-left: 10px;	
}

#content div {
	height: 162px;	
	float: left;
}

#content .premier_bloc {
	width: 384px;
	background: #d66650;
	color: #FFFFFF;
}

#content .premier_bloc div {
	padding-left: 10px;
}

#content .premier_bloc .titre {
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	height: 20px;
	padding-bottom: 30px;
}

#content .premier_bloc .texte {
	font-size: 15px;	
}

#content .second_bloc {
	background: url('/images/v1.jpg');
	background-repeat: no-repeat;
	width: 123px;
	border-right: 2px solid #d66650;
}

#content .troisieme_bloc {
	background: url('/images/v2.jpg');
	background-repeat: no-repeat;
	width: 252px;	
	border-right: 2px solid #d66650;
}

#content .quatrieme_bloc {
	background: url('/images/v3.jpg');
	background-repeat: no-repeat;
	width: 224px;
	border-right: 2px solid #d66650;
}



#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: #1d1d1b;	
}

#footer div {
	padding: 35px;
	text-align: center;
	color: #e1e1df;	
}