
html {font-size: 100%; }

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: .9em;
	letter-spacing: 0.12em;
 }

a { color: white; text-decoration: none; }

a:hover { color: white; }

h1, h2 { font-weight: normal; margin: 2px 0; }
h1 { color: #FF0080; }
h2 { color: royalblue; }

#conteneur {
	margin: auto;
	margin-top: 100px;
	width: 540px;
	height: 400px;
	padding-top: 40px;
	background: url(images/ombre_index.jpg) no-repeat center;
 }

#contenu {
	width: 500px;
	height: 340px;
	padding-top: 20px;
	margin: auto;
	background-color: white;
}

