@charset "utf-8";
html,body{
	margin:0px;
	padding:0px;
	font-family:verdana;
}
img{
	border:none;
}
input{
	font-family:verdana;
}
textarea{
	font-family:verdana;
}
select{
	font-family:verdana;
}
table{
	border-collapse:collapse;
}
td{
	padding:0px;
}
.texte9{
	font-size:9px;
	font-weight:normal;
}
.texte9b{
	font-size:9px;
	font-weight:bold;
}
.texte10{
	font-size:10px;
	font-weight:normal;
}
.texte10b{
	font-size:10px;
	font-weight:bold;
}
.texte11{
	font-size:11px;
	font-weight:normal;
}
.texte11b{
	font-size:11px;
	font-weight:bold;
}
.texte12{
	font-size:12px;
	font-weight:normal;
}
.texte12b{
	font-size:12px;
	font-weight:bold;
}
.texte13{
	font-size:13px;
	font-weight:normal;
}
.texte13b{
	font-size:13px;
	font-weight:bold;
}
.texte14{
	font-size:14px;
	font-weight:normal;
}
.texte14b{
	font-size:14px;
	font-weight:bold;
}
.texte15{
	font-size:15px;
	font-weight:normal;
}
.texte15b{
	font-size:15px;
	font-weight:bold;
}
.texte20{
	font-size:20px;
	font-weight:normal;
}
.texte20b{
	font-size:20px;
	font-weight:bold;
}
.texte30{
	font-size:30px;
	font-weight:normal;
}
.texte30b{
	font-size:30px;
	font-weight:bold;
}
.texte40{
	font-size:40px;
	font-weight:normal;
}
.texte40b{
	font-size:40px;
	font-weight:bold;
}
.texte50{
	font-size:50px;
	font-weight:normal;
}
.texte50b{
	font-size:50px;
	font-weight:bold;
}
.normal{
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.noir{
	color:#000000;
}
.blanc{
	color:#FFFFFF;
}
.rouge{
	color:#FF0000;
}
.bleu{
	color:#0000FF;
}
.grise{
	color:#CCCCCC;
}
.gras{
	font-weight:bold;
}
.italique{
	font-style:italic;
}
.souligne{
	text-decoration:underline;
}
.barre{
	text-decoration:line-through;
}
.marge1{
	margin:1px;
}
.marge3{
	margin:3px;
}
.marge5{
	margin:5px;
}
.marge10{
	margin:10px;
}
.pad1{
	padding:1px;
}
.pad3{
	padding:3px;
}
.pad5{
	padding:5px;
}
.pad10{
	padding:10px;
}
.texteAgauche{
	text-align:left;
}
.texteAuCentre{
	text-align:center;
}
.texteAdroite{
	text-align:right;
}
.texteJustifie{
	text-align:justify;
}
.clearBoth{
	clear:both;
}
