.home_banner {margin-top:-1px;}

.home_modules {overflow:hidden;padding:50px 0px;}
.home_modules img {max-width:100%;height:auto;}
.home_modules img.ratio {display:block;width:100%;height:auto;opacity:0;*filter:Alpha(opacity=0);}

.home_modules .home_title {text-align:left;margin-bottom:50px; font-size:16px;}
.home_modules .home_title div {font-size:16px;line-height:150%;display:inline-block;*display:inline;*zoom:1;margin-bottom:5px;}
.home_modules .home_title h3, .home_modules .home_title a {line-height:150%; display:inline-block;*display:inline;*zoom:1;font-weight:normal;color:#256055; margin-right:20px;}
.home_modules .home_title a {text-decoration:none; margin-right:0px;}
.home_modules .home_title div div a {border-radius:80px;cursor:pointer; text-decoration:none; font-size:16px; padding:3px 10px; border:1px solid #256055; margin-right:10px;}
.home_modules .home_title div div a:hover {background:#256055; color:#fff; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.home_modules .home_title .border {display:block;height:1px;border-bottom:2px solid #256055;margin-bottom:15px;}


.home_modules .home_content {}

.home_modules .home_image {margin:0px 0px;text-align:center;}
.home_modules .home_image img {max-width:100%;height:auto;}

.home_modules .more {text-align:center;padding-top:50px;}
.home_modules .more a {display:inline-block;*display:inline;*zoom:1;font-size:18px;padding:5px 80px 5px 20px;border:2px solid #999;background:url(../images/Arrow_More.png) 90% center no-repeat;}

.affiche .div1 {width:72px;}
.affiche .div2 {margin-left:72px;}

.home_about .home_content {margin-top:20px;}

.home_15 {}
.home_15 .images {margin-right:-5px;}
.home_15 .images .div {float:left;width:100%;}
.home_15 .images .div .image {position:relative;margin-bottom:5px;overflow:hidden;cursor:pointer;}
.home_15 .images .div .image .hover {position:absolute;right:0px;top:0px;height:100%;width:100%;z-index:1;}
.home_15 .images .div .image .fix {position:absolute;right:0px;top:0px;height:100%;width:5px;background:#F6F6F6;z-index:10;}
.home_15 .images .div .image img {display:block;width:100%;height:auto;}

.home_15 .images .div .image .hover {position:absolute;right:0px;top:0px;height:100%;width:100%;z-index:1;}
.home_15 .images .div .image .hover .mask {position:absolute;right:0px;top:0px;height:100%;width:100%;background:#256055;z-index:2;opacity:0;filter:Alpha(opacity=0);}
.home_15 .images .div .image .hover img {width:104%;height:auto;}

.home_15 .images .div .image .hover div {position:absolute;overflow:hidden;left:30px;top:30px;right:30px;bottom:30px;z-index:3;}
.home_15 .images .div .image .hover div h3 {font-weight:bold;position:absolute;left:0px;bottom:0px;color:#fff;width:80%;max-width:500px;text-shadow:0px 3px 5px rgba(0, 0, 0, .5);}
.home_15 .images .div .image .hover:hover div h3 {color:#fff;}
.home_15 .images .div .image .hover div h4 {position:absolute;left:0px;bottom:-100%;color:#fff;width:80%;max-width:500px;text-shadow:0px 3px 5px rgba(0, 0, 0, .5);}
.home_15 .images img {max-width:none;}
.home_15 .images img.ratio {opacity:0;filter:Alpha(opacity=0);}


.home_product .list_image {width:auto !important;margin-left:-1px !important;margin-right:-1px !important;}
.home_product .list_image li {width:20%;margin-right:0%;margin-bottom:0px;}
.home_product .list_image li .image {padding:1px;text-align:center;position:relative;}
.home_product .list_image li .image .div {width:100%;height:100%;text-align:center;position:relative;}
.home_product .list_image li .image img.ratio {display:block;width:100%;height:auto;opacity:0;filter:Alpha(opacity=0);}
.home_product .list_image li .image a img{width:100%;height:100%;*height:expression(this.parentNode.offsetHeight);position:absolute;left:0px;top:0px;z-index:1;}

.home_product .list_image li .image_hover {position:absolute;left:1px;top:1px;bottom:1px;right:1px;z-index:2;opacity:0;filter:Alpha(opacity=0);background:#256055;}
.home_product .list_image li:hover .image_hover {opacity:0.8;filter:Alpha(opacity=80); -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}

.home_product .list_image li .image_hover img {width:100%;height:100%;opacity:0;filter:Alpha(opacity=0);}

.home_product .list_image li .title {font-size:16px;color:#fff;text-decoration:none;margin-top:-15px;line-height:130%;position:absolute;text-align:center;left:10px;top:50%;right:10px;z-index:3;opacity:0;filter:Alpha(opacity=0);text-shadow:2px 2px 5px rgba(0,0,0,0.5);}
.home_product .list_image li:hover .title {opacity:1;filter:Alpha(opacity=100); -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}

.home_17 .TableEvenly li:hover img {-webkit-animation:circle 0.5s 1 linear;}

@-webkit-keyframes circle{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(360deg); }
}