/* 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-agot.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:63px;
	width:928px;
	height:194px;
	position:relative;
	
}

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

#nav{
	position:absolute;
	width:225px;
	top:178px;
	left:-32px;
	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;
}

dl img{
	border:0px;
	margin:0px;
	padding:0px;
}
#smenu{
	width:189px;
	height:64px;
	padding-top:4px;	
}
#langues{
	width:180px;
	height:40px;
	margin-left:90px;
}


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

#content {
	position:absolute;
	left:165px;
	top:172px;
	width:870px;
	height:731px;
}

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

#bloc_wip {
	position:absolute;
	top:16px;
	left:25px;
	background-image:url(../img/background-wip.jpg);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	width:835px;
	height:702px;
}


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

#copyrights {
	position:absolute;
	top:865px;
	left:230px;
	width:800px;
	height:150px;
	font-size:11px;
	font-family:verdana,arial;
	color:#FFFFFF;
}

#copyrights a {
	font-weight:bold;
	color:#091c3e;
	text-decoration:none;
}

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


