
/* © 2010 Bexter Vaince CSS */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*overflow: hidden !important;*/
	/*background:#060939;*/
	background:black;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}

a{
	color: #1fadc4;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #1fadc4;
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0px;
}

strong{
	color:#1fadc4;
	font-weight:bold;
}

h1{
	font-size:10px;
	color:#93928e;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

h2{
	text-transform:uppercase;
	font-size:12px;
	color: #1fadc4;
	margin:0px;
	padding:0px;
}

h3{
	text-transform:uppercase;
	font-size:9px;
	color: #1fadc4;
	margin:0px;
	padding:0px;
}

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

ul{
	padding:0px;
	margin:0px;
	list-style-position:inside;
}

li{
	padding:0px;
	margin:0px;
}

form, table, td, tr{
	padding:0px;
	margin:0px;
}

/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
.top{
	position:fixed;
	top:0px;
	right:15px;
	height:20px;/*20*/
	padding:5px 0px 0px 0px;
	font-size:10px;
	width:80px;
	/*background-color:#25241f;*/
	background-color:#ffffff;
	color:#93928e;
	z-index:999;
	text-align:center;
	
	filter : alpha(opacity=8);
    -moz-opacity : 0.8;
    opacity : 0.8;
}

#site{
	width: 970px;/*990*/
	/*height:480px;*//*500*/
	/*overflow-y:auto;*/
	/*argin-top: -270px;*/
	margin-left: -495px;
	padding: 40px 10px 10px 10px;
	z-index: 5;
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	text-align:justify;
}

#flashcontent {
	z-index:999;
	/*overflow: hidden !important;*/
	margin: 0 auto;
}

#content {
	/*overflow: hidden !important;*/
	width: 100%;
	margin: 0 auto;
}

#homepage {
	margin: 0 auto;
	/*overflow: hidden !important;*/
	width: 100%;
	min-width:990px;
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
.footer{
	position:fixed;
	bottom:0px;
	height:40px;
	font-size:10px;
	width:100%;
	background-color:#25241f;
	color:#93928e;
	z-index:0;
	text-align:center;
}

.footer a{
	color:#93928e;
	text-decoration:none
}

.footer a:hover{
	color:#93928e;
	text-decoration:underline;
}

.footer ul {
	margin:0px;
	padding:0px;
}

.footer li{
	display:inline;
}

#copyright{
	color:#fff;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
}

#copyright a{
	color:#fff;
}

#copyright a:hover{
	color:#fff;
	text-decoration:underline;
}

/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/

#flashLayer{
	z-index:999;
	position:fixed;
}