*{
	box-sizing: border-box;
}
html, body{
	width: 100%;
	height: 100%;
	font: 14px 'Roboto', sans-serif;
	background: #e8e8e8;
}
.wrapper{
	padding: 0 30px;
}
#main_wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
}
header #main_header{
	height: 50px;
	margin-bottom: 30px;
	position: relative;
	background: url(../img/bg_header.jpg) repeat;
	padding: 27px 0 0 30px;
}
header #main_header:after{
	content: "";
	position: absolute;
	left: 766px;
	top: 0;
	width: 67px;
	height: 100%;
	background: url(../img/patch.jpg) no-repeat;
}
header #main_header span{
	color: #0072bb;
}
header #main_header img{
	position: absolute;
	border-top: 5px solid #fff;
	top: 0;
	right: 0;
}
header h1{
	font-size: 34px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 0 30px 45px;
	position: relative;
}
header h1:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px 15px 15px 15px ;
	border-radius: 15px 15px 15px 15px ;
	background: url(../img/arrow.png) no-repeat;
	background-color: #3f8bc5;
	background-position: 50%;
	top: 0;
	left: 0;
}
header p{
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	padding-bottom: 27px;
}

#section1 #encart{
	width: 298px;
	height: 216px;
	position: relative;
	float: left;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background: #ea2323;
	background: -moz-linear-gradient(left, #ea2323 0%, #faa629 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ea2323), color-stop(100%, #faa629));
	background: -webkit-linear-gradient(left, #ea2323 0%, #faa629 100%);
	background: -o-linear-gradient(left, #ea2323 0%, #faa629 100%);
	background: -ms-linear-gradient(left, #ea2323 0%, #faa629 100%);
	background: linear-gradient(to right, #ea2323 0%, #faa629 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2323', endColorstr='#faa629', GradientType=1 );
}
#section1 #encart:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #fff;
	top: 122px;
	left: 30px;
}
#section1 #encart:after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	height: 16px;
	top: 99px;
	right: -8px;
	background: #faa629;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#section1 #encart h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	padding: 55px 0 0 30px;
}
#section1 #encart p{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 30px 0 0 30px;
}
#section1 #encart_content{
    width: 592px;
    height: 216px;
    position: relative;
    float: left;
    border: 1px solid #ebebeb;
    border-left: 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 21px 77px 0 30px;
    background: url(../img/bg_osteo.jpg) no-repeat;
    background-position: cover;
}
#section1 #encart_content p{
    line-height: 24px;
    letter-spacing: -0.025em;
    text-align: justify;
    width: 530px;
    margin-bottom: 16px;
}
#section1 #encart_content ul{

}
#section1 #encart_content ul li{
    padding: 0 0 14px 15px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
#section1 #encart_content ul li:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ec4648;
	background: -moz-linear-gradient(left, #ec4648 0%, #f8a84b 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ec4648), color-stop(100%, #f8a84b));
	background: -webkit-linear-gradient(left, #ec4648 0%, #f8a84b 100%);
	background: -o-linear-gradient(left, #ec4648 0%, #f8a84b 100%);
	background: -ms-linear-gradient(left, #ec4648 0%, #f8a84b 100%);
	background: linear-gradient(to right, #ec4648 0%, #f8a84b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4648', endColorstr='#f8a84b', GradientType=1 );
}

#section2 header{
	display: inline-block;
	width: 100%;
	padding: 40px 0 20px 0;
}
#section2 header div{
	float: left;
	width: 432px;
	height: 50px;
	background: #3f8bc5;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 16px;
}
#section2 header div:last-child{
	float: right;
	padding-top: 7px;
}
#section2 section{
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
#section2 section img{
	margin-bottom: 16px;
}
#section2 section div{
	width: 432px;
	float: left;
}
#section2 section div:last-child{
	float: right;
	padding-top: 5px;
}
#section2 section div p{
	line-height: 24px;
	text-align: justify;
}
#section2 section div p a{
	color: #000;
}
#section2 section div ul{
	margin: 22px 0;
}
#section2 section div ul li{
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	color: #3f8bc5;
	padding: 0 0 25px 20px;
	position: relative;
}
#section2 section div ul li a{
	color: #3f8bc5;
}
#section2 section div ul li:last-child{
	padding-bottom: 0;
}
#section2 section div ul li:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	left: 0;
	top: 10px;
	background: #3f8bc5;
}
#section3{
	position: relative;
	padding-top: 112px;
}
#section3 h3{
	font-size: 16px;
	font-weight: 700;
    line-height: 24px;
    padding: 33px 0 0 95px;
    margin-bottom: 41px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0 );
    background-size: 50px 100%;
}
#section3 h3:before{
	content: "";
	position: absolute;
	width: 34px;
	height: 46px;
	top: 34px;
	left: 32px;
	background: url(../img/picto_graph.jpg) no-repeat;
}
#section3 #legende{
	width: 100%;
	height: 108px;
	background: #f9f9f9;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	color: #5c5c5c;
}
#section3 #legende p{
	font-size: 20px;
	line-height: 106px;
	padding-left: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
