body{
	background-image: url(../image/fondhome.gif);
	background-color: Black;
	color: White;
	margin: 0px;
	padding: 0px;
}
#page{
	top: 0px;
	left: 0px;
	width: 100%;
}
#menu{
	position: absolute;
	top: 135px;
	left: 0px;
}
#annonce{
	position: absolute;
	top: 25%;
	left: 40%;
	z-index: 1;
	text-align: center;
}
#mouvement{
	position: absolute;
	top: 80%;
	left: 4px;
}
.ipt{
	border: 0px none Green;
	background-color: transparent;
}
.img{
	margin-top: 4px;
}
a.txt{
	text-decoration: none;
}
a:hover.txt{
	color: Lime;
	background-color: Highlight;
}

/* horloge */
#Od, #Of, #Oh, #Om, #Os{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
#ieDate, #ieFace{
	position:absolute;
	top:0px;
	left:0;
	text-align:center;
	color:#009999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	width: 10px;
}
#ieHours, #ieMinutes, #ieSeconds{
	position:absolute;
	width:16px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; 
	color:#00ccff;
	text-align:center;
}
#ieFace, #ieSeconds{
	color:#336666;	
}
.nsDate, .nsFace{
	position:absolute;
	top:100px;
	left:100px;
	height:10px;
	width:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#009999;
	text-align:center;
	z-index:10;
}
.nsFace{
	color:#336666;	
}
.nsSeconds, .nsMinutes, .nsHours {
	position:absolute;
	top:100px;
	left:200px;
	height:15px;
	width:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#336666;	
	text-align:center;
	z-index:10;
}
.nsMinutes, .nsHours{
	color:#00ccff;
}