/*
	(c) 2004 Colored Future sprl-bvba (www.web-designer.be)
	All Rights Reserved
	
	CSS developed by Luc Laurent
*/

body {
	margin: 0 0 0 2cm;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: none;
}

/* Eléments fixes header ---------------------------------- */
div#langue, div#menuTop, #P7TabH, div#navbar, div#copyright, div#logo, p.print, h2.print {
	display: none;
}

h1.print {
	font-family: 'Arial Black', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
	width: 100%;
}

div#slogan {
	position: relative;
	left: 0;
	top: 62px;
	z-index: 100;
}

div#slogan p {
	color: #000;
	font-variant: small-caps;
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0;
}

/* Partie centrale --------------------------------- */
div#wrapper {
	position: relative;
	margin: 0.5cm 0 0 0;
	padding: 0;
	z-index: 200;
}


/* Colonne fixe navigation ------------------ */

/* Contenu principal ------------------------------------ */
div#maincontent{
	margin: 0;
	font-size: 80%;
	line-height: 1.3em;
	border-bottom: 1px solid #828282;
}

.souris {
	margin-bottom: -10px;
}

p.lien {
	text-align: right;
}

div#maincontent a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

div#maincontent a:visited {
	color: #006666;
	text-decoration: none;
	border-bottom: 1px solid #006666;
}

div#maincontent a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

div#maincontent p{
	margin: 6px 0 12px 0;
}

div#maincontent h2 {
	color: #676767;
	font-weight: normal;
	font-size: 160%;
	letter-spacing: 0.2em;
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

div#maincontent h3 {
	color: #676767;
	font-weight: normal;
	font-size: 120%;
	letter-spacing: 0.2em;
	margin: 1.3em 0 0.5em 0;
	line-height: 1.3em;
}

.flottantedroite {
	float: right;
	margin-left: 0px;
}

.flottantegauche {
	float: left;
	margin: 0 10px 0 0;
}

br.clear {
	clear: left;
}

div#section1 {
	background: #E9E8D6;
	padding: 20px 0 20px 0;
}

div#section1 h3 {
	border-bottom: 1px solid #2F4F4F;
}

div#section1 p {
	text-indent: 1.5em;
}

/* Pages rédactionnelles ------------------- */
.redac {
	background: none;
	font-size: 90%;
	line-height: 1.3em;
}

div#maincontent div#section1.redac h2 {
	border-left: 15px solid #DC143C;
	padding-left: 1em;
}

div#section1 ul {
	margin: -0.5em 0 0.5em 1.3em;
	padding: 0;
}

div#section1 ul ul {
	margin: 0 0 0.5em 1.3em;
}

div#section1 li {
	list-style-image: url(../illustrations/dot.gif);
}

div#section1 li li {
	list-style-type: circle;
	list-style-image: none;
}

div#section1 table.statistiques td {
	text-align: right;
	padding-right: 1em;
}

div#section1 tr.total td, div#section1 tr.total th {
	border-top: 1px solid #000;
	background-color: #E7E1C2;
}

div#section1 caption {
	background-color: #E7E1C2;
}

div#section2 {
	background-color: #D5D4B2;
	border-top: 1px dotted #000;
	padding: 10px 0px 20px 0px;
	font-style: italic;
}

div#checklist {
	page-break-before: always;
}

table.checklist td {
	vertical-align: top;
	border: 1px solid #666;
}

/* Footer ----------------------------------------------- */
div#footer{
	position: relative;
	background-color: #D8D8D1;
	border-top: 1px solid #FFF;
	font-size: 70%;
	padding: 0px;
	background-image:none;
	height: 4.5em;
}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
}

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

div#coordonnees {
	float: left;
	width: 300px;
	margin-top: 10px;
}

