/* remember to define focus styles! */
:focus                         {outline:0;}

a{
	color:#ffa200;
	text-decoration:none;
}

a:hover{
	color:#416023;
}

html {
	text-align:center;
	margin: auto;
	min-width:970px;
	background-color:#000000;
}

body {
	text-align:center;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	min-width:1000px;
	min-height:830px;
	color: #ffffff; 
	background-image:url(../img/background.jpg);
	background-position : 50% 0px;
	background-repeat:no-repeat;
}


/* =================================== */
/* ======= STYLE DU SITE ============= */
/* =================================== */


#main {
	position:relative;	
	margin: auto;
	width:1000px;
	height:950px;
}

#noflash {
	position:absolute;
	z-index:1;
	left:0px;
	top:260px;
	width:1000px;
	height:236px;
	overflow:hidden;
}


#content {
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:1000px;
	height:830px;
	overflow:hidden;
}

#raw_social{
    position:absolute;
	z-index:3;
	top:756px;
	left:218px;
	width:700px;
	height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B4B5B5;
}


#promo {
	position:absolute;
	z-index:2;
	left:-80px;
	top:30px;
	width:290px;
	height:180px;
}

#logos {
	position:absolute;
	z-index:2;
	left:150px;
	top:815px;
	width:700px;
	overflow:hidden;
	text-align:center;
}

#copyright {
	position:absolute;
	z-index:2;
	text-align:center;	
	left:135px;
	top:865px;
	width:700px;
	height:120px;
	font-family:Verdana,arial;
	color:#999999;
	font-size:8.5px;
	line-height:17px;		
}

