@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}

body{
	line-height:15px;
	width:100%;
	background-color:black;
	color:white;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	background-image:url('../img/espacee.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	text-align:center;
}

img, .transp, #page { behavior: url(js/iepngfix/iepngfix.htc) }

h1{
	font-size:16px;
	font-family:inherit;
	
}

h2, ins{
	font-size:15px;
	margin:40px 0 25px 0;

}



h3{
	margin:0;
	padding:0;

}

.titre3{
	font-weight:bold;
	font-size:13px;
}

p{
	text-align:justify;
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:20px 0 20px 0;
}

b{

}
ol, ul{
	list-style: disc;
	margin-left:30px;
}
.gauche{
	position:relative;
	width:708px;
	float:left;
	padding:14px 0 5px 0px;
	margin:1px 0 0 1px;
}

.droite{
	margin:0;padding:0;
	float:left;
}

.clearboth{
	clear:both;
}

#fondHaut{
	position:absolute;
	top:0;
	left:0;
	width:708px;
	height:14px;
	background-image:url(../img/fond_top.png);
	background-repeat:no-repeat;
}

#fondBas{
	position:absolute;
	bottom:0;
	left:0;
	width:708px;
	height:5px;
	background-image:url(../img/fond_bottom.png);
	background-repeat:no-repeat;
}

a{
	color:white;
	font-weight:bold;
}

a:hover{
	color:#FF9900;
}




#contenu{
	position:relative;
	margin:auto;
	width:940px;
	padding:0;
	z-index:9;
	text-align:left;
}

#zoneCentrale{
	margin:0;padding:0;
	width:940px;
}

#header{
	width:940px;
}

#banniere{
	width:940px;
	height:200px;
	background-repeat:no-repeat;
}

#menu{
	width:100%;
	height:40px;
}

#header ul{
	margin:0;
	padding:0;
}

#header li{
	float:left;
	list-style-type:none;
	margin-right:20px;
}

#header li a{
	text-decoration:none;
	color:#009900;
	
}

#header li a:hover{
	color:#00FF66;
}

.sign{
	width:50px;
	height:50px;
	position:absolute;
	bottom:20px;
	right:20px;
}

/*  --------  login ------------------------------------------------------------------------------------  */
#userStatus, #adminStatus{
	position:relative;
	width: 226px;
	height: 157px;
	clear:both;	
}

#userStatus .fields{

	line-height:15px;
	border:1px solid black;
}
#userStatus .submit{
	margin:5px 0 5px 0;
	padding:2px 7px 2px 7px;
	background-color:black;
	color:white;
	border:1px solid white;
}
#userStatus p{
	margin:5px 0 0 0;
	padding:0 0 0 0;
}


#adminStatus{
	height:auto;
}
#userStatus #username, #userStatus #password{
	padding:2px 2px 2px 5px;
	margin:0;
	width:150px;
}

#contentUserStatus{
	width:210px;
	position:absolute;
	top:17px;
	left:13px;
	z-index:10;
}

#contentUserStatus p{
	text-align:left;
}

#contentUserStatus #liens{
	margin:0;
	padding:0;
	width:200px;
}



/*  --------  serveur   ------------------------------------------------------------------------------------  */

#serverStatus{
	position:relative;
	width: 227px;
	height:283px;
	z-index:10;
	float:left;
}


#serverStatus #contentServerStatus{
	position:relative;
	width:216px;
	top:15px;
	left:5px;
	z-index:9;
}


.bgFlash{
	position:absolute;
	width:100%;
	height:100%;
	z-index:8;
}



/*  -------- Page --------------------------------------------------------------------------------------  */

#page{
	width:708;
	position:relative;
	z-index:9;
	background-image:url(../img/fond_middle.png);
	background-repeat:repeat-y;
	min-height:423px;
}


/* --------------------------------------------------------------------------------------------  */
#footer{
	width:940px;
	height:40px;
	bottom:0px;
	position:relative;
	clear:both;	
}


/* ------ Autres --------------------------------------------------------------------------------------  */
.block{
	display:block;
}	

.inline{
	display:inline;
}

