@charset "ISO-8859-1";
/* CSS Document */
h1
{
   font-size: 20px; /* Titres de 22 pixels */
   font-family: Arial;
}
h2
{
	font-size: 14px;
	font-family: Arial;
}
h3
{
	font-size: 14px;
	font-family: Arial;
}
td
{
	font-size: 10px;
	font-family: Arial;
}
th
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:black;
	color:white;
}
caption
{
	font-family:Arial;
	font-size:12px;
}
.news
{
   font-size: 11px; /* Paragraphes de 14 pixels */
   font-family: Arial;
}
p
{
	font-size: 11px;
	font-family: Arial;
}
body
{
	width: 1200px;
	margin-bottom:60px;
	margin: auto;
	background-image:url(fond.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:a0a09f;
}
.banniere
{
	width: 1200px;
	margin: auto;
	background-image:url(fond.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:a0a09f;
}
.corps
{
	width: 800px;
	align:center;
	background-color: white;
	height:auto;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
.miniclassement
{
	float:right;
	background-color:white;
	width:295px;
}
.menu
{
	float:left;
	margin-right:2px;
	border:none;
	background-color:white;
	width:100px;
	height:auto;
}
.resultats
{
	float:right;
	background-color:white;
	width:295px;
	margin-top:2px;
}
.autresnews1
{
	float:left;
	background-color:white;
	width:400px;
	margin-top:2px;
}
.autresnews2
{
	float:right;
	background-color:white;
	width:400px;
	margin-top:2px;
}
.autresnews3
{
	float:left;
	background-color:white;
	width:265px;
	margin-top:2px;
}
.container
{
	background-image:url(fondcorps.png);
	background-repeat:repeat-y;
	width:1200px;
	height:100%;
}
a
{
	color:blue;
}
.white
{
	color:white;
}