@charset "utf-8";
html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #666;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	min-width:1050px;
}

h1 {
	color:#bd007b;
	font-size:19px;
	font-weight:normal;
	padding:0; margin:0;
	margin-bottom:10px;
}

a:link, a:visited {
	color:#304067;
	font-weight:bold;
}
a:hover {
	color:#596c9a;
	text-decoration:none;
}

div#header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:309px;
}

div#all_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
div#wrapper {
	width:960px;
	margin:0 auto 0 auto;
	position:relative;
}
div#haut_droite {
	margin-top:57px;
	font-size:13px;
	text-align:right;
}
div#haut_droite h1 {
	margin-bottom:5px;
	font-size:17px;
}
div#milieu {
	margin-top:25px;
	margin-left:3px;
}

div#texte_haut {
	float:left;
	width:650px;
}
div#texte_haut p {
	padding-bottom:5px;
}
div#texte_haut_droite {
	float:right;
	width:200px;
}

div#texte_haut_droite p {
	padding-top:0;
	font-weight:bold;
	font-size:12px;
	color: #666
}

div#footer {
	margin-top:55px;
	display:block;
	text-align:center;
	width:100%;
	height:30px;
	background-repeat:repeat-x;
	background-image:url('footer.jpg');
	background-color:#f4f4f4;
}
div#footer p {
	padding:0;
	padding-top:8px;
	font-size:10px;
	color: #666;
}