footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}
.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;
}
.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: #727a7d;
	position: relative;
	top: 15px;
	font-size: 14px;
}
.word-of-president{
	width: 80%;
	margin: 30px auto;
}
.word-of-president .word{
	height: 300px;
	background: url('../../images/site/icon-pr.png') no-repeat 20px top, url('../../images/site/icon-pr-rotate.png') no-repeat right bottom;
	margin-bottom: 70px;
}
.word-of-president .word p{
	color: #727a7d;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 35px;
	font-size: 14px;
}
.ctn{
	padding-top: 0px;
}
.list-circulation{
	margin-top: 160px;
}
.president{
	width: 142px;
	height: 158px;
	background: url('../../images/site/img.png') no-repeat center center;
	margin: 10px auto;
	position: relative;
    overflow: hidden;
    border-radius: 0 0 87px 0;
}
.president img{
	height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
}