.barre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: line-through;
	background-color: #000000;
}
.bordblanc {
	border: 1px solid #FFFFFF;
}
.borgris {
	border: 1px solid #CCCCCC;
}
.ligne {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
