/* è_é => Petit commentaire pour forcer l'enregistrement en UTF8.
/*  --------------------------------------------------
/*  Body & principal elements.
/*  --------------------------------------------------
*/
html {
	margin: 0;
	padding: 0
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: justify
}
h1, p {
	margin: 0;
	padding: 0
}
#container {
	width: 750px;
	height: 150px;
	background-color: #ffffcc;
	border: 1px solid #cc0000;
	margin-left: -375px;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 475px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}
#container h1 {
	color: #cc0000;
	margin: 15px 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center
}
#container p {
	color: #666666;
	margin-bottom: 10px;
	text-align: justify
}
#container p.txt_center {
	text-align: center
}
#container p.txt_right {
	text-align: right
}
#container p a {
	color: #666666;
	text-decoration: underline
}
#container p a:hover {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
#image {
	width: 1000px;
	height: 288px;
	background-image: url(background2.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -144px;
	margin-left: -500px
}