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

.ta_conclusion {
	margin-top:400; 
}


.ed{
	font: 12 arial;
}

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

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

.lien_web:hover {
	color:#006600;
}
.lien_web {
	color: blue;
}
#Nom_Page {
	color:#999966;
	z-index: 1;
	font: 25 arial;
	position: absolute;
	text-align:center;
	width: 100%; /* précision pour Opera */
}
#tab_fiche {
	z-index: 1;
	position: absolute;
	margin-top:30;
	width:95%;
	left: 129px;
}
#tab_fiche1 {
	z-index: 1;
	position: absolute;
	margin-top:50;
	width:95%;
	left: 20px;
}

.plus {
	font: 9;
	color: #000;
	width:600px;
}


body {
	color: black;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	background: url(../images/fond.png) repeat-x ;
}
input {
	text-align:center;
	align : left;
	border:0px;
	background-color:#CCEEFF;
	font: 12 arial;
}
textarea {	
	margin-left:15;
	border:0px;
	background-color:CCEEFF;
	font: 12 arial;
}
p {
	font:11 arial;
	margin-left:5;
	margin-right:5;
}

.table_int {
	z-index: 2;
	text-align:center;
	border-collapse:collapse;
	border-style:solid; 
	border-width:0px; 
}
.td_int { 
	border-style:solid; 
	border-width:1px; 
	border-color:navy;
	width:auto;
}
.td1_int { 
	border-style:solid; 
	border-width:1px; 
	border-color:navy;
}

#menu {
	position: absolute;
	top: 0;
	left: 20;
	z-index:100;
	width: 100%; /* précision pour Opera */
}
#menu dl {
	float: left;
	width: 11em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ddd;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}