@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#0C0703;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
 
* {
	margin:0px auto;
	padding:0;
}
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
 
div#wrapper_home {
	width: 993px;
	height: 617px;
	clear: both;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
 
/* Hide from IE5mac \*//*/
	div#shim {
	display: none;
}
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */
#topsection{
	height: 30px; /*Height of top section*/
	text-align:right;
	padding:0;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 260px 0 260px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding:0;
}

#leftcolumn{
	float: left;
	width: 260px; /*Width of left column in pixel*/
	margin-left: -993px; /*Set margin to that of -(MainContainerWidth)*/
	padding-left:48px;
}

#rightcolumn{
	float: left;
	width: 260px; /*Width of right column*/
	margin-left: -260px; /*Set left margin to -(RightColumnWidth)*/
}


.innertube{
	margin: 0 30px 0 0; /*Margins for inner DIV inside each column (to provide padding)*/
	padding:10px 0 0 0;
}

a:link{
	text-decoration:underline;
	color:#FFFFFF;
}
a:visited{
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#EE7C00;
}
a:active {
	text-decoration:none;
	color:#EE7C00;
}


a.legal:link{
	text-decoration:underline;
	color:#999999;
}
a.legal:visited{
	text-decoration:underline;
	color:#999999;
}
a.legal:hover {
	text-decoration:none;
	color:#EE7C00;
}
a.legal:active {
	text-decoration:none;
	color:#EE7C00;
}

#reglement{
	margin: 56px 0 0 0;
}
#info{
	margin: 121px 0 0 0;
}

