#thickbox {
	display:none;
	position:absolute;
	top:60px;
	left:50%;
	z-index:6000;
	margin:0 auto 0 -250px;
	padding:0;
	width:500px;
	background:#4f82a9;
	border:10px solid #fff;
}

#thickbox-contenu {
	margin:0;
	padding:15px;
	color:#fff;
	text-align:left;
}

#thickbox-contenu * {
	color:#fff;
}

#thickbox h1 {
	margin:0 0 1em 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

#thickbox h1 img {
	margin:0 0 0 0;
	padding:0;
	vertical-align:text-bottom;
}

#thickbox p.bouton {
	margin:2em 0 0 70px;
	width:350px;
	overflow:hidden;
	text-align:center;
}

#thickbox a.bouton {
	margin:0 10px 0 0;
	padding:2px 5px 2px 5px;
	display:block;
	float:left;
	width:150px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#fff;
}

#thickbox a.bouton:hover {
	color:#000;
	background:#77c4ff;
}

/*#thickbox a.bouton.non {
	float:right;
}*/

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

