body {
margin: 0; 
padding: 0;
background: #CCC;
height:100%;
font-family: arial;
background: #FFF;
/*
	background-image:url(../images/logo-e-sysFly.png) ;
	
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	*/
}

html {
    scroll-behavior: smooth;
}

html, body {
  height : 100%
}

.cont_page{
margin: 0px auto;
width: 1000px;
height: 100%;
}

.body_inner{
	margin:0px;
	padding:0px;
}


.title {
    position: relative;
    height: 100px;
}

	.title_top {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		position: relative;
	}

	.title_info {
		float: left;
		width: 20%;
		text-align: center;
	}

	.title_info_before, .title_info_after {
		float: left;
		width: 40%;
		height: 10px;
		border-bottom: 2px solid #CCC;
	}
	
.block {
    width: calc(100%/4);
	float: left;
position: relative;
display: inline-block;
}

.block_inner {
	/*border: 1px solid #ccc;*/
    text-align: center;
    box-shadow: 0px 0px 5px #CCC;
    /*border-radius: 5px;*/
    box-sizing: border-box;
	margin:5px;
}


.block_titre {
    background-color: #1B97F3;
    background: transparent linear-gradient(to bottom, #6BCE59, #689F38) repeat scroll 0% 0%;
    color: #FFF;
    line-height: 20px;
    border-radius: 5px 5px 0px 0px;
    font-size: 15px;
}

.block_titre_hover {
    background-color: #1B97F3;
    background: transparent linear-gradient(to bottom, #1277D3, #0E579A) repeat scroll 0% 0% !important;
    color: #FFF;
    line-height: 20px;
    border-radius: 5px 5px 0px 0px;
    font-size: 15px;
}

.block_contenu{
	background-color: #f4f4f4;
	height: 400px;

}

	.block_contenu > img{
		max-width: 100%;
		max-height: 100px;

	}
	
a {
    width: 100%;
    background: transparent linear-gradient(to top, #6BCE59, #689F38) repeat scroll 0% 0%;
    display: block;
    color: #FFF;
    text-decoration: none;
	border-radius: 0px 0px 5px 5px ;
	line-height: 30px;
}

a:hover {
    width: 100%;
    background: transparent linear-gradient(to top, #1277D3, #0E579A) repeat scroll 0% 0%;
    display: block;
    color: #FFF;
    text-decoration: none;
	border-radius: 0px 0px 5px 5px ;
	line-height: 30px;
}