body {
	margin: 0px;
	background-image: url(images/fond_vertical.jpg);
	background-repeat: repeat-y;
}

* img {
	border: 0px;
}
a, a:visited, a:active {
	text-decoration: underline;
	color: #6288C9;

}
a:hover {
	visibility: visible;
	text-decoration: underline;
	color: #F79F1D;
}
.impression {
	visibility: hidden;
	display: none;
}
#bandeauHaut {
	position: absolute;
	background-image: url(images/fond_horizontal.jpg);
	background-repeat: repeat-x;
	height: 58px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#bandeauHaut img {
	position: absolute;
	left: 184px;
}
#lienChapitre1, #lienChapitre2, #lienChapitre3 {
	position: absolute;
	top: 4px;
	z-index: 3;
	background-repeat: no-repeat;
}
#lienChapitre1 {
	left: 206px;
	background-image: url(images/chap1_on.gif);
}
#lienChapitre2 {
	left: 380px;
	background-image: url(images/chap2_on.gif);
}
#lienChapitre3 {
	left: 568px;
	background-image: url(images/chap3_on.gif);
}
.menuChapitres a:hover img {
	visibility:hidden;
}

#visuelGenerique {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#imageChapitre {
	position: absolute;
	left: 7px;
	top: 179px;
	z-index: 3;
}

#menu {
	position: absolute;
	left: 7px;
	top: 203px;
	z-index: 3;
	width: 178px;
}
#menu h1 a, #menu h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu h1 a:hover, #menu h2 a:hover {
	color: #FFCC00;
}
#menu h1 {
	background-image: url(images/fond_rubrique_off.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	padding-top: 2px;
	font-weight: bold;
}

#menu h1.actif {
	background-image: url(images/fond_rubrique_on.gif);
}
#menu h1.actif2 {
	background-image: url(images/fond_rubrique_on2.gif);
}
#menu h2 {
	padding-left: 23px;
	height: 18px;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#menu h2.actif {
	background-image: url(images/fond_srubrique_on.gif);
	background-repeat: no-repeat;
}

#titreChapitre {
	position: absolute;
	left: 200px;
	top: 79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	color: #2D4A7A;
	background-color: #ffffff;
	z-index: 2;
	padding-right: 10px;
}
#titreRubrique {
	width: 515px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D4A7A;
	margin-bottom: 20px;
}
#titreRubrique img {
	margin-right: 5px;
}

#titreChapitre strong, #titreRubrique strong {
	color: #F79F1D;
}

#contenu {
	padding-bottom: 30px;
	position: absolute;
	left: 200px;
	top: 120px;
}
#contenu, #contenu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4A7A;
}
#contenutexte {
	width: 95%;
	margin-right: 50px;
	line-height: 1.5em;
	padding-left: 21px;
}
#contenutexte li {
	line-height: 1.5em;
	list-style-image: url(images/puce_liste.gif);
	margin-bottom: 7px;
}
#contenutexte h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F79F1D;
}
#contenutexte h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D4A7A;
}
#contenutexte h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F79F1D;
}
#contenutexte h3 a {
	color: #F79F1D;
	text-decoration: underline;
}
#contenutexte .exergue {
	color: #F79F1D;
}

#filetentete {
	position: absolute;
	right: 25px;
	top: 90px;
	width: 100%;
	text-align: right;
	z-index: 1;
}
#piedpage {
	width: 100%;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2D4A7A;
	text-align: right;
}
#piedpage a {
	color:#2D4A7A;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#piedpage a:hover {
	color: #F79F1D;
	text-decoration: none;
}
#signature {
	visibility: hidden;
	display: none;
}
