body {
	background-color: #C0C0C0;
	background-image: url(image/mainBackground.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#page {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* Définition de l'entête */

#header {
	background-image: url(image/header-generic.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 104px;
	overflow: hidden;
}

#header p {
	text-align: right;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin : 0px;
	margin-top: 90px;
	margin-right: 7px;
}

#header a {
	margin-left: 10px;
	text-decoration: none;
}

#header a:link { color: #808080; }
#header a:visited { color: #808080; }
#header a:active { color: #808080; }
#header a:hover { color: #FF0000; }

/* Définition de la barre de navigation */

#navBar {
	background-image:url(image/navBar.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 23px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

#navBar p {
	margin: 5px;
}

#navBar a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#navBar a:link { color: #FFFFFF; }
#navBar a:visited { color: #EEEEEE; }
#navBar a:active { color: #FFFFFF; }
#navBar a:hover { color: #a91e23; }

#main {
	margin-top: -2px;
	margin-bottom: -3px;
}

/* Définition des paragraphes de colonne */

p.column {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	margin-left: 8px;
}

h1.column, h2.column, h3.column, h4.column, h5.column, h6.column {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

.column a{ text-decoration: none; }
.column a:link{ color: #FFFFFF; }
.column a:visited{ color: #FFFFFF; }
.column a:active{ color: #FFFFFF; }
.column a:hover{ color: #464646; }

/* Définition de la colonne de gauche */

#leftColumn {
	background-color: #B2B2B2;
	background-image:url(image/bgLeftColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	width: 125px;
	border-bottom: 1px solid #B2B2B2;
}

#leftContainer {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	width: 125px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2B2B2;
}

.leftGreen {
	border: 1px solid #B2B2B2;
	background-image:url(image/bgLeftColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 123px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	overflow: hidden;
}

.leftFrame {
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 125px;
	text-align: center;
	overflow: hidden;
}

.leftFrame img {
	text-align: center;
	border-width: 0px;
	margin: 0px;
}

/* Définition de la colonne de droite */

#rightColumn {
	background-color: #B2B2B2;
	background-image:url(image/bgRightColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	width: 120px;
	border-bottom: 1px solid #B2B2B2;
}

#rightContainer {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	width: 120px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2B2B2;
}

.rightGreen {
	border: 1px solid #B2B2B2;
	background-image:url(image/bgRightColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 118px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	overflow: hidden;
}

.rightFrame {
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 120px;
	text-align: center;
	overflow: hidden;
}

.rightFrame img {
	display: block;
	text-align: center;
	border-width: 0px;
	margin: 0px;
}

.rightFlag {
	display: block;
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 120px;
	text-align: left;
	overflow: hidden;
}

.rightFlag img {
	display: block;
	float: left;
	border-width: 0px;
	margin: 0px;
	margin-right: 9px;
}

img.es {
	margin-right: 0px;
}

/* Définition de la colonne principale */

#content {
	padding: 0px;
	width: 511px;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
}

#content p, ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	
	font-size: 0.8em; 
}

#content h1 {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 40px;
	
	color: #a91e23; 
	font-size: 1em;
	font-weight: bold
}

#content h2 {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 40px;
	color: #a91e23;
	font-size: 0.9em;
	font-weight: bold
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	
	font-size: 0.85em;
	font-weight: bold
}

#content h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	
	font-size: 0.8em;
	font-weight: bold
}

#content h5 {
	margin-top: 18px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	
	font-size: 0.75em;
	font-weight: bold
}

#content h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	
	font-size: 0.7em;
	font-weight: bold
}
#content a{ text-decoration: underline; }
#content a:link{ color: #000000; }
#content a:visited{ color: #404040; }
#content a:active{ color: #000000; }
#content a:hover{ color: #FF0000; }

#content img { border-width: 0px; }

#content table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 40px;
	font-size: 0.7em; 
}

#content th {
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

#content td {
	border: 0px;
	padding: 2px;
	text-align: center;
}

/* Définition du pied de page */

#footer{
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

#footer p{ margin: 10px; }

#footer a{ text-decoration: none; }
#footer a:link{ color: #000000; }
#footer a:visited{ color: #404040; }
#footer a:active{ color: #000000; }
#footer a:hover{ color: #FF0000; }


.fdbookmakers {
	background-image: url(image/fond_bookmaker.png);
	width:126px;
	height:92px;
	background-repeat: no-repeat;
	padding-top: 15px;
	margin:0;
}
.fdbookmakers .fiche {
	position: absolute;
	margin-top: 54px;
	width:127px;
	margin-left: -3px;
	height:21px;
}




#pubheader {
	position: absolute;
	margin-left:280px;
	margin-top:15px;
	height:60px;
	width:468px;
}



