

BODY {
	padding : 0px;
	margin: 0px;
}

A {
	color: #336699;
	text-decoration: none;
}

A:hover	{
	color: #B11C18;
	text-decoration: none;
}

A.bleu {
	color: #FFFFFF;
	text-decoration: underline;
}

A.bleu:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}


.Normal {
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size : 11px;
	color : #1D2342;
	text-align:  justify;
	width : 400px;
}

.NormalBleu {
	font-family : Verdana,Arial;
	font-weight : bold;
	font-size : 13px;
	color : #FFFFFF;
}

.NormalCom {
	font-family : Arial;
	font-weight : normal;
	font-size : 13px;
	color : #000000;
}



.TitreCom {
	font-family : Arial;
	font-weight : bold;
	text-decoration : underline;
	font-size : 15px;
	color : #000000;
	text-align:  center;
}

.SignCom {
	font-family : Arial;
	font-weight : bold;
	font-size : 18px;
	color : #000000;
	text-align:  right;
}


.SignPeCom {
	font-family : Arial;
	font-weight : bold;
	font-size : 10px;
	color : #000000;
	text-align:  right;
}






