body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#conteneur {
	width:700px;
	text-align:left;
	margin:0 auto;
}

h1 {
	font-size: 65px;
	font-weight:normal;
	line-height: 60px;
	letter-spacing: -1px;
	margin:60px 0 0 0;
	color:#333333;
}

h2 {
	font-size: 25px;
	font-weight:normal;
	letter-spacing: -1px;
	color:#333333;
	margin:0;
}

p {
	font-size:16px;
}

a {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

span {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}


