/**********LEXIQUE & ABREVIATIONS**********/
#lex-box{
    width: 85%; /**ou 1200px**/
    margin: auto;   
}

#lex-cont{   
    width: 100%;
    margin: 0px auto;
    box-shadow:  0px 0px 10px #222;
    background-color: #F0F0EF;
    text-align: justify;
    line-height: 24px;
}

/**#lex-cont p{
    line-height: 24px;
}**/ /**TEST**/

article{
    padding: 10px 30px 50px 30px;
}

article > h1{
    padding: 10px 0px 17px 0px;
}

dt{
    font-weight: bold;
    text-decoration: underline;
}

dt, dd{
    display: inline;
    /**line-height: 24px;**/ /**TEST**/
}

dd{
    margin: 0px;
}

/**********A PROPOS**********/
#som{
    text-align: center;
}

#som a{
    font-weight: bold;
    color: #FF5500;
    text-decoration: none;
}

#som a:hover{
    opacity: 0.7;
}

article > h2{
    font-size: 22px;
    padding-top: 15px;
    text-decoration: underline;
    text-decoration-color: #FF6600;
}

/**********NEWS**********/
.archive{
    display: table;
    margin: 40px auto 30px auto;
}

.cadre{
    display: table;
    margin: 10px auto;
    width: 95%;
    max-width: 700px;
    border: 1px solid #333;
    background-color: white;
}

.cadre:hover{
    box-shadow: 0px 0px 4px #222;
}

.cadre a, .archive a{
    text-decoration: none;
    color: #FF8000;
}

.cadre a:hover, .archive a:hover{
    color: #FAAC58;
}

.image{
    padding: 10px 5px 0px 10px;
    float: left;
}

.titre{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 6px;
}

.date{
    display: inline;
    font-size: 14px;
    font-style: italic;
    color: #333;
    font-weight: normal;
    padding-left: 10px;
}

.date > a{
    color: #333;
}

.date > a:hover{
    color: #333;
    opacity: 0.7;
}

.image-cont{
    min-height: 61px;
    display: inline-block;
    float: left;
}

.titre-cont{
    min-height: 61px;
    width: 80%;
    display: inline-block;
    float: left;
}

@media screen and (min-width: 959px){ 
    .titre-cont{
        width: 88%;
    }
}

@media screen and (min-width: 681px) and (max-width: 959px){ 
    .titre-cont{
        width: 84%;
    }
}

.cadre::after{
    content: "";
    display: table;
    clear: both;
}

.temp{
    min-height: 600px;
}

.sign{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: orange;
    text-align: right;
    padding-right: 10%;
}

iframe{
    display: table;
    margin: 40px auto;
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 600px){ 
    iframe{
        width: 370px;
        height: 208px;
    }
}

@media screen and (min-width: 681px) and (max-width: 959px){ 
    iframe{
        width: 500px;
        height: 281px;
    }
}

/**********RESPONSIVE**********/
@media screen and (max-width: 680px){ 
    article{
        padding: 10px 15px;
    }
    #lex-box{
        width: 100%;
    }
}