/* TITRE */
H1{
  font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #bb3604;
	text-decoration: none;
	display:inline;
}
ul H2{
	font-family: Tahoma;
	font-size: 1em;
	color: #3b3b3b;
	text-decoration: none;
	display:inline;
	
	}
H2 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #3b3b3b;
	text-decoration: none;
	display:inline;
}

H3{
padding-bottom:0px;
display:block;
color:#A40404;
font-family: Tahoma;
font-size:9px;
text-align:left;

}



/* ITEM */
.index_item a{
color:#535050;
}
.index_item H3{
display:inline;
margin: 0 auto;
}
.index_item .src{
font-weight:bold;
font-size:8px;
color:#046120;
}
.index_item a:hover{
color:#535050;
z-index:1000;
}
.index_item {
position: relative;
float:left;
font-size:9px;
margin:0px 0px 0px 0px;
text-align:center;
min-height:180px;
width:125px;
padding:0px;
/*display: inline; */

}

.index_title {
height:20px;
width:160;
padding-bottom:1px;
display:block;
color:#228B22;
font-family:Tahoma,Arial;
font-weight:bold;
font-size:1.0em;
text-align:left;
overflow:hidden;

}

.index_info_left {
color:#666666;
float:left;
font-size:10px;
text-align:left;
/*width:65px;*/
}
.index_info_right {
color:#666666;
float:right;
font-size:10px;
text-align:right;
width:85px;
}
.index_item img {
border:#535050 solid 2px;
padding:0px;
margin-left:0px;
}

.index_item img:hover {
border:#f0901e solid 2px;
}
/* INFO BULLE */
.index_item.info_bulle:hover{
 background: none; /* correction d'un bug IE */
z-index: 800;

}
.index_item .info_bulle b{
font-style:normal;
font-family:verdana;
font-size:11px;

}

div > .index_item, td > .index_itemtd {
	
	position:static; 
	overflow:visible;
}
.index_item .info_bulle em
{	display:none;

}   
.index_item:hover .info_bulle {
position:relative;z-index:500;
}

.index_item:hover .info_bulle em
{
font-size:11px;
font-weight:bold;
clear:both;
line-height:15px; display:block; position:absolute; top:0px; left:0px; padding:5px; border:1px solid #fff; background:#f0901e; color: #000; width:300px

} 
