body,html,p, form{
	padding:0px;
	margin:0px;
}
body,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
a:link,a:active,a:visited {
	color:FFFFFF; text-decoration: none;
}
a:hover {
	color:FF0000; text-decoration: none;
}
h2,h1{
	color:#C38F61;
}
img{
	border:none;
}
.type{
	background-color:#e42125;
	color:#FFFFFF;
	font-weight:bolder;
	padding:5px;
	display:compact;
	margin:5px;
}
.rouge{
	color:#e42125;
}
.info{
    position:relative; 
    z-index:24;
    text-decoration:none;
}

.info:hover, .iehover{ z-index:25; }

.info span{display: none}

.info:hover span,  .iehover span{ 
   	display: block;
	position: absolute; 
	top: 5px; 
	left: 0px; 
	padding: 5px; 
	margin: 0; 
	z-index: 100;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}

.contenu img{
	border-width:5px;
	margin:5px;
	border-color:#000000;
	border-style:solid;
}



