/* CSS Document */
*{
	/*font-size: 8pt;*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: black;
}
body{
	background-color: #FFFFFF; /* CFD0D1 gris clair */
	/*background-image: url(../images/photos/fond_cafe_1504x1000.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin-top: 0;
}

.bandeau {
	position: relative;
	top: 0px; 
	width: 773px;
	height: 200px;
	margin: 0 auto;
	/*background-image: url(../images/fond/bandeau_lecalame.gif);
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
	border-left: 1px solid #CFD0D1;
	border-right: 1px solid #CFD0D1;
	border-top: 1px solid #CFD0D1;
}
html>body .bandeau {
	/*background-image: url(../images/fond/bandeau_lecalame.png);*/
	width: 773px;
}
#Clock0{		/* position de l'heure */
	position: relative;
	top: 50px;
	right: 10px;
	color: #666666;  /* gris foncé */
	font-size: 8pt;
	text-align: right;
}
html>body #Clock0{		/* position de l'heure */
	top: 55px;
}
/*//////// MENU ///////*/
.menu{
	position: absolute;
	top: 135px; 
	left: 2px;
	width: 750px;
	height: 35px;
	width: 100%;  /*correction pour Opera */	
}
html>body .menu {
	top: 134px;
	width: 770px;
}

#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 22px;
}

#nav a {
	display: block;
	/* width: 9em;*/
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}
#nav a:hover {
	background: #CFD0D1;	/* gris clair */	
	color: #F5A700;			/* orange */
}

#nav li { 
	float: left;
	width: 10.15em; 
	list-style-type: none;
	text-decoration: none;
	background: #F5A700;	/* orange */
	font-size: 8pt;			
}
html>body #nav li { 
	width: 10em; 	
}

/*//////// STATS ///////*/
.stats {
	position: absolute;
	top: 670px;
	left: 700px;
	z-index: -10;
}
