/*---------------------------------------------------------------------*/
/* HTML et BODY */
/*---------------------------------------------------------------------*/
HTML, BODY
{
width:				auto;
height:				auto;
padding:			0;
margin:				0 auto;
overflow:			auto;
}

/*---------------------------------------------------------------------*/
/* HEADER1 */
/*---------------------------------------------------------------------*/
#header1 {
position: 			static;
width: 				990px;
height: 			30px;
padding:			5px;
margin:				0 auto;

border:				#666666 solid;
border-width:		1px 1px 1px 1px;

background-color:	#33CCFF;

font-family:		"Comic Sans MS";
font-size:			large;
font-style:			normal;
font-weight:		bold;
color:				#000000;
text-align:			center;
}
/*---------------------------------------------------------------------*/
#outils {
position: 			relative;
width: 				150px;
height: 			30px;
float:				left;
}
/*---------------------------------------------------------------------*/
#titre {
position: 			relative;
width:				690px;
height: 			30px;
overflow:			auto; 
float:				left;
}
/*---------------------------------------------------------------------*/
#compteur {
position: 			relative;
width: 				150px;
height: 			30px;
float:				right;
}
/*---------------------------------------------------------------------*/
#stat {
background-color:	#000000;

font-weight:		normal;
font-style:			normal;
font-size:			smaller;

color:				#FFFFFF;
text-align:			left;
}