/* CSS Document */
body {
	margin: 0px;
	background-color: #527996;
}
body, p, td, input, textarea {
	color: #555555;
	font-family: Tahoma;
	font-size: 13px;
}
.copyright{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
}
.tableau{
	border:1px dashed #014d26;
}
.titre_vert{
 	color : #3eab2b;
	font-size:16px;
}
.titre_violet{
 	color : #522a87;
	font-size:16px;
}
.titre_jaune{
 	color : #bb9d04;
	font-size:16px;
}
.titre_bleu{
 	color : #00a6de;
	font-size:16px;
}
.titre_orange{
	color : #fd540c;
	font-size:16px;
}
.titre_rouge{
	color : #990000;
	font-size:16px;
}
.rouge{
	color : #990000;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#bb9d04;
	text-decoration:none;
}
a:active {
	color:#fff;
	text-decoration:none;
}