#img_centre {
	width: 100%;
	background-position: center top;
	background-image: url(../pages/images/lolo.jpg);
	background-repeat: no-repeat;
	height: 540px;
}

#img_centre2 {
	width: 100%;
	background-position: center top;
	background-image: url(../pages/images/nico.jpg);
	background-repeat: no-repeat;
	height: 540px;
}

h1 {
	font: 13px "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}
#texte_bloc {
	width: 450px;
	padding: 20px;
	border: 15px double #333333;
}
