body{
	width: 1000px;
	margin: auto;
}

header{
	border-bottom: 1px solid #FF358B;
}

h1{
	font-family: century gothic;
	color: #FF358B;
}

h2{
	font-family: Arial;
	color: #FF358B;
}

#menu2 li{
	float:right;
	list-style: none;
	margin-left:10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #FF358B;
}

#menu2 a{
	text-decoration:none;
	color: #FF358B;
}

#menu2 a:hover{
	text-decoration:none;
	color: #8E3557;
}

#prestataires{
	margin-top: 100px;
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
}

#prestataires li{
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
	list-style: none;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	color: #FF358B;
}

#prestataires li:hover{
	color: #8E3557;
}

#prestataires li{
	opacity
}

#prestataires a{
	text-decoration:none;
	color: #FF358B;
}

#article{
	display: inline-block;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 50px;
}
footer{
	text-align: center;
	color: #FF358B;
}

footer a{
	text-decoration:none;
	color: #FF358B;
}

footer a:hover{
	color: #8E3557;
}