/*================ procedure ====================*/
.procedure{
	width: 200px;
	height: auto;
	position: relative;
	float: right;
	text-align: right;
	background: transparent;
	font-size: 12px;
	top:0;
	background:transparent
}
.procedure span{
	text-align: justify;
	display: block;
	margin-bottom: 20px;
}
.procedure ul li{
	list-style: none;
	padding: 5px;
	height: auto;
	line-height: 25px;
	margin:12px 0;

	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	-o-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
.procedure ul li a{
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
.procedure ul li a:hover{
	text-decoration: underline;
}
/*================ Pop up ====================*/
.popup{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	position: absolute;
	width: 520px;
	height: 525px;
	opacity: 1;
	left:456px;

	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	-o-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
.bouton{
	width: inherit;
	height: inherit;
	display: block;
}
.popup span{
	font-size: 12px;
	line-height: 12px;
}