.slider{
	width:100%;
}
.slider img{
	display:none;
	width:100%;
}
#slider1{
	width:100%;
	max-width:1400px !important;
}
.residence{
	width:100%;
	display:inline-block;
	margin-bottom:20px;
	margin-left:10px;
}
.contenu .residence p{
	/*width:600px;*/
	width:70%;
	margin-left:30px;
}
.partenaires{
	width:250px;
	display:inline-block;
	text-align:center;
}
.agenda{
	width:500px;
	display:inline-block;
	vertical-align:top;
	margin-left:50px;
}
.agenda ul li{
	list-style-type: none; 
}
.date{
	border-radius:8px;
	display:inline-block;
	background-color:#8a6952;
	color:#FFF;
	padding:8px;
	font-size:15px;
	text-align:center;
	margin-bottom:10px;
	width:50px;
}
.evenement{
	width:300px;
	display:inline-block;
	margin-left:50px;
}

/**********************  Version tablette  ****************************/
@media screen and (max-width: 768px) {
	.contenu .residence p{ margin-left:10px; width:95%;}
	.partenaires{margin-left:180px; margin-bottom:20px;}
	.residence img{width:100px; height:100px; margin-left:140px;}
}

/**********************  Version mobile  ****************************/
/** Paysage **/
@media screen and (max-width: 500px) {
	.slider .rslides{display:none;}
	.slider img{display:block; width:100%; height:100%;}
	.residence img{width:80px; height:80px; margin-left:80px;}
	.residence p{display:none;}
	.partenaires{display:none;}
	.agenda{margin-left:0px; width:440px;}
	.evenement{width:220px;}
}
/** Portrait **/
@media screen and (max-width: 350px) {
	.slider .rslides{display:none;}
	.slider img{display:block; width:100%; height:100%;}
	.residence{margin-left:0;}
	.residence img{width:80px; height:80px; margin-left:40px;}
	.residence p{display:none;}
	.partenaires{display:none;}
	.agenda{margin-left:0px; width:290px;}
	.evenement{width:120px;}
}