.NEWS {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}


.NEWS img {
    margin-top: 2px;
    /*width: 105px;*/
    /*height: 105px;*/
    margin-bottom: 20px;
    float: left;
    border: 1px solid #CCC;
}
.NEWS a:link {
    color: #000;
    text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.NEWS a:visited {
    color: #000;
    text-decoration: none;
}
.newsTitre {
    margin-top: 0;
/*  font-family:'MyriadProBoldCondensed', Sans-Serif;
    font-size: 30px;
    line-height: 29px;
*/
    font-family:'MyriadProCond', Sans-Serif;
    font-size: 25px;
    line-height: 27px;
    font-style: normal;
    margin-left: 122px;
}

.newsTitre a:hover {
    text-decoration: underline;
}
.newsTitre.show {
    margin-left: 0px;
    font-size: 36px;
    line-height: 38px;
}

.encadre {
    padding:20px;
    background-color:rgb(250, 250, 250);
    border:1px solid #CCC
}

h1 {
    margin-top: 0px;
/*    font-family:'MyriadProBoldCondensed', Sans-Serif;*/
    font-family:'MyriadProCond', Sans-Serif;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 15px;
    color: #000000;
}

.newsComplement {
    margin-top: 2px;
    margin-bottom: 7px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    margin-left: 122px;
    color: #999999;
}

.newsComplementTheme {
    color: #666666;
}

.newsComplement.show {
    margin-left: 0px;
}

.newsTexte {
    margin-top: 3px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    color: #666666;
    margin-left: 122px; /* 120 + 2 à cause du filet de 1px autour de l'image */
    margin-bottom: 20px;
}
.newsTexte.show {
    margin-left: 0px;
    color: #000000;
    text-align: justify;
}


.newsTexte.show p {
    /*text-align: justify;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #666666;
}

.newsTexte.show p.header {
/*    font-weight: bold;
    font-size: 15px;*/
    color: #000000;
}

.newsRub {
    border: 1px solid #ebe9e9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #333;
    padding:7px;
    padding-left: 10px;
    margin-bottom:18px;
    margin-top:10px;
}



.legende {
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 15px;
}


.folio {
    float:right;
    top: 5px;
    width: 100%;
    height:24px;
}
.folio ul {
    float:right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.folio li {
    float:left;
    margin-left: 5px;
    padding: 0;	
}
.folio ul li a {
    width:24px;
    line-height:24px; /*hauteur de l'image de fond*/
    text-decoration:none;
    text-align:center;
    display:block;
    background:url(../images/folio/buttonFolio_off.jpg);
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.folio ul li a.selected {
    background:url(../images/folio/buttonFolio_on.jpg);
}
