﻿body {
	background-color:#000000;
	text-align:center;
	font-family:"T4C Beaulieux", Trebuchet MS;
}
a {
	text-decoration:none;
	color:#669999;
}
a:hover {
	text-decoration:none;
	color:#660000;
}
font{
	color:#007575;
}
font#red{
	color: red;
}
u{
	font-size:25px;
}
img {
	text-decoration:none;
	border:none;
}
td{
	color:#0077B2;
}
.general{
	background-color:#000000;
	text-align:left;
	color:#0077B2;
	width:70%;
	padding:15px;
	border:3px dotted;
	font-family:"T4C Beaulieux";
	position:relative;
}
.titre{
	color: #6B6BFF;
	font-family:"T4C Beaulieux";
	font-weight:bold;
	font-size:25px;
	position: absolute;
	left: 200px;
	text-align: right;
	text-decoration: underline;
}
.langue{
	color: #9A9A9A;
	font-family:"T4C Beaulieux";
	position: absolute;
	left: 70%;
	top: 10px;
	text-align: right;
	text-decoration: none;
}