.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	text-decoration: none;
	word-spacing:1;
	text-align: justify;

}
.texteb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	text-decoration: none;
	word-spacing:1;
}
.initial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A0031;
	text-decoration: none;
	font-weight: bold;
	text-align:justify;	
}
.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B1557F;
	font-weight: bold;
}

.floatLeft{
	float: left;
	margin: 4pt;
	clear: left;
	width: 100;
}

.floatRight{
	float: right;
	margin: 4pt;
	clear: right;
	width: 100;
}

.floatCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400;
}

.mainframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600;
	float: left;
}

div.verticalmenu{
	display: block;
	align:	left;
	width: 200;
	float: left;
}
div.horizontalbanner{
	display: block;
	width: 800;
}

a {
        text-decoration: none;
        color: #585858;
} 

a:link {
        text-decoration: none;
        color: #585858;
}


a:hover {
        text-decoration: underline;
        color: #444444;
}

a:visited {
        color: #585858;
}