#section3 #legende ul{
	display: inline-block;
	float: right;
	margin-top: 28px;
}
#section3 #legende ul li{
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-right: 80px;
	text-align: right;
}
#section3 #legende ul li a{
	color: #5c5c5c;
}
#section3 #legende ul li:after{
	content: "";
	position: absolute;
	right: 50px;
	width: 20px;
	height: 20px;
	background: #cccccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#section3 #legende ul li:first-child{
	margin-bottom: 10px;
}
#section3 #legende ul li:first-child:after{
	background: #faa629;
	background: -moz-linear-gradient(top, #faa629 0%, #eb2724 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #faa629), color-stop(100%, #eb2724));
	background: -webkit-linear-gradient(top, #faa629 0%, #eb2724 100%);
	background: -o-linear-gradient(top, #faa629 0%, #eb2724 100%);
	background: -ms-linear-gradient(top, #faa629 0%, #eb2724 100%);
	background: linear-gradient(to bottom, #faa629 0%, #eb2724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa629', endColorstr='#eb2724', GradientType=0 );
}
#section3 img{
	display: block;
}
#section3 #precision{
	height: 67px;
	margin: 40px 0;
	position: relative;
}
#section3 #precision div{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 365px;
	width: 160px;
	background: #2d638c;
	border: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 2;
	-webkit-box-shadow: 0 2px 0 0 #255173;
	box-shadow: 0 2px 0 0 #255173;
	text-align: center;
}
#section3 #precision div:last-child{
	width: 660px;
	height: 40px;
	line-height: 40px;
	background: #3f8bc5;
	top: inherit;
	bottom: 0;
	z-index: 1;
	left: 115px;
	-webkit-box-shadow: 0 2px 0 0 #2d638c;
	box-shadow: 0 2px 0 0 #2d638c;
}

#section4 #tableau{
	position: relative;
}
#section4 #tableau ul{
	width: 100%;
	display: table;
}
#section4 #tableau ul li.tab_title{
	font-size: 14px;
	font-weight: 700;
	color: #656565;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}
#section4 #tableau #tab_body{
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
}
#section4 #tableau ul li:nth-child(1){width: 200px;}
#section4 #tableau ul li:nth-child(2){width: 344px;}
#section4 #tableau ul li:nth-child(3){width: 344px;}
#section4 #tableau ul#tab_head{
	border-top: 1px solid #dddddd;
}
#section4 #tableau ul#tab_head li{
	float: left;
}
#section4 #tableau ul#tab_head li{
	line-height: 50px;
}
#section4 #tableau #tab_body ul:nth-child(1), #section4 #tableau #tab_body ul:nth-child(2){
	border-bottom: 1px solid #dddddd;
}
#section4 #tableau #tab_body ul:nth-child(2) li{
	background: #f9f9f9;
}
#section4 #tableau #tab_body ul li{
	height: 220px;
	display: table-cell;
	background: #f2f4fa;
	vertical-align: middle;
	padding: 0 10px 0 20px;
	text-align: left;
	color: #3f8bc5;
	line-height: 24px;
}
#section4 #tableau #tab_body ul li em{
	font-weight: 700;
}
#section4 #tableau #tab_body ul li.tab_title{
	text-align: center;
	color: #656565;
	padding: 0;
}
#section4 #tableau #tab_body ul li:nth-child(1), #section4 #tableau #tab_body ul li:nth-child(2){
	border-right: 1px solid #dddddd;
}
#section4 #signature{
	position: relative;
	height: 80px;
}
#section4 #signature:before{
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 740px;
	height: 1px;
	background: #000;
}
#section4 #signature span{
	font-size: 16px;
	font-weight: 700;
	float: right;
	line-height: 80px;
}

#section5{
	padding-bottom: 28px;
}
#section5 h4{
	font-size: 18px;
	font-weight: 700;
	color: #3f8bc5;
	padding: 7px 0 16px 30px;
}
#section5 ul li{
	padding: 0 0 4px 30px;
}