/*--------------HTML----------------*/

body {
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	}
td {
	color:#003399;
	}

/*--------------LIENS----------------*/

a:link , a:visited , a:active {
	color:#24375b;
	text-decoration:none;
    font-size: 8pt;
	}
a:hover {
	color: #CC0066;
	}

/*--------------HEADER----------------*/

.bandeau {
	background-image:url(images/bandeau-fond.png);
	background-repeat:repeat-x;
	height:140px;
	width:100%;
	}
.menuH {
	color:#FFFFFF;
	font-size:9pt;
	}
.menuH a:link {
	color:#FFFFFF;
    text-decoration: none;
	font-size:9pt;
	}
.menuH a:active {
	color:#FFFFFF;
    text-decoration: none;
	font-size:9pt;
	}
.menuH a:visited {
	color:#FFFFFF;
    text-decoration: none;
	font-size:9pt;
	}
.menuH a:hover {
	background-color:#24375b;
	}

/*--------------LOGIN----------------*/

table.login  td{
	font-size:8pt;
	color:#FFFFFF;
	}

/*--------------MENUV----------------*/

.menuV {
	font-size:8pt;
	}

/*--------------CONTENU----------------*/

.contenu {
	text-align:justify;
	border-spacing:10px;
	width:100%;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
table.contenu TD {
	padding:8px 8px 8px 8px;
	}
.liste {
	font-style:italic;
	font-size: 8px;
	}
.titre_bleu {
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-color:#003399;
	}
.vert {
	color: #7AA425;
	font-size: 9pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.vert2 {
	color: #7AA425;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.orange2 {
	color:#FF9900;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.fondbleuclair {
	background-color:#E2EFFE;
	}

/*--------------BASE----------------*/

.base {
	font-size:6pt;
	background-image:url(images/base-fd.gif);
	background-repeat:repeat-x;
	}

/*--------------menu bas----------------*/

.menuB {
	color:#FFFFFF;
	font-size:8pt;
	}
.menuB a:link {
	color:#FFFFFF;
    text-decoration: none;
	font-size:8pt;
	}
.menuB a:active {
	color:#FFFFFF;
    text-decoration: none;
	font-size:8pt;
	}
.menuB a:visited {
	color:#FFFFFF;
    text-decoration: none;
	font-size:8pt;
	}
.menuB a:hover {
	background-color:#24375b;
	}

/*--------------autre----------------*/
.titre_bleu_light {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.titre_orange {
	color:#FF9900;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}