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

/*---------------------------------------------------------------------*/
/* HEADER1 */
/*---------------------------------------------------------------------*/
#header1 {
position: 	fixed;
width: 		100%;
min-width:	480px;
height: 	30px;
padding:	5px;

/*
top: 		0;
right: 		0;
bottom: 	auto;
left: 		0;
*/

border:				#666666 solid;
border-width:		0px 0px 1px 0px;
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;
overflow:	visible;
float:		left;
}
/*---------------------------------------------------------------------*/
#titre {
position: 	absolute;
width:		auto; 
min-width:	180px;
height: 	30px;
overflow:	auto;

top: 		auto;
right: 		150px;
bottom: 	auto;
left: 		150px;
}
/*---------------------------------------------------------------------*/
#compteur {
position: 	relative;
width: 		150px;
height: 	30px;
overflow:	visible;
float:		right;
}
/*---------------------------------------------------------------------*/
#stat {
background-color:		#000000;

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

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