/*
.Blog{
	
cursor: pointer;
padding: 6px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
margin-left: 20px;
margin-right: 20px;
border-bottom: 1px solid #BBB39C;
clear: both;
width: 680px;


}
.Blog:nth-child(2n+1) {
background-color:rgba(219, 207, 176, 0.2);;

}
.Blog:first-child{
	border-top: 1px solid #BBB39C;

}

.Blog .Date{
	float: left;
	margin-right: 22px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-radius: 0px;
	
	background-color: #838383;
	
	color: #FFF;
	margin-top:10px;
	margin-bottom:10px;
	transition: 1s;

}
.Blog .Date .Jour, .Blog .Date .Mois{ 

	width: 30px;
	height: 17px;
	line-height:16px;



display:block; margin:2px; border-bottom: 1px solid #fff;} 
.Blog .Date .Mois{border-bottom: 0px solid #fff;height: 16px;} 

.Blog:hover .Date {background-color: #FFA02C;}

.Blog h2{
	margin:0px;
	
}


.Blog:hover{
}

*/

#BtnAutreBlog{
	display:block;
	float:right;
	line-height: 27px;
	
	margin-top:-5px;
	background-color:#666666;
		border:1px solid #333;
	color:#F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:5px;
	margin-right:5px;
	background-image: url('https://attitudes.fr/Img/Btn30.png');
	cursor:pointer;
	transition:0.3s;
	width:200px;
	text-align:center;
}

#BtnAutreBlog #BoiteAutreBlog {
	display:block;
	position:absolute;
	
	-moz-box-shadow: 0px 0px 3px #ccc; 
	-o-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;

	border: 1px solid #999;
	width:0px;
	height: 0px;
	padding:0px;
	background-color:#FFF;
	
	overflow:auto;
	
	margin-top:0px;
	text-align:left;
	width:388px;
	opacity:0;
	margin-top:-28px;	
	transition:0.3s;
	transition-delay:0.1s;


	
	
}

#BtnAutreBlog:hover #BoiteAutreBlog {
	width:398px;
	height:300px;
	margin-top:-328px;
	opacity:100;
	


}


#BtnAutreBlog #BoiteAutreBlog a{
	display:block;
	line-height:23px;
	color:#999;
	font-weight:normal;
	text-indent:10px;
	margin:2px;

					-webkit-border-radius: 2px;
	-moz-border-radius:  2px;
	border-radius: 2px;

		

	
	
}

#BtnAutreBlog #BoiteAutreBlog a:first-child{
	
					-webkit-border-radius: 5px 2px 2px 2px;
	-moz-border-radius:  5px 2px 2px 2px;
	border-radius: 5px 2px 2px 2px;

}


#BtnAutreBlog #BoiteAutreBlog a:hover{
	
	background-color:#2e91d0;
	background-color:#E20A16;
	
	background-image: url('https://attitudes.fr/Img/Btn30.png');
	
	color:#fff;
	text-decoration:none;


}

#BtnAutreBlog:hover{
	width:400px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background-color:#AEB419;
	background-color:#E20A16;
	border:1px solid #C10E18;
	border-top:0px solid #C10E18;	
}

.Blog{border-bottom:1px solid #BBB39C; padding: 10px 0px;}
.Blog:nth-child(2n) {background-color: rgba(219, 207, 176, 0.2);}

.Actu {border-bottom:0px; margin-bottom: 5px;}



.Actu img{width: 120px; float:left; margin-right:20px; margin-bottom:10px;}
.Actu a{display: block;border:0px;color:#FFAA42; font-size: 16px; margin-bottom:0px;	margin-left: 140px; text-align:left; font-weight: bold;}
.Actu p{ margin-left: 140px; margin-top: 0px;}
.Actu p.Date{font-size: 14px; margin-bottom:10px; font-weight:bold; color:#494949;}