html, body
{
SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: arial, verdana, tahoma, "Times New Roman";
	font-size:12px;
	
}

input {
 font-size: 12px;
 font-family: arial, verdana, tahoma, "Times New Roman";
 color: #000000;
 background-color: #FFFFFF;
 border:0px solid #97B0E6;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
 vertical-align:middle;
}

select {
 font-size: 12px;
 font-family: arial, verdana, tahoma, "Times New Roman";
 color: #000000;
 background-color: #FFFFFF;
 border:0px solid #97B0E6;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
 vertical-align:middle;
}

textarea {
 font-size: 12px;
 font-family: arial, verdana, tahoma, "Times New Roman";
 color: #000000;
 background-color: #FFFFFF;
 border:0px solid #97B0E6;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
 vertical-align:middle;
}


.bnr {
	font-family: Tahoma;
	font-size: 11px;
	color: #707989;
}

td.header1 {
 width: auto;
 height: 50px;
 background: #2E2E2E url('../../images/bgheader1.jpg') repeat-x;
}

td.header2 {
 width: auto;
 height: 150px;
 background: #4874CB url('../../images/bgheader2.jpg') repeat-x;
}

td.footer {
 width: auto;
 height: 40px;
 color: #888888;
 background: #2E2E2E url('../../images/bgfooter.jpg') repeat-x;
}

TD.left {
background-image: url(../../images/bg_left.gif);
background-repeat: repeat-y;
background-position: right top;
}

TD.right {
background-image: url(../../images/bg_right.gif);
background-repeat: repeat-y;
background-position: left top;
}

a.menu:link {
	color: #FFFFFF; font-size: 12px; text-decoration: none;	
	font-family: arial, verdana, tahoma, "Times New Roman";}
a.menu:visited {
	color: #FFFFFF; font-size: 12px; text-decoration: none;	
	font-family: arial, verdana, tahoma, "Times New Roman";}
a.menu:hover {
	color: #97B0E6;	font-size: 12px; text-decoration: none;	
	font-family: arial, verdana, tahoma, "Times New Roman";}
a.menu:active {
	color: #97B0E6; font-size: 12px; text-decoration: none;	
	font-family: arial, verdana, tahoma, "Times New Roman";}
	

a.rmenu:link {
	color: #666666; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}
a.rmenu:visited {
	color: #666666; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}
a.rmenu:hover {
	color: #2E2E2E;	font-size: 12px; text-decoration: none;	
	font-family:  Georgia, verdana, tahoma, "Times New Roman";}
a.rmenu:active {
	color: #2E2E2E; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}
	
	
a:link {
	color: #3366CC; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}
a:visited {
	color: #3366CC; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}
a:hover {
	color: #2E2E2E;	font-size: 12px; text-decoration: none;	
	font-family:  Georgia, verdana, tahoma, "Times New Roman";}
a:active {
	color: #2E2E2E; font-size: 12px; text-decoration: none;	
	font-family: Georgia, verdana, tahoma, "Times New Roman";}

h3
{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 150%;
	font-family: verdana, arial, georgia, tahoma, times new roman;
	font-weight: normal;
	border-bottom: 1px solid #C8D5EE;
}

/* horloge */
#horloge {height:110px}
#millieu {position:relative;left:90px;top:50px}
#horloge .dig, #horloge .hour, #horloge .min, #horloge .sec {position:absolute}
#horloge .hour, #horloge .min, #horloge .sec {width:2px;height:2px;font-size:2px}
#horloge .dig {width:30px;height:30px;font-size:10px;color:#000;text-align:center;padding-top:10px}
#horloge .min {background:#0000FF}
#horloge .hour {background:#000}
#horloge .sec {background:#FF0000}
