#colonne {
	position: absolute;
	left: 20px;
	top: 250px;
	width: 150px;
	height: 216px;
	background: #fff;
	border: solid 2px #000;
	z-index: 50;
}
#colonne a {
	width: 150px;
	height: 214px;
	float: left;
}
#colonne a:hover {
	cursor: pointer;
	background:#FFF9E1;
}
#colonne img {
		margin: 8px 8px;
		border: solid 1px #999;
}
#pop0, #pop2, #pop1 {
	display:none;
	position:absolute;
	top: -70px;
	left:170px;
	width: 560px;
	height:580px;
	border:1px solid #999;
	border-color:#999 #666 #666 #999;
	background-color: #000;
	color:#666;
	z-index: 60;
}
#pop0 h3 {
	padding-top:0;
	text-align:center;
	color: #fff;
	line-height: 1em;
	font-size: 1.2em;
	margin: 2px 0 3px 0;
}
#pop0 p {
	text-align:center;
	font-size:0.9em;
	color: #c30c3e;
}
#pop0 img {
	display: block;
	margin: auto;
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}