@CHARSET "UTF-8";
/*
Jeu de couleur utilisé dans cette feuille :
   Hex 000000 = RGB   0,   0,   0 = noir
   Hex 222222 = RGB   0,   0,   0 = 
   Hex 292929 = RGB   0,   0,   0 = 
   Hex 333333 = RGB  51,  51,  51 = antracite
   Hex 444444 = RGB  51,  51,  51 = 
   Hex 474747 = RGB  51,  51,  51 = 
   Hex 4B4B4B = RGB  51,  51,  51 = 
   Hex 555555 = RGB 102, 102, 102 = gris moyen 
   Hex 666666 = RGB 102, 102, 102 = gris foncé
   Hex 777777 = RGB 102, 102, 102 = 
   Hex 7F7F7F = RGB 102, 102, 102 = 
   Hex 999999 = RGB 153, 153, 153 = gris
   Hex B2B2B2 = RGB 153, 153, 153 = 
   Hex CCCCCC = RGB 153, 153, 153 = 
   Hex D3D3D3 = RGB 153, 153, 153 = 
   Hex D8D8D8 = RGB 153, 153, 153 = 
   Hex DDDDDD = RGB 153, 153, 153 = gris clair
   
   Hex FFFFEE = RBG 255, 255, 238 = blanc crème
   Hex FEE379 = RBG 254, 227, 121 = jaune clair
   Hex FEDD58 = RBG 254, 221,  88 = jaune moyen
   
   Hex FFFFFF = RGB 255, 255, 255 = blanc
*/

/* Couleurs d'avant et d'arrière plan */
/* ---------------------------------- */
a {color: #000000;}
a.spip_in {color: #555555;} /* liens internes */
a.spip_out {color: #555555;} /* liens sortants */
a.spip_url {color: #555555;} /* liens url sortants */
a:hover {color: #555555;}
.menuLeft { background-color: #FFFFDD; }

/* Dimensions */
/* ---------- */
.row div.news {width: 50%;}

/* Positions */
/* --------- */
div.row {clear: both;}
.row div.news {float: left;} /* Problème avec IE -> doit être encapsulé dans une table */

/* Bordures */
/* -------- */

/* -------------------------- Autre --------------------- */
.article {
	margin: 5px;
	padding: 5px;
}

.articleContent {
	text-align: left;
	padding: 5px;
	color: #555555;
}

.articleInfo {
	font-size: 11px;
}

.articles {
	margin-left: 12.5em;
	padding: 5px;
	color: #555555;
	background-color: #FFFFFF;
}

.articleTitle {
	margin-top: 0.5em;
	padding: 5px;
	border-style: solid;
	border-color: #FEDD58;
	border-width: 1px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.box {
	border-style: solid;
	border-color: #FEDD58;
	border-width: 1px;
}

.banner img {
	width: 100%;
	height: 180px;	
}

.bckBlueLight {
	background-color: #5566BB;
	color: #002266;
}

.centerCntr {
	text-align: center;
}

.centerCol {
	float: left;
	width: 60%;
	margin-top: 10px;
	padding: 5px;
	color: #555555;
/*	background-color: #FFFFFF;*/
}

.content {
	width: 960px;
	text-align: left;
	background-image: url(IMG/site/background-content.jpg);
	background-repeat: repeat;
/*	background-color: #FFFFFF;*/
}

.footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}

.footer a {
	color:	#FFFFFF;
	font-weight: normal;
	font-style: italic;
}

.footer a:hover {
	color:	#FFFFFF;
}

.footer a:visited {
	font-weight: normal;
	font-style: italic;
}

.game {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #111111;
	border-width: 1px;
	color:#002266;
}

.gameContent {
	text-align: center;
	padding: 5px;
	font-size: 10px;
	border-bottom-style: dashed;
	border-color: #AAAAAA;
	border-width: 1px;
}

.gameTitle {
	padding: 3px;
	background-color: #002266;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.jaune {
	color: #FEDD58;
	background-color: #FEDD58;
}

.jaune-light {
	color: #FEE379;
	background-color: #FEE379;
}

.lastCol {
	float: left;
	width: 80%;
	margin-top: 10px;
	color: #555555;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
  background-color:black;
  color:yellow;
  font: bold 18px MS Sans Serif;
  padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
  font-size: 80%
}

.menuItem {
	border-bottom: 1px solid #FEE379;
}

.menuItem a { 
}

.menuItem a:hover {
	text-decoration: underline;
	color: #555555;
}

.menuLeft {
	float: left;
	width: 20%;
	padding-top: 10px;
}

.menuTitle {
	background-color: #FEE379;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.news {
	font-size: 11px;
}

.newsContent {
	margin: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.newsTitle {
	margin: 5px;
	background-color: #FEE379;
	color: #000000;
	font-weight: bold;
	text-align: Left;
}

.newsweek {
	margin: 5px;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-color: #AAAAAA;
	border-width: 1px;
}

.oneCol {
	margin-top: 10px;
	color: #555555;
}

.page {
	width: 960px;		/* Ajouter 180 px pour les sponsors */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.rightCol {
	float: right;
	width: 50px;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #555555;
	text-align: center;
}

.rubrique {
	margin: 5px;
	padding: 2px;
	border-color: #002266;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFEE;
	font-size: 12px;
	color: #555555;
}

.rubriqueTitle {
	padding: 3px;
	background-color: #FEE379;
	text-align: center;
	color: #555555;
	font-weight: bold;
}

.subjectTitle {
	padding: 3px;
	text-align: left;
	color: #555555;
	font-weight: bold;
}

.seasonContent {
	padding: 5px;
	text-align: left;
	font-size: 11px;
}

.seasonTitle {
	padding: 3px;
	background-color: #002266;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

.signature {
	text-align: right;
	font-style: italic;
}

.spacer {
	clear: both;
	visibility: hidden;
}

/* Mise en page particuliï¿½re pour le sommaire */
.summaryCenterCol {
	float: left;
	width: 50%;
/*
	margin-left: 175px;
	margin-right: 205px;
*/	
	margin-top: 10px;
/*
	padding: 5px;
*/	
	color: #555555;
/*	background-color: #FFFFFF;*/
}

.summaryRightCol {
	float: right;
	width: 30%;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #555555;
	font-size: 11px;
	text-align: center;
}

.TopNewsTitle{
	margin-top: 0.5em;
	padding: 5px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.transparencyArticle {
	background-color: #FFFFCC;
	border:  1px dotted #AA0000;
	margin: 1em;
	padding: 0.5em;
}

.whiteLine {
	position: relative;
	top: -1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

a.text {
	font-weight: normal;			
  color: #555555;
	text-decoration: none;
}

a.text:link, a.text:active, a.text:visited {
	font-weight: normal;			
}

a:link, a:active, a:visited {
	font-weight: bold;			
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin-top: 10px;

	/* A remplacer */
/*
	background-color: #444444; 
*/
	background-color: #FFFFFF;
	background-image: url(IMG/site/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;			
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;			
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;			
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;			
	text-decoration: none;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;			
	text-decoration: none
}

.summaryRightCol table {
  font-size: 11px;
}
table {
  font-size: 12px;
}

table.game {
  	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
	border-collapse: collapse;
	color: #002266;
	font-size: 11px;
	text-align: center;
}

th.game, td.game {
  	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
}



