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

<style type="text/css">

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:360px;
	z-index:1;
	overflow: hidden;
	visibility: visible;
}
#apDivTextes {
	position:absolute;
	width:645px;
	height:340px;
	z-index:2;
	overflow: auto;
	visibility: visible;
}
body {
	background-color: #D8D8D8;
	margin-top: 20px;
	background-image: url(images/fonddegrade.jpg);
}
.Titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9085BA;
	font-weight: bold;
	text-align: center;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: normal;
	text-align: justify;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	margin-top: 5px;
	margin-right: 20px;
}
.texte-centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: normal;
	text-align: center;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	margin-top: 5px;
	margin-right: 20px;
}
.texte-marge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: normal;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-image: url(images/puce.gif);
}
.texte-gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: bold;
	text-align: justify;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
}
.texte-gras-centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: bold;
	text-align: center;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	margin-bottom: 20px;
}
.texte-gras-marge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172983;
	font-weight: bold;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-image: url(images/puce.gif);
}
a:link {
	color: #8B7FB3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #212674;
}
a:active {
	text-decoration: none;
}

</style></head>

