/* CSS Document */
.actualites {
	padding-bottom: 80px;
	}
	
.actualites .centre{
	max-width: 900px;
	}
.actualites.fiche > p{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	}
.actualites h3{
    line-height: 24px;
    vertical-align: middle;
    font-size: 1.5em;
    color: #f1981a;
    font-weight: 300;
	padding: 10px 0 10px;
	}
.actualites h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 0.9em;
    color: #ccc;
    font-weight: 300;
	padding: 0px 0 0px;
	}
.actualites ul{
	margin: 25px 0;
	border-bottom: 1px solid #dbe4ec;
	padding-bottom: 20px;
	}
.actualites ul:last-child{
	border-bottom: none;
	margin: 25px 0 0 0;
	}
.actualites ul.list li:nth-of-type(2) {
	color: #414042;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.14em;
    line-height: 1.7em;
	}
.actualites img{
	max-width: 480px;
	width: 100%;
	height: auto;
	}

.actualites.fiche img{
	max-width: 700px;
	width: 100%;
	margin: 10px auto 30px auto;
	display: block;
	}
.actualites.fiche div#slide {
	margin: 0 auto 0 auto;
	max-width: 700px;
	width: 100%;
	}
.actualites.fiche div#video {
	margin: 0 auto 0 auto;
	max-width: 700px;
	width: 100%;
	}
.actualites.fiche li {
	background: url(/images/puce_2.png) no-repeat 12px 10px;
    padding-left: 25px;
	padding-bottom: 5px;
	font-size: 1.14em;
	}
.actualites.fiche li strong{
    font-weight: 500;
    color: #414042;
	}
	
/*.actualites.fiche li::before {
	content:'';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: 
	}*/
.actualites #page ul {
	text-align: center;
	}
.actualites #page ul li{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	vertical-align:text-top;
	margin: 0 10px;
	line-height: 30px;
	vertical-align: middle;
	}
.actualites #page ul li a{
	text-decoration: none;
	display: block;
	line-height: 30px;
	vertical-align: middle;
	}
