@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
}

h1 {
color:#FFFFFF;
font-size:large;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}

h2 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:large;
}

h3 {
color:#FFFFFF;
font-size:medium;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}

#container {
margin:0 auto;
width:840px;
}

#header {
text-align: center;
width:840px;
margin-top:30px;
}

#main {
width:840px;
float:left;
text-align: center;

}

#footer {
clear:both;
width:840px;
text-align:center;
}

#titrePage {
text-align:center;
color:#FFFFFF;
}

.triche {
width:420px;
color:#000000;
}

a:link {
color: #000000;
}

a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

td {
text-align:center;
padding-top:15px;
color:#FFFFFF;
}


#testLien a:link {
color: #FFFFFF;
}

#testLien a:visited {
	color: #FFFFFF;
}
#testLien a:hover {
	color: #FFFFFF;
}
#testLien a:active {
	color: #FFFFFF;
}

#leftClub {
float:left;
padding-left:120px;
}

#rightClub {
float:right;
padding-right:120px;
}

