.floatLeft{
	float:left;
}
ul.listeNumerotee{
	list-style:decimal;
	margin-top:0px;
}
ul.listeNumerotee li{
	text-align:justify;
}
ul.listeMarquee{
	list-style:square;
	margin-top:0px;
}
ul.listeMarquee li{
	text-align:justify;
	margin-bottom:6px;
}

ul.listeMarqueeSansEspace{
	list-style:square;
	margin-top:0px;
}
ul.listeMarqueeSansEspace li{
	text-align:justify;
	margin-bottom:1px;
}


a.linkText{
	border-bottom:1px dashed #009999;
	color:#009999;
	font-weight:bold;
	font-size:13px;	
}
a.linkText:visited{
	color:#009999;
	font-weight:bold;	
}
a.linkText:hover{
	border-bottom:1px dotted #000;
	font-weight:bold;	
}

a.contacter{
	border-bottom:1px dashed #007dfc;
	color:#007dfc;
	font-weight:bold;
	font-size:13px;	
}
a.contacter:visited{
	color:#009999;
	font-weight:bold;	
}
a.contacter:hover{
	border-bottom:1px dotted #000;
	font-weight:bold;	
}

div.casserFloat{
	clear:both;
}
/*.lettrine{
	font-size:29px;
	padding:0px 3px 1px 0px;
	margin:0px;
	float:left;
	font-weight:bold;
	line-height:1em;
}*/
.center{
	text-align:center;
}
.lexitechBig{
	font-size:14px;
	font-weight:bold;
}