/* css by stefhan.com */

body {
	width: 1200px;
	margin: auto;
	/* margin: 0; pour éviter les marges */
	background-color: #1d1e1d;
	color: silver;
	text-align: left;
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a, a:visited {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

#bloc-important {
	border: 1px solid silver;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#bloc-pointilles {
	border: 1px dashed silver;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#bloc {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#copyright {
	margin-top: 30px;
	color: silver;
	text-align: center;
}

#copyright a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: orange;
}

.align-right {
	float: right;
}

.clear {
	clear: both;
}

#toutaucentre {
	position: absolute; /* postulat de départ */
	top: 50%; left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

h1 {
	color: white;
	padding-bottom: 20px;
	padding-top: 15px;
}