footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}
.container{
	font-size: 13px;
}

.retour p{
	position: relative;
	right: 50px;
	top: 10px;
	color: #727a7d;
}
.retour p a{
	text-decoration: none;
	color: #727a7d;
}
.retour p .glyphicon{
	color: orange;
	font-size: 12px;
}
.ctn{
	position: relative;
	padding-top: 124px;
}
.list-circulation{
	position: absolute;
    right: 50px;
    margin-top: 44px;
}
.list-circulation li span{
	color: #c2c6c7;
	background: #efefef;
	padding: 17px 5px;
}
.list-circulation li{
	padding-left: 0;
	padding-right: 0;
}

.list-circulation li .second{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.list-circulation li span:hover{
	color: #f8ba19;
	background: #efefef;
}
.titre h1{
	font-size: 25px;
}
.titre h1 a{
	text-decoration: none;
	color: #727a7d;
	font-weight: bold;
	padding-bottom: 13px;
	background: url('../../images/site/line-intro.png') no-repeat bottom center;
}
.titre p{
	color: #777;
	margin-top: 30px;
	line-height: 30px;
}

.titre{
	width: 80%;
	margin: 10px auto;
}
.titre h2 a{
	text-decoration: none;
	color: #727a7d;
	font-weight: bold;
}

.titre ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.titre ul li{
	line-height: 35px;
	color: #727a7d;
}
.titre ul li .icon{
	padding-right: 5px;
}
.titre ul li a{
	text-decoration: none;
	color: #727a7d;
}
.ctn{
	padding-top: 0px;
}
.list-circulation{
	margin-top: 160px;
}
#download-list li span{
	color: orange;
	margin-right: 5px;
}
#download-list li{
	line-height: 20px;
}
#download-list{
	margin-top: -25px;
}