img{
	border:solid 1px;
	border-color:#000000;
}
a:hover {
	color:#006600;
}
a {
	color: blue;
}

.ta_conclusion {
	margin-top:500; 
}

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

body {
	background: url(../images/fond.png) repeat-x ;	
	color: black;
	padding: 0;
	font: 85% 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: 85%; /* précision pour Opera */
}

#page_contenu {
	z-index: 1;
	position: absolute;
	margin-top:90;
	width:85%;
	left: 20px;
}
#tableau {
	z-index: 1;
	position: absolute;
	top:75;
	width:85%;
	text-align:center;
}

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

#News {
	position: absolute;
	margin-left:20;
	top:280;
	width:85%;
}

#tab_conclusion
{
	position: absolute;
	width:85%;
	top:440;
}
#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;
}