@charset "iso-8859-15";
/* CSS MODULE NEWS1 */

h1 {
    font-family: 'Playfair Display SC', serif !important;
    font-size: 48px !important;
    color: #b19557 !important;
    margin: 85px 0 60px !important;

}

 .bt-addActu{
    padding-top: 10px;
}
 .une-actu{
    padding:10px 0px 10px 0px;
     border-bottom:1px #E0E0E0 solid;
}
 .first{
    /*padding:20px;
     border:5px #CC0A2F solid;
    */
}
 .paire{
}
 .impaire{
}
/* Titre de la news */
 .une-actu .titre{
    margin-bottom: 5px;
     font-size:2.2em;
     font-weight:bold;
}
 .une-actu .titre a{
    font-weight:bold;
     text-decoration: none;
}
 .une-actu .titre a:hover{
    text-decoration: underline;
}
/* Posté par */
 .une-actu .postby{
     margin:0px 0px 10px 0px;
     font-size:1.2em;
}
 .une-actu .postby .date{
}
 .une-actu .postby .redacteur{
}
 .une-actu .linknext{
}
/* Image de l'actu */
 .une-actu .newsImg{
     position:relative;
     float:left;
     margin:0px 10px 0px 0px;
}
 .une-actu .newsImg .illus{
}
 .une-actu .newsImg .illus img{
}
 .une-actu .newsImg .bt-supimg{
     position:absolute;
     top:5px;
     right:5px;
}
 .une-actu .newsImg .bt-supimg img{
     cursor:pointer;
}
 .une-actu .newsTxt{
    font-size: 1.2em;
     line-height: 1.5em;
}
 .une-actu .newsTxt .newsdesc{
     margin:10px 0px 0px 0px;
     font-size: 1.2em;
}
 .une-actu .newsTxt .link{
     margin:10px 0px 0px 0px;
     font-size:1.2em;
}
 .une-actu .newsTxt .link span{
     font-weight:bold;
}
 .une-actu .newsTxt .link a{
}
 .une-actu .newsTxt .link a:hover{
}
/* ======================================================================== */
/* detail.php */
 .detail-news{
     font-size:13px;
}
 .detail-news .illus{
     float:left;
     margin-right:25px;
     margin-bottom:25px;
}
 .detail-news .editor{
}
 .retourn{
     margin-bottom:15px;
     text-align:right;
}
 .retourn a{
     padding-left:23px;
     background:url(/cssimg/site/ArrowLeft.png) 0 center no-repeat;
}
 .presse{
     margin-bottom:15px;
     text-align:right;
}
 .presse a{
     display:inline-block;
     padding:5px 7px;
     border:1px #004372 solid;
     border-radius:2px;
     text-decoration:none;
}
 .presse a:hover{
     border:1px black solid;
}
 @media only screen and (max-width:480px) {
     .detail-news .illus{
         float:none;
         text-align:center;
    }
     .detail-news .illus img{
         margin-bottom:15px;
         width:100%;
    }
}
