body {
	background-color: #ffffff;
	background-image: url(../img/background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #006699;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}

a:visited {
	color: #660000;
}

h2 {
	color: #990000;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	text-transform: uppercase;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

h4 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	border-bottom: 2px groove #999999;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	display: block;
}

/* ------------------------ LAYOUT ----------------------------*/

#headerlinks {
	font-size: small;

}

#headerlinks a {
	color: #990000;
	font-weight: bold;
}

#headerlinks img {
	border: 0;
	padding-left: 24px;
}

#englishlink a {
	color: #666666;
	text-transform: uppercase;
}

#menu {
	float: left;
}

#menulinks {
	width: 150px;
	background-image: url(../img/menu_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 6px;
	margin-right: 12px;
	margin-bottom: 12px;

}

#menulinks a {
	display: list-item;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
	margin: 18px;
	list-style-type: square;
	list-style-position: outside;
}

#menulinks a:hover {
	color: #66ccff;
}

#menulinks a:active {
	color: #66ccff;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #666666;
	color: #666666;
	font-size: smaller;
	text-align: center;
}

#footer a {
	color: #666666;
}


#main {
	padding-top: 32px;
	padding-left: 12px;
	padding-right: 6px;
	font-size: small;
}

#main h2 {
	display: inline;
}

.indexlogin {
	float: right;
	clear: right;
	display: inline;
	width: 250px;
	height: 125px;
	background-image: url(../img/indexlogin_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	margin: 6px;
	text-align: right;
	color: #ffffff;
}

.indexlogin h5 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: medium;
	display: inline;
	font-weight: normal;
}

.contentimg {
	clear: right;
	float: right;
}

.contentimg img {
	vertical-align: top;
	margin: 6px;
	border: 0;
}

.contentnote {
	float: right;
	width: 200px;
	margin: 12px;
	padding: 12px;
	background-image: url(../img/pres_note_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
}

/*------------ SECTION CONTROLEURS ------------*/

#controleur_session {
	float: right;
	text-align: right;
}

#controleur_content {
	clear: both;
	padding: 12px;
	margin-top: 12px;
	width: 95%;
}

#controleur_rechresultats {
	clear: both;
	margin-top: 12px;
	border: 1px solid #666666;
	padding: 12px;
}

.controleur_resultatdetail {
	display: list-item;
	margin-left: 24px;
	list-style-type: square;
	list-style-position: outside;
	font-size: small;
}

.controleur_resultatdetail strong {
	font-size: medium;
}

.controleur_user_label {
	color: #999999;
	background-color: #eeeeee;
	padding: 2px;
	font-size: smaller;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}

.controleur_menuleftcolumn {
	width: 45%;
	padding: 6px;
	margin: 6px;
	border: 1px solid #999999;
}

.controleur_menurightcolumn {
	width: 45%;
	float: right;
	padding: 6px;
	margin: 6px;
	border: 1px solid #999999;
}


.controleur_statistiques {
	border: 1px solid #666666;
}

.controleur_statistiques th {
	padding: 3px;
	background-color: #dddddd;
	color: #003366;
	text-align: left;
	font-weight: bold;
	font-size: smaller;
	text-transform: uppercase;
}

.controleur_statistiques td {
	padding: 4px;
	border-top: 1px dotted #999999;	
	font-size: smaller;
}

#controleur_statistiques_rech {
	text-align: right;
}

.controleur_statistiques_rechtitre {
	font-size: small;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

.controleur_statistiques_rechlabel {
	font-size: smaller;
	margin-left: 12px;
}

.controleur_dossier_leftcolumn {
	width: 40%;
	padding: 6px;
	margin: 6px;
	border: 1px solid #999999;
	font-size: smaller;
}

.controleur_dossier_rightcolumn {
	width: 40%;
	float: right;
	padding: 6px;
	margin: 6px;
	border: 1px solid #999999;
	font-size: smaller;
}

.controleur_dossier_piece {
	font-size: smaller;
}

.controleur_dossier_piecelabel {
	margin-left: 4px;
	color: #999999;
}

.controleur_dossier_piecenom {
	color: #336699;
	padding: 2px;
}

.controleur_dossier_piecedivision {
	background-color: #eeeeee;
	padding: 2px;
}

.controleur_dossier_piece hr {
	border: 1px solid #336699;
}