*{
	box-sizing: border-box
}
header .images {
	position: absolute;
	width: 100%;
	height: 480px;
	background-image: url('../images/detail.jpeg');
	background-position: center;
	background-size: cover;
}header #images {


	background-image: url('../images/bg1.jpg');
  background-position: center;
  background-size: cover;

}
 header .images .text {
 	width: 100%;
 	height: 100%;
 	background-color: rgba(0,0,0,0.4);

 }header  .images .text article {
 	text-align: center;
 	font-size: 45px;
 	color: white;
 }

header #images .text {
 	width: 100%;
 	height: 100%;
 	background-color: rgba(0,0,0,0.4);

 }header #images .text article {
 	text-align: center;
 	font-size: 45px;
 	color: white;
 }


 .contenus {
 	width:100%;
 	height: 700px;
 	background-color: white; 
 }.contenus div {
 	float: left;

 }.contenus .left {
 	width :60%;
 	height: 100%;
 background-color: white;

 }
 .contenus  .right {
 	width: 40%;
 	height: 100%;
 	background-color: white;
 }
