/* Start of CMSMS style sheet 'News' */
/*NEWS*/

.nav {
   background-color: #badef5;
   padding: 6px;
   margin: 12px 6px;
   height: 15px;
} .nav a { margin: 0 24px 0 0; }

div#news {
  margin: 2em 0 1em 1em;
  border: 1px solid #000; 
}

#content .NewsSummaryLink h2 a, #content .NewsSummaryLink h2 a:link {
   color: #545454;
   padding: 4px;
}

#content .NewsSummaryLink h2 a:visited {
   color: #616161;
}

#content .NewsSummaryLink h2 a:hover {
   color: #7DB425;
   background-color: #fff;
   text-decoration: none;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; 
    margin: 0 0.5em 1em 0.5em;
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryLink h2 {
   font-size: 1.1em;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  float:left; 
  text-align: right; 
  width: 100%; 
  color: #86bd2b;
  border-right: 3px solid #86bd2b; 
  padding-right: 3px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    margin:-5px 0 10px 0;
}

.NewsSummarySummary {
  margin-top: -15px;
  padding: 0 10px;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding: 0.5em 0.3em 0 0;
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

/* FIN sommaire */
/* DEBUT details post */

#content #NewsPostDetailTitle {
  font-size: 1.6em;
  color: #545454;
}

#NewsPostDetailDate {
   font-size: 90%;
  font-weight: bold;
  float:left; 
  text-align: right; 
  width: 100%; 
  color: #86bd2b;
  border-right: 3px solid #86bd2b; 
  padding-right: 3px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   padding: 0px 10px 12px 10px;
   margin-top: -8px;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  padding: 0 10px;
  }

#NewsPostDetailPrintLink { padding-top: 5px; }
#NewsPostDetailReturnLink { }




/* End of 'News' */

