/* 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:1050px;
	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{
	text-align:left;
	width:1002px;
	min-height:1050px;
	margin: auto;
	z-index:1;	
}


#header {
	float:left;
	width:950px;
	height:194px;
	position:relative;
}

#swf {
	position:absolute;
	top:0px;
	left:113px;
	width:950px;
	height:194px;
	z-index:1;
}

#creator {
	position:absolute;
	top:70px;
	left:-130px;
	width:240px;
	height:70px;
	z-index:2;
}

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

#nav{
	float:left;
	width:188px;
	height:340px;
	position:relative;
}

#nav .nav_contents {
	background-image:url(../nav/img/nav_bg.png);
	background-repeat:repeat-y;
}

#nav .nav_contents img {
	margin-left:5px;
	width:171px;
	border:0px;
}

#anim_nav_bottom {
	position:absolute;
	left:62px;
	top:323px;
}

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

#nav dl dt {
	border:0px;
	margin:0px;
	padding:0px;
}

#nav dl {
	width:163px;
	margin:0px;
	padding:0px;
	font-size:0px;
	text-align:center;
}

dl img{
	border:0px;
	margin:0px;
	padding:0px;
}


#langues{
	position:absolute;
	width:75px;
	height:40px;
	top:329px;
	left:121px;
}

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


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

#content {
	position:relative;
	float:left;
	width:810px;
	height:731px;
}

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




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

#copyrights {
	position:relative;
	float:left;
	width:820px;
	padding-left:180px;
}

#copyrights table {
	margin-left:50px;
}

#copyrights_logos {
	text-align:center;
}

#copyrights_texte {
	text-align:center;
	font-size:10px;
	font-family:verdana,arial;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

#copyrights_links {
	text-align:center;
	font-size:10px;
	font-family:verdana,arial;
	color:#71c1e8;
	overflow:hidden;
	font-weight:bold;	
}

#copyrights_links a{
	font-size:10px;
	font-family:verdana,arial;
	color:#71c1e8;
	text-decoration:none;
}

#copyrights_links a:hover{
	color:#416023;
}



