body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
a {
	color: #DEDBBD;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#page {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#entete {
	margin: 0px;
	background-color: #10497B;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 180px;
	font-size: 10pt;
	background-image: url(images/fond_entete.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	top: -16px;
}
#entete h1 {
	font-size: 18pt;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	position: relative;
	top: 40px;
	left: 40px;
}
#entete h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#entete h2 {
	font-size: 11pt;
	color: #313031;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	position: relative;
	top: 115px;
	text-align: center;
}
#entete h2 a {
	color: #313031;
	text-decoration: none;
}
#menu {
	background-color: #D8D8B9;
	width: 180px;
	padding: 5px;
	float: left;
}
#menu ol {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #313031;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#menu li {
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a {
	color: #313031;
}
#menu a:hover {
	color: #ABA358;
}
#contenu {
	width: 600px;
	font-size: 10pt;
	margin-bottom: 30px;
	float: left;
	position: relative;
	left: 12px;
}
#contenu a {
	font-weight: bold;
	text-decoration: none;
	color: #313031;
}
#contenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ABA358;
}
#contenu .titre1 {
	background-image: url(images/sous-titre-gris.gif);
	background-repeat: no-repeat;
}
#contenu .titre1 a:hover {
	color: #313031;
}
#contenu .titre2 {
	background-image: url(images/sous-titre-gris-jaune.gif);
	background-repeat: no-repeat;
}
#contenu .titre2 a:hover {
	color: #313031;
}
#contenu img {
	border: none;
}
#contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	padding-left: 15px;
	padding-top: 15px;
	color: #313031;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	padding-left: 15px;
	padding-top: 0px;
	color: #313031;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contenu p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 10pt;
}
#contenu ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 10pt;
	list-style-type: disc;
}
#texte {
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
}
#provisoire {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	padding: 10px;
	border: 1px solid #DEDBBD;
	position: relative;
	width: 600px;
	left: 50px;
}
span#cache a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
span#cache a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#infos {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#liens {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/liens.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 108px;
	width: 121px;
	position: absolute;
	left: 675px;
	top: 0px;
}
#liens td {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 108px;
	width: 121px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
	top: -5px;
}
#liens a {
	color: #313031;
	text-decoration: none;
}
#liens a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#pied {
	font-size: 10pt;
	text-align: center;
	background-color: #10497B;
	color: #CCC799;
	clear: both;
}
/* Règles CSS pour Internet Explorer */
* html body {
	text-align: center;
}
* html div #entete td {
	position: relative;
	top: 119px;
}
* html div #entete h2 {
	position: relative;
	top: 112px;
}
