/* CSS Document */
#fond{
	position:absolute;
	z-index:90;
	background:#FFF;
	opacity:0.0;
	filter:alpha(opacity=00);   /* Internet Explorer 6     */
	/*height:586px;width:100px;*/
}
#listePays2 {
	position:absolute;
	top:142px;
	left:10px;
	height:75px;
	width:100px;
	background:#FFF;
	color:#000;
	opacity:0.6;
	filter:alpha(opacity=60);   /* Internet Explorer 6     */
	z-index:500;
}
#listePays {
	position:absolute;
	display:none;
	top:89px;
	left:201px;
	height:404px;
	width:584px;
	background:#AAF;
	opacity:0.0;
	filter:alpha(opacity=00);   /* Internet Explorer 6     */
	z-index:500;
}
#listePays div.titre{
	padding:26px 0 3px 40px;
	font-size:12pt;
	font-weight:bold;
}
#listePays .liste{
	overflow:auto;
	height:336px;
	width:547px;
	margin-left:20px;
}
#listePays .destination img {
	float:left;
	margin:8px 10px 0px 25px;
}
#listePays .destination {
	margin:0px;
	height:67px;
	width:527px;
	background:url(../images/dest_bloc.jpg) 0 0px no-repeat;
}
/*#listePays .destination .bloc2{
	display:block;
	padding:10px 10px 0px 0px;
	float:left;
}*/
#listePays .destination span.titre{
	dispaly:block;
	float:left;
	width: 125px;
	margin-top:12px;
	font-size:11pt;
	font-weight:bold;
}
#listePays .destination .decouvrez{
	background: url(../images/puce_dd_sej.gif) 0 15px no-repeat;
	padding:10px 0px 0px 12px;
	margin:6px 0px 8px 19px;
	color:#000;
	float:left;
	width:136px;
}
#listePays .destination .cartouche{
	float:right;

	margin:8px 25px 0px 10px;
	width:52px;
	height:52px;

}
#listePays .destination .decouvrez:hover{
	text-decoration:underline;

}
#listePays .destination .gris{
	background:#BFBFBF;
	padding:1px 6px 1px 6px;
	margin:3px 6px 3px 6px;
	color:#000;
}
#listePays .destination .gris:hover{
	background:#0480C7;
	color:#FFF;
}
#listePays #fermer{
	display:block;
	position:absolute;
	top:20px;
	left:505px;
	width:65px;
	height:18px;
	color:#666;
	background:url(../images/_blank.gif);
	padding:2px 0px 2px 0px;
}
#listePays .wait{
	position:absolute;
	top:200px;
	left:305px;
}

#listePays .liste2{
	overflow:auto;
	height:306px;
	width:547px;
	margin-left:20px;
}
#listePays .detail{
	width:517px;
}
#listePays .detail .img{
float:right;
width:163px;
height:173px;
background:url(../images/h_cadre.jpg) no-repeat;
margin:5px;
}
#listePays .detail .img img{
	margin:9px 0px 0px 10px;
	border:1px solid #EEE;
}
#listePays .detail .texte{
margin:10px 0px 0px 20px;
text-align:justify;
font-size:9pt;
}
#listePays #retour{
	display:block;
	color:#666;
	width:80px;
	padding:5px 0 5px 30px;
	margin: 16px 10px 0px 20px;
	background:url(../images/retour_cadre.jpg) 0 0px no-repeat;
}
#listePays .voir {
	display:block;
	float:left;
	background:#4A92C8;
	color:#FFF;
	font-size:7pt;
	text-align: center;
	padding:1px 10px 1px 10px;
	margin-right:20px;
}
#listePays a.voir:hover{
	background:#C8601A;
}