html {
	margin: 0px;
	/*height: 100%;*/
}
body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #818286;*/
	background-color: #fff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
/*
div#main_holder {
	background-color: White;
	margin: 20px;
}
*/
a {
	color: #777777;
	/*color: #BCC35B;*/
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

h2
{
color:#99A038;
}

/*  Accueil */
div.accueil * {
	color: #777777;
	font-size: 11px;
	font-weight: bold;
}
/*~ Accueil */

/* Script menu */
div#menu_holder {
	/*float: left;*/
	width: 103px;
	height: 359px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}
dl.menu, dl.menu dt, dl.menu dd, dl.menu dd ul
{
	margin: 0px;
	padding: 0px;
}

dl.menu dd ul li
{
	padding: 5px;
	padding-left: 1px;
}

dl.menu
{
	/* float: left; */
	cursor: pointer;
}

dl.menu dt
{
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-align: left;
}

dl.menu dd ul
{
	margin: 0px auto;
	list-style-type: none;
	background-color: #EEEEEE;
	font-size: 10px;
	width: 100px;
}

dl.menu dd ul li:hover
{
	background-color: #EEEEEE;
}

dl.menu dd ul li a
{
	text-decoration: none;
	color: #000000;
}

dl.menu dd ul li a:hover
{
	color: #899028;
	text-decoration: none;
}
/*~ Script menu */

/* page */
div#page_holder {
	/*float: left;
	width: 773px;
	height: 395px;
	background-image: url(images/zone_utile.jpg);
	*/
	position: absolute;
	top: 120px;
	left: 120px;
	padding: 20px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
div#page_holder tr,
div#page_holder td,
div#page_holder table {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.titre1 {
	color: #99A038;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.titre2 {
	color: #818286;
	font-family:Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.soustitre1 {
	color: #99A038;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
.soustitre2 {
	color: #818286;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
.intertitre {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
/*
.texte {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.textegras {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
*/
.note {
	color: #818286;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}
.legende {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
