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

html{
    background:#fff;
}

section#shire_3001{
    position: relative;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 12px;
    background: #fff;
}
    section#shire_3001 p strong{
        font-weight:600;
    }
    section#shire_3001 p em{
        font-style:italic;
    }
    section#shire_3001 sup{
        vertical-align: super;
    }
    section#shire_3001 ul{
        font-size:14px;
        line-height:18px;
        margin-top:-10px;
        padding-bottom:10px;
    }
        section#shire_3001 ul li{
            padding-left:15px;
            padding-bottom:5px;
            background:url("../img/puce.png") no-repeat 0px 2px;
        }
    section#shire_3001 header{
        position: relative;
        width: 100%;
        height: 51px;
        line-height:51px;
        background: #1a171b url("../img/header.jpg") no-repeat top right;
        border-bottom:1px solid #174586;
    }
        section#shire_3001 header p{
            float:left;
            height: 51px;
            line-height:51px;
            padding-left:15px;
            color:#fff;
            font-size:15px;
            font-family: "Cormorant Garamond", serif;
        }
        section#shire_3001 header p .big{
            font-size:22px;
        }
    section#shire_3001 article{
        position: relative;
        width: 100%;
        padding-left:15px;
        padding-right:15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#shire_3001 article h3{
            float:left;
            width:100%;
            padding-top:10px;
            padding-bottom:5px;
            color:#2c82c5;
            font-size:18px;
            font-weight:700;
        }
            section#shire_3001 article h3 sup{
                font-size:10px;
            }
        section#shire_3001 article p{
            float:left;
            padding-bottom:10px;
            color:#000;
            font-size:14px;
            line-height:18px;
        }
            section#shire_3001 article p.intro{
                margin-top:47px;
                margin-bottom:20px;
                padding-bottom:0px;
                padding-left:10px;
                color:#2c82c5;
                font-size:18px;
                line-height:22px;
                border-left: 16px solid #2a82c4;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            section#shire_3001 article p sup{
                font-size:8px;
            }
        section#shire_3001 .cadre{
            float:left;
            position:relative;
            width:576px;
            margin-top:65px;
            margin-left:24px;
            padding-left:53px;
            padding-right:30px;
            padding-bottom:25px;
            padding-top:56px;
            border:2px solid #2c82c5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            section#shire_3001 .cadre h4{
                float:left;
                position:absolute;
                width:194px;
                height:111px;
                top:-55px;
                left:0px;
                padding-top:16px;
                padding-left:36px;
                padding-right:30px;
                color:#ffffff;
                font-size:14px;
                font-weight:700;
                line-height:18px;
                background:url("../img/cadre.png") no-repeat 0px 0px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            section#shire_3001 .cadre p{
                float:left;
                padding-bottom:5px;
                color:#2983c1;
                font-size:12px;
                line-height:18px;
            }
    section#shire_3001 .signature{
        float:right;
        margin-top:35px;
        margin-bottom:23px;
        padding-right:30px;
        text-align:right;
        font-weight:700;
        font-size:14px;
        color:#000;
    }
    section#shire_3001 .video{
        float:left;
        width:440px;
        height:326px;
        margin-left:84px;
        margin-top:20px;
        background:#7e808f;
    }
    section#shire_3001 footer{
        float:left;
        position: relative;
        width: 100%;
        margin-top:10px;
        padding-left:24px;
        padding-top:10px;
        border-top:4px solid #2c82c5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#shire_3001 footer .txt{
            float:left;
            font-size:14px;
            line-height:80px;
            color:#2c82c5;
        }
        section#shire_3001 footer img{
            float:left;
            margin-left:5px;
        }