.tableEncart {
	color: #FFFFFF;
	background-color: #D7B2B0;
	border-top: 1px solid #505050;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #505050;
	font-weight: bold;

}
.tableEncartCorps {

	color: #FFFFFF;
	background-color: #D7B2B0;
	border-top: 1px solid #505050;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #505050;
}
.tableBlanche {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #505050;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #505050;
}
.asrouge {
	color: #FF0000;
}
.titre {
	font-size: 18px;
	color: #D7B2B0;
	font-weight: bold;

}
.titreMoyenRouge {
	font-size: 14px;
	color: #FF0000;
}
.titreMoyenJaune {
	font-size: 14px;
	color: #FFFF00;
}
.texteBlanc {
	font-size: 12px;
	color: #FFFFFF;
}
.texteRouge {
	font-size: 12px;
	color: #FF0000;
}
.texteJaune {
	font-size: 12px;
	color: #FFFF00;
}
.titreBlanc {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;

}
.titreMoyen {
	font-size: 14px;
	color: #B6BDD2;
	font-weight: bold;

}
.bodyback {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
}
.titreMoyenNoir {
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}
.texteNoir {
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.bordGauche {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666666;
}
.bordDroit {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCCCCC;

}
