#details .right{
	float: right;
	height:150px;
	margin: 0 5px 10px 10px;
}

#details .infos {
	width:100%;
	margin-top:10px;
	display:table;
}
#details .infos table {
	width:100%;
	margin:0;
}
#details .infos td {
	line-height:20px;
}
#details .infos td.intitule {
	width:30%;
	text-align:right;
}
#details .infos td.intitule p {
	background-color:#ececec;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#details .infos td.val {
	width:70%;
}
#details .infos td.val p {
	padding-left:5px;
}