@charset "utf-8";
body {
	background-image:url(1.png);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.div1 {
	margin-left:0 auto;
	margin-right:0 auto;
	padding: 50px;
	width:auto;
	height:auto;
	alignment-adjust:central;
	text-align:center;
}
.Titre {
	font-size: 24px;
	color: #6633CC;
}
