/* CSS Document */
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #666666;
	background-image: url(images/fond.jpg);
}
th, td, div {
	font-size: 12px;
}
select, textarea, input, option {
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
}
.mnu_entete {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.mnu_entete_actif {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.onglet {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.comment {
	font-size: 10px;
}
.titrart {
	font-size: 14px;
	font-weight: bold;
}
.txt_pied {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.txt_copy {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#contenart {
	position:relative;
	left:0px;
	top:5px;
	width:98%;
	height:500px;
	z-index:1;
	overflow: auto;
	padding: 4px;
}
form {
	margin: 0px;
}
#infos {
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	overflow: visible;
}
#dmdinfos {
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	overflow: visible;
}
