@charset "utf-8";
/* CSS Document */

a.info {
	z-index:2;
	position:relative;
	vertical-align:bottom;
	text-decoration:none
}
a.info:hover{
	z-index:3;
}
a.info span{
	display:none;
}
a.info:hover span{
	width:200px;
	display:block;
	position:absolute;
	text-align:justify;
	margin-left:-210px;
	color:#33F;
}
div.info {
	z-index:2;
	position:relative;
	vertical-align:bottom;
	text-decoration:none
}
div.info:hover{
	z-index:3;
}
div.info .cont{
	display:none;
}
div.info:hover .cont{
	width:200px;
	display:block;
	position:absolute;
	text-align:justify;
	margin-left:-210px;
	color:#33F;
}
.infobulle_haut{
	width:200px;
	height:44px;
	background-image:url(infobulle_haut.png);
}
.infobulle_milieu{
	width:170px;
	padding: 0px 15px 0px 15px;
	background-image:url(infobulle_centre.png);
	background-repeat:repeat-y;
}
.infobulle_bas{
width:200px;
height:30px;
background-repeat:no-repeat;
background-image:url(infobulle_bas.png);

}

.titre_neuf{
	width:95%;
	height:20px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	clear:left;
	border:#999 solid 1px;
	background-image:url(images/template/titre_neuf.jpg);
	background-repeat:repeat-x;
}

.sous_titre_neuf{
	width:95%;
	border:#999 solid 1px;
	clear:left;
}
.cat_attente{
	width:95%;
	opacity:0.25;
	height:20px;
	background-color:#CCC;
	font-size:14px;
}
.cat_attente:hover{
	opacity:1;
	background-color:#FC0;
	font-size:18px;
}
.image_neuf{
	border:double #000 1px; 
	margin-left:10px;
	width:140px;
	height:100px;
}
.image_neuf:hover{
	width:154px;
	height:110px;
}
