/* CSS Document */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3180B;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3180B;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3180B;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

body 
{
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
    scrollbar-face-color: #BC0F0F; 
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FF6363;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #ffffff;
}

.cell_red {
    border-bottom: 'border-width' 'border-style' 'border-color';
	border-top: 'border-width' 'border-style' 'border-color';
	border-left: 'border-width' 'border-style' 'border-color';
	border-right:'border-width' 'border-style' 'border-color';
	border-color: #BC0F0F;
	border-width: thin;
	border-style: solid;
}

.cell_greyLight {
    border-bottom: 'border-width' 'border-style' 'border-color';
	border-top: 'border-width' 'border-style' 'border-color';
	border-left: 'border-width' 'border-style' 'border-color';
	border-right:'border-width' 'border-style' 'border-color';
	border-color: #cccccc;
	border-width: thin;
	border-style: solid;
}

.normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500
	text-align:justify;
	color:#333333;
	
}
.grise{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cccccc;
	font-size:11px;
	font-weight:500
	text-align:justify;
	color:#333333;
	
}

.titre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.colonne{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	background-color:#999999;
	color:#000000;
	
}