@charset "utf-8";
#image {
	background-color: #000000;
	background-repeat: no-repeat;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
div {
	float: none;
	margin: 5%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
}
.bordureGrise {
	border: 20px ridge #666666;
}

