.color1{
/* ligne paire */
background-color:#EEEEEE;
//background-color:#F5CC6B;
//	background-color:#DDBB44;
}
.color2{
/*background-color:#B4E2FE;*/
//	background-color:#EEDD99;
}
.tab_date{
}
.tab_mm{
	color:#00FFFF;
}
.tab_cm{
	color:#FF6600;
}
.tab_max{
	color:#FF0000;
/*	text-align:center;*/
}
.tab_min{
	color:#0000FF;
/*	text-align:center;*/
}
.tab_moy{
	color:#996600;
/*	text-align:center;*/
}

.Pointer_Click{
cursor:pointer;
}

#page_data{
	top: 0;
	left:170;
	z-index: 1;
	position: absolute;
	width: 85%; /* précision pour Opera */
}

.lien_web:hover {
	color:#006600;
}
.lien_web {
	color: blue;
}
body {
	background: url(../images/fond.png) repeat-x ;	
	color: black;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tr{
	color: black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
p {
	margin-left:5;
	margin-right:5;
}


.ed{
	font: 11 arial;
}
div{
	margin-left=5;
	margin-right=5;
}
table {
	z-index: 2;
	text-align:center;
	border-collapse:collapse;
	border-style:solid; 
	border-width:0px; 
	border-color:black;
	
}
td { 
	border-style:solid; 
	border-width:1px; 
	border-color:navy;
}
.ta_g {
	border-width:1px; 
	border-color:black; 
	padding:10px; 
	float:left;
}

.ta_d {
	border-width:1px; 
	border-color:blue; 
	margin-left:15px; 
	padding:10px; 
	height:20px;
}

#titre_page {
	top: 40;
	color:#999966;
	z-index: 1;
	font:20 arial;
	position: absolute;
	text-align:center;
	width: 100%; /* précision pour Opera */
}
#tableau {
	z-index: 1;
	position: absolute;
	top:75;
	width:90%;
	text-align:center;
}

#menu1 {
	position: absolute;
	top: 0;
	left: 20;
	z-index:100;
	width: 100%; /* précision pour Opera */
}
#menu1 dl {
	float: left;
	width: 5em;
	color:#0066FF;
}

#tab_conclusion
{
	margin-top:230;
}
#tab_conclusion dt {
cursor:default;
	text-align: left;
	font-weight: bold;
	background: #ddd;
	border: 1px solid green;
	margin: 1px;
}
#tab_conclusion li {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:5;
}

#menu1 dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ddd;
	border: 1px solid green;
	margin: 1px;
}
#menu1 dd {
	background:#FFF;
	display: none;
	border: 1px solid blue;
}
#menu1 li {
	text-align: center;
	background:#D7FFDE;
	font-size:9px;
}
#menu1 li a{
	color: #707;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu1 dt a {
	color: #707;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu1 li a:hover, #menu1 dt a:hover {
	background:#FFFF66;
}