
#resultats .num{
display:block;
float:right;
height:20px;
text-align:right;
padding-top:18px;
padding-bottom:14px;
padding-right:80px;
}

#resultats .num a{
display:block;
width:25px;
height:18px;
line-height:18px;
/*background-image:url(/images/bg_num.gif);*/
text-align:center;
color:#000;
font-size:10px;
font-weight:bold;
margin-right:5px;
text-decoration:none;
float:left;
}
#resultats .num a.fleche{
display:block;
width:18px;
height:18px;
background-image:url(/images/bg_num_fleches.gif);
}







.thumbnails{
display:block;
width:120px;
border:1px solid #a0ce74;
text-align:left;
background-color:#F4ECDA;
padding:0px;
cursor:pointer;
}

.thumbnails a{
display:block;
width:22px;
height:23px;
background-image:url(/images/info02.gif);
float:right;
text-decoration:none;
padding:0px;
margin:0px;
}

.thumbnails h1{
padding-left:2px;
}

.thumbnails h1 a{
  overflow:hidden;
  height:25px;
	color:#659f2f;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
	width:100%;
	background-image:url();
}

.thumbnails p{
display:block;
color:#659f2f;
text-indent:2px;
font-weight:normal;
font-size:10px;
margin-top:8px;
}

.thumbnails .info{
display:block;
width:22px;
height:23px;
background-image:url(/images/info02.gif);
float:right;
text-decoration:none;
padding:0px;
margin:0px;
}

.thumbnails span{
display:block;
margin-top:8px;
color:#a0ce74;
font-size:9px;
font-weight:normal;
float:left;
text-indent:2px;
}

/* NOUVELLE CSS DES RESULTATS */

#resultats table.resultats{
width:85%;
margin-left:auto;
margin-right:auto;
}

#resultats table.resultats td{
height:220px;
text-align:center;
}

#resultats table.resultats td div{
margin-left:auto;
margin-right:auto;
border:1px solid #d4d4d4;
background-color:#e2e2e2;
width:120px;
height:180px;
overflow:hidden;
}

#resultats table.resultats td div img{
margin:0px;
padding:0px;
}

#resultats table.resultats td div h1, #resultats table.resultats td div h1 a{
margin:0px;
margin-top:1px;
margin-bottom:2px;
padding:0px;
font-size:7pt;
}

