/* 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:1001px;
	height:100%;
}

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

/* ======================================= */
/* BARRE VIRALE YOUTUBE FACEBOOK */
/* ======================================= */

#barrevirale {
	width: 100%;
	background: #0f100b url(../img/barrevirale/bg_barrevirale.jpg) bottom;
	height: 20px;
	overflow:hidden;
}

#barrevirale_contenu {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 995px;
	height: 14px;
	text-align: left;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B4B5B5;
}

#barrevirale_contenu table {
	margin-top:-1px;
}
#barrevirale_contenu table td {
	color: #B4B5B5; 
}


#barrevirale_contenu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B4B5B5;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#barrevirale_contenu a:hover {
	color:#FFFFFF;
}

#barrevirale_contenu img {	
	vertical-align: bottom;
	margin-left: 3px;
	margin-right: 3px;
}

#logo_focus_small {
	position:absolute;
	top:2px;
	left: 940px;
}


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

#main{
	position:relative;
	text-align:left;
	width:1002px;
	min-height:970px;
	height:970px;
	margin: auto;
	padding:auto;
	z-index:1;
}

#header {
	position:absolute;
	left:0px;
	width:1000px;
	height:194px;
	position:relative;
}

/* ============================= */
/* ======= MENU ================ */
/* ============================= */

#nav{
	position:absolute;
	width:191px;
	height:250px;
	top:200px;
	z-index:150;	
}

dl, dt, dd, ul, li {
	margin:0px;
	padding:0px;
	border:0px;
	list-style-type: none;	
}

#nav dl {
	width:163px;
	margin:0px;
	padding:0px;
	font-size:0px;
	text-align:center;
}
#menu_games {
	cursor: pointer;
}
dl img{
	border:0px;
	margin:0px;
	padding:0px;
}
#smenu{
	width:189px;
	height:216px;
	padding-top:4px;
	background-image:url(../img/nav/smenu.gif);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	
}
#langues{
	position:absolute;
	width:75px;
	height:40px;
	top:329px;
	left:121px;
}

#langues .flag {
	float:left;
	margin-left:3px;
}


/* ================================ */
/* ======= CONTENT ================ */
/* ================================ */

#content {
	position:absolute;
	left:178px;
	top:180px;
	width:870px;
	height:731px;
}

#noflash {
	position:absolute;
	z-index:350;
	left:10px;
	width:810px;
	height:731px;
}




/* =================================== */
/* ======= COPYRIGHTS ================ */
/* =================================== */

#copyrights {
	position:absolute;
	top:895px;
	left:200px;
	width:810px;
	height:100px;
	font-size:11px;
	font-family:verdana,arial;
	color:#FFFFFF;
}

#copyrights a {
	color:#006fcf;
	text-decoration:none;
}

#copyrights a:hover {
	color:#aad8ff;
	text-decoration:none;
}


