@charset "utf-8";
/* CSS Document */

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

html, body {
	height:100%;
}

body {
	background-color:#FFF;
	background-image:url(/images/top-shaded.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

h2 {
	font-weight:normal;
	font-size:1.125em;
	color:#ABB300;
}

img {
	border:none;
}

h2.first-element {
	margin-top:0.57em;
}

#background {
	position:relative;
	background:transparent url(/images/stared-background-xxxl.png) repeat-y top center;
	width:100%;
	min-width:1024px;
	min-height:100%;
}

#document {
	margin:0 auto;
	top:0px;
	width:862px;
	padding-right:162px;
	padding-bottom:180px;
}

#document #content {
	margin-right:202px;
}

#document #content #header {
	position:relative;
	height:170px;
	background:transparent url(/images/header-logo.png) no-repeat 135px bottom;
}

#document #content #header #link-for-logo {
	position:absolute;
	top:103px;
	left:135px;
	height:62px;
	width:244px;
}

#document #content #header p {
	position:absolute;
	bottom:6px;
	right:54px;
	font-size:0.875em;
}

#document #content #header a {
	text-decoration:none;
	color:#888;
}

#document #content #header a:hover {
	text-decoration:underline;
}

#document #content #body {
	padding-top:28px;
	padding-left:182px;
}

#document #content #body #intro {
	position:relative;
	height:158px;
	background:transparent url(/images/bandeaux/photo-accueil.jpg) no-repeat;
}

#document #content #body #intro h1 {
	background:transparent url(/images/bandeaux/bandeau-orange.png) repeat-y;
	padding:4px 24px;
	color:#FFF;
	font-size:1.05em;
	font-weight:normal;
}

#document #content #body #intro #menu-level-2 {
	position:absolute;
	bottom:0;
	width:100%;
	min-height:22px;
	background:transparent url(/images/bandeaux/bandeau-noir.png);
}

#document #content #body #intro #menu-level-2 ul {
	list-style:none;
}

#document #content #body #intro #menu-level-2 ul li {
	float:left;
}

#document #content #body #intro #menu-level-2 ul li a {
	display:block;
	float:left;
	color:#DDD;
	text-decoration:none;
	padding:3px 24px;
	font-size:0.8125em;
}

#document #content #body #intro #menu-level-2 ul li a:hover {
	background:#151515;
}

#document #content #body #message {
	padding-right:55px;
	padding-top:16px;
}

#document #content #body #message p {
	font-size:0.8125em;
	text-align:justify;
	margin:0.8em 0em;
}

#document #content #body #message a {
	font-size:0.8125em;
	color:#9BA300;
}

#document #content #body #message p a {
	font-size:1em;
}

#document #content #body #message .level1 {
	margin-top:2.4em;
	padding-left:85px;
	background:transparent url(/images/puce-m-orange.png) no-repeat left top;
}

#document #content #body #message .level1 ul.level2 {
	list-style-image:url(/images/puce-s-vert.png);
	margin-top:2em;
}

#document #content #body #message .level1 ul.level2 li {
	margin-left:26px;
	margin-top:1em;
	font-size:0.8125em;
}

#document #content #body #message .level1 ul.ml {
	list-style:decimal;
	font-size:0.8em;
	padding-left: 2em;
	text-align: justify;
}

#document #content #body #message .level1 ul.sousliste {
	list-style:decimal;
	font-size:1.1em;
}

#document #content #body #message .rubrique {
	margin-top:3em;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	background:transparent url(/images/bottom-shaded.png) repeat-x bottom;
}

#footer #footer-content {
	position:relative;
	margin:auto;
	height:180px;
	width:478px;
	padding-left:182px;
	padding-right:364px;
	text-align:center;
	font-size:0.5625em;
	color:#888;
}

#footer #legal-infos {
	position:absolute;
	bottom:0px;
	left:182px;
	text-align:center;
	width:420px;
	color:#222;
	border-top:1px solid #888;
	padding:8px 0px;
}

#footer #legal-infos a:link,
#footer #legal-infos a:visited
{
	color:inherit;
	text-decoration:none;
}

#footer #legal-infos a:hover {
	text-decoration:underline;
}