html, body
{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 12px;
}

.txtBlanc12 {
	font-size: 12px;
	color: #ffffff;	
}
.txtBlanc14 {
	font-size: 14px;
	color: #ffffff;	
}


.txtNoir12{
	font-size: 12px;
	color: #000000;	
}
.txtNoir14 {
	font-size: 14px;
	color: #000000;	
}

.txtRouge14 {
	font-size: 14px;
	color: #FF0000;	
}
