/* Pop-up */
#flash {
	position:absolute;
	top:220px;
	left:450px;
	z-index: 1;
	width:400px;
	height:auto;
	background: no-repeat top left #FFFFFF; 
	padding:5px;
	text-align:center;
	border: 1px solid #CCC;
	
}
#flash h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#003399;
	font-weight:bold;
	margin:32px 0px 20px 0px;
	padding:0px;
	

}
#flash img{
	margin: 1px 5px 1px 2px;
	/*float:right;*/
	border: 1px solid #CCC;
	vertical-align:top;
	padding:2px;

}

#flash a{
	text-decoration:none;
}

#flash_haut {
	text-align:right;
	/*background-color:#CCCCCC;*/
	width:320px;
}

#flash_haut a{
	display:block;
	float:right;
	height:20px;
	width:25px;
}


.pop_gauche {
	display:block;
	width:300px;
	height:200px;
	float:left;
	overflow:hidden;
}
