* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #333;

	font-size: 62.5%; /* 1em = 10px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

a {
	color: #d00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

/*
	Conteneur
*/

div#conteneur {
	width: 60em;
	margin: 0em auto;
	margin-top: 7%;

	text-align: center;
}

h1 {
	font-size: 1em;
	text-indent: -500em;
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40em;
	width: 60em;;
	margin-bottom: 1em;
  border: 3px solid #999;
  background-color: white;
}
