/* CSS Document */

/*.banniere .banner {
	background-image: url(../images/progiciel2.png);
	height:172px;
	
}*/
.body {
}
.body .block {
	width:100%;
	margin-top:41px;
}
.body .block .img {
	display:block;
	float:left;
	text-align:center;
	margin-top:-79px;
}
.body .block .text.first {
	margin-top:0px;
	padding-bottom:20px;
	display:block;
	font-size:13px;
	line-height:20px;
}

.body .block .text {
	float:right;
	width:580px;
}
.table table {
	width:100%;
	display:block;
	float:right;
	margin-bottom:30px;
}
.table .num {
	font-size:38px;
	width:178px;
	text-align:right;
}
.table .text {
	color:#FFF;
	height:100%;
	font-size:11px;
	padding:15px;
}
.table .color-1 {
	background-color:#016aae;
}
.table .color-2 {
	background-color:#67a6ce;
}
.table .color-3 {
	background-color:#67a6ce;
}
.table .color-4 {
	background-color:#99c3df;
}
.table .text-2 {
	line-height:35px;
	vertical-align:middle;
	font-size:17px;
}
.table .text-3 {
	float:right;
	width:90%;
	padding-left:10%;
	text-align:justify;
	font-size:13px;
}
.table a {
	color:#016aae;
	clear:both;
	float:left;
	margin:15px 0px;
}
.imgs {
	width:100%;
	display:block;
	clear:both;
	margin:auto;
	text-align:center;
}
.imgs  img {

}
@media screen and (max-width:999px) {
	.body .block .img {
		display:none;
	}
	.body .block .text.first {
		margin-top:0px;
	}
	.body .block .text {
		width:100%;
		text-align:justify;
	}
	.table .num {
		width:auto;
	}
}