html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
    position: relative;
    height: 100%
}
#PiedPage {
	position: absolute;
	bottom: 0;
}

div#ListeProd {
width: 100%;
height: 100%;
overflow: auto;
}

.vlocked {
position:relative;
top: expression(document.getElementById("ListeProd").scrollTop-4); /*IE5+ only*/
	background-image: url(/menu/images/tab_entete.gif);
z-index: 20;
}
.tableauentete1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #52BE65;
	background-image: url(../images/saisie/degrade.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 10px;
}

.tableauentete1anc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #68C07A;
	background-image: url(/menu/images/tab_entete.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
}
.tableauentete1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #68C07A;
	padding-top: 8px;
}
.tableauentete2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #C75964;
	background-image: url(/menu/images/tab_entete2.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
}
.tableauentete2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #C75964;
	padding-top: 8px;
}

.tableauligne0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	cursor: hand;
	padding: 2px;
}
.tableauligne1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1FAF3;
	padding: 2px;
}
.tableauligne2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D8F1DD;
	padding: 2px;
}
.textetitre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0257;
}
.tableauligne3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
.tableaulignejaune {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF00;
	padding: 2px;
}
.tableaulignegris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
}

.curseur {
	cursor: pointer;
}
.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.champtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #C75964;
	background-image: url(/menu/images/barre_bouton.gif);
	padding: 5px;
	text-align:center;
}
.bouton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #C75964;
	background-image: url(/menu/images/barre_bouton2.gif);
	padding: 5px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}

.bouton2 a:link, .bouton2 a:visited {
	color: #550000;
	text-decoration: none;
}
.bouton2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.news_fond {
	background-image: url(images/news_fond.jpg);
	background-position: bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;
}

a.info:hover{z-index:25; }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:inline;
	font-size: 10px;
	color: #009900;
	z-index:200;
    background-color: #FFFFFF;
	position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #229922;
    padding:5px;
 }

