/*textes standards*/
.texte {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.tbl1 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

.tblimp {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #330000;
}

.tblswitch {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000033;
}

.tbleoo {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003300;
}

.tbltu {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333300;
}

.tbltd {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #330033;
}

.tblblind {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}

.formule {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0099CC;
}

.notdone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC3300;
/*	background-color: #00FF00;                   */
}


/*titres standards*/
.titre1 {
	font-family: Arial;
	font-size: 26px;
	color: #CCCCFF;
	text-decoration: underline;
	font-weight: bold;
}

.titre2 {
	font-family: Arial;
	font-size: 18px;
	color: #DDDDFF;
	text-decoration: underline;
}

/* Les liens */
.lien1 {
	font-family: Arial;
	font-size: 14px;
	color: #CCEEFF;	
	text-decoration: none;
}
.lien1:hover {
	font-family: Arial;
	font-size: 14px;
	color: #0099CC;	
	text-decoration: none;
}
