#actualite {
	overflow:hidden;
}

#actualite .top {
	overflow:hidden;
	padding-top:20px;
}

#actualite .bottom {
	margin-top:30px;
	overflow:hidden;
	background:#DDD;
}

#actualite .toptop {
	height:40px;
}

#actualite .top .left {
	clear:both;
}

#actualite .top .right {
	clear:right;
}

#actualite .top .right.empty {
	margin-left:0;
	clear:right;
}

#actualite .header {
	margin-bottom:10px;
}

#actualite .right .date {
	float:right;
	color:#a1a1a1;
	font-size:0.8em;
	font-weight:normal;
}

#actualite .content {
	margin-top:10px;
}

#actualite .picto {
	height:18px;
	position:relative;
	top:2px;
}


.blockactu {
	padding:50px 20px 20px 20px;
}

.blockactu .left {
	width:200px;
	float:left;
	margin-bottom:50px;
	margin-right:50px;
	position: relative;
}

.blockactu .left .image {
	overflow: hidden!important;
	width:200px;
	height:200px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background:white;
}

.blockactu .left .date {
	display: block;
	width:76px;
	height:76px;
	position: absolute;
	top:-20px;
	right:-20px;
	background:#0099A6;
	color:white;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	padding-top:10px;
}

.blockactu .left .date span {
	display: block;
	text-align: center;
	font-weight: bold;
}

.blockactu .left .date span.d {
	font-size:2em;
	line-height: 25px;
}

.blockactu .left .date span.m {
	font-size:1.1em;
	line-height: 16px;
}

.blockactu .left .date span.y {
	font-size:0.9em;
	line-height: 12px;
}

.blockactu .links {
	margin-top:10px;
}

.blockactu .links a {
	display: inline-block;
	margin-right:20px;
	text-transform: uppercase;
	font-weight: bold;
}

.blockactu .links a:hover {
	text-decoration: none;
}

.blockactu .links a.plus {
	color:#0099A5;
}

.blockactu .links a.all {
	color:#F08D00;
}

.blockactu .links a .icon {
	display: inline-block;
	color:white;
	background:red;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	width:26px;
	height:26px;
	line-height: 24px;
	text-align: center;
	font-size: 1.3em;
	background:#0099A5;
}

.blockactu .links a.all .icon {
	background:#F08D00;
}

.blockactu .links a:hover .icon {
	background:#FFF;
	color:#0099A5;
}

.blockactu .links a:hover  {
	color:#FFF;
}