html
{
	background-color: #1E3036;
	
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #1E3036;
	
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
}

#siteUpperZone
{
	width: 100%;
	background-color: #0A1012;
}

#siteContainer
{
	width: 1100px;
	
	margin: 0px auto 0px auto;
	
	text-align: left;
	
	background-color: #1E3036;
}

#header
{
	width: 1100px;
	height: 132px;
	
	background-image: url(/images/entete_bg.jpg);
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px;
}

#logoContainer
{
	width: 100%;
	
	text-align: center;
}

#logo
{
	display: block;
	
	width: 250px;
	height: 105px;
	
	margin: 0px auto auto auto;
	padding: 0px;
	
	border-style: none;
}

#header .sponsorContainer
{
	position: relative;
	
	width: 186px;
	height: 105px;
	
	bottom: 100px;
	left: 800px;
}

#sponsorEnergie
{
	width: 186px;
	height: 105px;
	
	z-index: 5;
}

#flashContainer
{
	width: 1100px;
	
	margin: 0px;
	padding: 0px;
}

#contentContainer
{
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-y;
	
	background-color: #1E3036;
	margin: 0px;
	padding: 0px;
}

#content
{
	display: block;
	width: 80%;
	
	padding: 20px 0px 0px 130px;
}

.row
{
	position: relative;
	clear: both;
	float: left;
	width: 1100px;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}

.leftColumn
{
	position: relative;
	float: left;
	width: 1100px;
	
	margin: 0px;
	padding: 0px;
}

.column1, 
.column2
{
	position: relative;
	float: left;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}

.column1
{
	width: 35%;
	
	left: 120px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

.column2
{
	width: 35%;
	
	left: 250px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

#pageSelectorContainer
{
	clear: both;
	text-align: center;
	width: 1100px;
	height: 37px;
	background-image: url(/images/bg-page-selector.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#pageSelector
{
	margin: 0px auto 0px auto;
}

#navigationBox
{
	clear: both;
	
	background-image: url(/images/navigation-box_bg.png);
	background-repeat: no-repeat;
	
	width: 1100px;
	height: 238px;
}

#buttonsContainer
{
	clear: both;
	
	position: relative;
	
	left: 110px;
	top: 40px;
}

#newsMarqueeBox
{
	clear: both;
	
	position: relative;
	width: 800px;
	
	left: 140px;
	top: 60px;
	
	text-align: center;
}

.smallButtonsContainer
{
	float: left;
}

.bigNavButton
{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	
	border-style: none;
}

.smallNavButton
{
	display: block;
	margin: 0px;
	padding: 0px;
	
	border-style: none;
}

#footerContainer
{
	width: 100%;
	
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	min-height: 164px;
}

#footer
{
	clear: both;
	display: block;
	text-align: center;
	width: 1100px;
	
	position: relative;
	margin: 0px auto 0px auto;
	padding-top: 10px;
}

#footer .sponsorContainer
{
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	
	clear: both;
}
