.PageBODY {
	background : url(/images/fond.png);
	background-image : url(/images/fond.png);
	scrollbar-face-color:#010066;
	scrollbar-arrow-color:#C4693D;
	scrollbar-track-color:#C3D3FD;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#DFDFDF;
	scrollbar-shadow-color:#C4693D;
	scrollbar-darkshadow-color:#000000;
}
.FormTABLE {
	background-color: #cfcfcf;
	width: 100%;
}
.FormHeaderTD {
	background-color: #00541a;
	width: 100%;
}
.FormHeaderFONT {font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 12pt; color: #cfcfcf; font-weight: bold}
.FieldCaptionTD {}
.FieldCaptionFONT {font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 10pt; color: #990000; font-weight: bold}
.DataTD {
	background-color: #F5FCFF;
}
.RecordSeparatorTD {background-color: #cfcfcf;}
.DataFONT {font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 10pt; color: #000}
.ColumnTD {
	background-color : #cfcfcf;
}
.ColumnFONT {font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 10pt; color: #000000; font-weight: bold}




div.tableau {
	text-align: center;
}

.tableau h1, .tableau h2, .tableau h3 {
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

.tableau h1 {
	font-size: 1.9em;
}

.tableau h2 {
	font-size: 1.5em;
}

.tableau h3 {
	font-size: 1.1em;
}

.tableau h1, .tableau h2 {
	font-weight: normal;
}

.tableau table {
	width: 90%;
	border: auto 0;
	font-size: 0.9em;
}

.tableau th {
	padding: 10px 0;
	text-align: left;
}

.tableau th, .tableau td {
	width: 30%;
}

/* Bordure pour images miniatures */
a.ImageLink img {
	border-bottom: 3px solid #900;
	border-left: 1px solid #900;
	border-right: 3px solid #900;
	border-top: 1px solid #900;
	margin: 10px;
}

a:hover.ImageLink img {
	border-bottom: 3px solid #00541a;
	border-left: 1px solid #00541a;
	border-right: 3px solid #00541a;
	border-top: 1px solid #00541a;	
}


table.PortalTable tr td {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
