html, body {
    height: auto !important;
    height: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #EAEAEA;
	margin:0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:2px;
	padding:2px;
	color: #0071BC;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:2px;
	padding:2px;	
	color: #0071BC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:2px;
	padding:2px;
	color: #0071BC;
}
fieldset {
	border: 1px solid #0071BC;
	margin-left:50px;
	margin-right:50px;
	padding:12px;	
}
legend{
	/*background: #00282E;*/
	color: #0071BC;
	border: 1px solid #0071BC;
	padding: 2px 6px;
	font-size:10px;
	margin-left:25px;
}
table {
    border: 1px solid #c8c8c8;
}
th {
	font-size:11px;
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}
td {
	font-size:11px;
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA0000;
}
.positif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00AA00;
}

/* Debut styles du highslide */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

.controlleft {
	float: left;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

.control:hover {
	color: black !important;
}
.highslide-move {
	cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* Fin styles du highslide */

/****************************************************/
/* feuille de style TABLEAU STATISTIQUES */

.tableau_stats table {
	border-collapse: collapse;
	border: 1px solid #4996e5;
}
/*
.tableau_stats td {
	background-color: #9accff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/
/*
.tableau_stats th {
	border: 1px solid #4996e5;
	background-color: #4996e5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
*/
.tableau_stats tr.entetepied
{
	background-color: #6D7B8D;
	font-weight: bold;
	text-align: center;
}
