/* CSS Document */
/*----- Article -----*/
#homebtn {
    width: 34px;
    height: 34px;
    margin-top: 5px;
    margin-left: 30px;
}
#article h1 {
    font-size: 18px;
    line-height: 40px;
    color: #555555;
    text-align: center;
    padding: 0 35px;
}
#article h2 {
    font-size: 16px;
    line-height: 40px;
    color: #555555;
    text-align: left;
    padding: 0 35px;
}
#article .paragraph {
    text-align: justify;
    padding: 0 35px;
    font-size: 14px;
    line-height: 1.8em;
}
#btntelecharger {
    display: block;
    background: url(../images/multilng/classique/downloadbtn.png) no-repeat center center;
    width: 82px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-left: 20px;
    text-decoration: none;
    margin-top: 5px;  
}
/*----- Header -----*/
/* + Cf. main.css */
#headerempty {
    height: 170px;
    width: 1020px;
    margin: 0px auto;       
    background: url(../images/multilng/classique/headerempty.jpg) no-repeat center top;
}
/*----- Footer -----*/
#footer {
	margin-top: 20px;   
	width: 100%;
	height: 57px;
}
#footerimg {
	height: 58px;
	width: 980px;
	margin: 0 auto;
	color: #444444;
	text-align: right;
	line-height: 25px;
	font-size: 10px;
    background: url(../images/multilng/classique/footer.jpg) no-repeat center center;
}

