.actuhome{padding-bottom:2%;}
.view {
   width: 100%;
   margin: 10px 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;  
    position: relative;
}
.view .index-titre-actu {
   text-transform: uppercase;
   font-size: 22px;
    font-weight: 600;
    color: #fff;
   text-align: center;
   position: relative;
   margin: 8% 0 0 0;
   width: 80%;
  margin-left:auto;
   margin-right:auto;
}

.view .index-soustitre-actu{
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
	text-align: center;
	margin:0px;
	padding:0px;
	padding-top:20px;
		width: 80%;
   margin-left:auto;
   margin-right:auto;
   margin-bottom: 3%;
   padding-bottom: 3%;
      }
.view .index-texte-actu {
	width:90%;
   font-size: 14px;
   position: relative;
    color: #fff;
   padding: 0 2% 2%;
   text-align: center;
   margin-left:auto;
   margin-right:auto;
   margin-top: 3%;
}
.view a.index-bouton-actu {
   webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	background-color: #007a49;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
.view a.index-bouton-actu:hover {
	background-color:-#fff474;
   -webkit-box-shadow: 0 0 5px #ffffff;
   -moz-box-shadow: 0 0 5px #ffffff;
   box-shadow: 0 0 5px #ffffff;
}