a:link { font-family:Arial; font-size:12px; color:blue; text-decoration:underline; }
a:visited { font-family:Arial; font-size:12px; color:blue; text-decoration:underline; }
a:active { font-family:Arial; font-size:12px; color:blue; text-decoration:underline; }
a:hover { font-family:Arial; font-size:12px; color:red; text-decoration:underline; }
body {
	margin: 0px;
	background-color: #CCCCCC;
}
.titre {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #CC3333;
}
.details {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.stages {
	font-family: Arial;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
#stages {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#colonnestyle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6666;
}
#divtext {
	font-family: Arial;
	font-size: 12px;
	padding: 8px;
	background-color: #FF9900;
}
#centretext {
	text-align: center;
	padding: 8px;
	background-color: #FF9900;
}
.gras {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
}
