.contenue_commune{
	width: 100%;
	height: 800px;

}.contenue_commune div{
	float: left;


}.contenue_commune .left{
	width: 60%;
	height: 800px;


}
.contenue_commune .left div{
	width: 100%;
	height: auto;
	padding: 2% 2% ;
}.contenue_commune .left div center{
	width: 90%;
	height: auto;
	padding: 1% 1% ;
	background-color: white;
	border-bottom: solid;
}

.contenue_commune .right{
	width: 40%;
	height: 900px;
	background-color: white;
padding:1% 0%;
border-radius: 10px;
-webkit-box-shadow: -1px 0px 24px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 24px 0px rgba(0,0,0,0.75);
box-shadow: -1px 0px 24px 0px rgba(0,0,0,0.75);

}.contenue_commune .right button {
	width: 70%;
	height: 70px;
	margin: 1% 12%;
border-style: none;
border: 1px solid;
border-radius: 30px;
text-align: center;
font-size:16px;
color: black;
background-color: white;

}.contenue_commune .right button:hover{

}