@charset "utf-8";
/* CSS Document prodetics.com */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 5px;
}
a {
	font-size: 4px;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
}
table { text-align:center; border:none;}
a:hover, a:focus, a:active { border:none; text-decoration:none;font-style : normal; }
a.bouton:active {outline-style:none;}

.div1 { visibility:hidden; width: auto; height:auto}
a.lireplus span{
position:absolute;
display:none;
width:200px;
background-color:#fff;
border:1px solid #4a3826;
padding:5px;
color:#4a3826;
}
a.lireplus:hover span{
display:block;
font-size:14px;
position: absolute;
z-index:150;
width: auto;
height: 100;
margin: auto;
margin-bottom:80px;
vertical-align: top;
}