.page_content>div{
	display: flex;
    flex-direction: column;
    align-items: stretch;
}
.page_content>div>div:first-of-type{
	padding:5px;
	border-radius:10px 10px 0px 0px;
	border:solid 5px #ddd;
	margin:0;
	background:rgb(66,66,66);
	color:#fff;
}
.page_content>div>div:first-of-type a{
	color:#fff;
}
.page_content>div>div:first-of-type a img{
	height:40px;
}
.page_content>div>div:nth-of-type(2),.page_content>div>div:last-of-type{
	padding:5px;
	background:#ddd;
}
.page_content>div>div:last-of-type{
	border-radius:0px 0px 10px 10px;
}
.page_content>div>div input[type=button]{
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
	background:#555;
	color:#fff;
	box-shadow:#666 0px 0px 5px;
	border:none;
	cursor:pointer;
}
.page_content>div>div input[type=button]:hover{
	background:#333;
}
.page_content>div>table{
	display: inline-block;
	overflow: auto;
	max-width: 100%;
	margin: auto;
	font-size:14px;
	background:#eee;
}
.page_content>div>table a{
	display:inline-table;
	width:100px;
	padding:3px;
	border-radius:5px;
	background:#050;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.page_content>div>table a:hover{
	background:#060;
}
.page_content>div>table tr td{
	border-bottom:solid 1px #999;
}
.page_content>div>table tr:last-of-type td{
	border-bottom:none;
}
.page_content img{
	vertical-align:middle;
}
span.avocat_nonagree{
	color:#900;
}
span.avocat_agree{
	color:#090;
}