@charset "utf-8";
@import url(reset.css);

html{
    background:#fff;
}

section#cnam_2805{
    position: relative;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 12px;
    background: #fff;
}
    section#cnam_2805 p{
        font-size:14px;
        line-height:18px;
        padding-bottom:15px;
    }
    section#cnam_2805 p.justify{
        text-align:justify;
    }
    section#cnam_2805 p strong{
        font-size:17px;
        font-weight:700;
        color:#4c5ba7;
    }
    section#cnam_2805 p em{
        font-style:italic;
    }
    section#cnam_2805 ul{
        font-size:14px;
        line-height:18px;
        margin-top:-10px;
        padding-bottom:10px;
    }
        section#cnam_2805 ul li{
            padding-left:15px;
            padding-bottom:5px;
            background:url("../img/puce.png") no-repeat 0px 2px;
        }
    section#cnam_2805 header{
        position: relative;
        width: 100%;
        height: 292px;
        background:url("../img/header.jpg") no-repeat center bottom;
    }
        section#cnam_2805 header p{
            padding-left:37px;
            line-height:32px;
            font-size:14px;
        }
        section#cnam_2805 header h1{
            float:left;
            position: relative;
            width: 250px;
            padding-left: 100px;
            padding-top:45px;
            color:#000;
            text-align:left;
            font-size:28px;
            line-height:30px;
            text-transform:uppercase;
        }
            section#cnam_2805 header h1 strong{
                font-weight:700;
            }
    section#cnam_2805 article{
        position: relative;
        width: 100%;
        padding:27px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#cnam_2805 article p.signature{
            float:right;
            padding-left:15px;
            background:url("../img/puce2.png") no-repeat 0px 3px;
        }
        section#cnam_2805 article p strong{
            color:#000;
            font-size:14px;
        }
    section#cnam_2805 footer{
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#cnam_2805 footer .qrcode{
            float:left;
            width:100%;
            background:#4c5ba7;
        }
            section#cnam_2805 footer .qrcode p{
                color:#fff;
                width:300px;
                margin-left:27px;
                margin-top:10px;
                padding-bottom:10px;
                font-size:13px;
                line-height:16px;
                text-align:left;
            }
                section#cnam_2805 footer .qrcode p img{
                    float:right;
                    margin-top:2px;
                    margin-left:15px;
                    margin-bottom:5px;
                }

                section#cnam_2805 footer .qrcode p a{
                    color:#ffffff;
                }


        section#cnam_2805 footer .cnam{
            position:absolute;
            right:24px;
            top:18px;
        }
        section#cnam_2805 footer .texte{
            float:left;
            width:300px;
            margin-left:27px;
            margin-top:10px;
            padding-bottom:0px;
        }
            section#cnam_2805 footer .texte p{
                font-size:13px;
                line-height:16px;
            }
