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;	
}

.lang-link {
	font-size:20px;
	color:#E2007A;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:5px 15px;
	background-color:#FFF;
}
.lang-link:hover {
	background-color:#E2007A;
	color:#FFF;
}
