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

/*---------------------------------------------------------------------*/
/* HEADER1 */
/*---------------------------------------------------------------------*/
#header1 {
width: 				auto;
height: 			30px;
padding:			5px;

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 {
display: 	none;
}
/*---------------------------------------------------------------------*/
#titre {
}
/*---------------------------------------------------------------------*/
#compteur {
display: 	none;
}
/*---------------------------------------------------------------------*/
#stat {
display: 	none;
}

