#head_image {
background:#FE5D00 url("image/interdit_public.jpg") no-repeat scroll 0;
height:150px;
line-height:24px;
padding:30px 0 30px 50px;
}

#text {
float:left;
padding-left:20px;
width:900px;

}
#box-cont {
    padding: 12px;
    display: flow-root;
}
.boiteaccessoire1 {
  background-color: #fff;
  float: left;
  font-weight: bold;
height: 265px;
  margin: 6px;
  padding: 12px 6px 6px;
  text-align: center;
border-radius: 7px;
    text-decoration: none;
    width: calc(20% - 24px);
    box-shadow: 0px 2px 7px #0000006b;
} 
.boiteaccessoire1 a {
	text-decoration: none;
	color:#000;
}
.boiteaccessoire1:hover {
    transform: scale(1.05);
}