@charset "UTF-8";
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #CDCDCD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}
/* CSS Document */

td img {display: block;}
.credits {
	font-size: 12px;
	color: #333;
	text-align: center;
}
.fond_gauche {
	background-image: url(images/maquette/gauche.jpg);
	background-repeat: repeat-y;
}
.fond_droit {
	background-image: url(images/maquette/droite.jpg);
	background-repeat: repeat-y;
}
.fond_page {
	background-image: url(images/maquette/fond.jpg);
	background-repeat: no-repeat;
	background-color: #2F2F2F;
}
.titre {
	font-size: 36px;
	color: #CCC;
	text-align: center;
}
.francais {
	font-size: 16px;
	color: #FFF;
	text-align: justify;
}
.anglais {
	font-size: 16px;
	color: #CCC;
	text-align: justify;
}
