body {
	
	color: #091A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableborder {
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #091A2D;
	border-bottom-color: #091A2D;
	border-left-color: #091A2D;
	border-top-width: thin;
	border-top-color: #091A2D;

}

.block
{
	width: 600px;
	
	float: right;
	background-color: #091A2D;
	PADDING: 15px;
	margin-right: -2px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	/*vertical-align: middle;  	height: 70px;*/
	display: block;

	
		}
		
.block2
{
	width: 300px;
	float: left;
	background-color: #091A2D;
	PADDING: 15px 15px 15px 15px;
	margin: 5px 5px 5px -36px;
   color: #FFFFFF;
text-align: right;
		}
		

a:link {
	color: #EAF0E4;/*gris*/
}
a:visited {
	color: #FFCC00; /*orangé*/  
}
a:hover {
	color: #00CC00; /*vert*/
}
.asterixrouge {
	color: #FF0000;
}

