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

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

div#news {
  margin: 2em 0 1em 1em;
  border: 1px solid #000; 
}
#content .NewsSummaryLink h2 {
   margin-top: -10px;
}

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

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

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

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

.NewsSummaryLink h2 {
   font-size: 1.2em;
   width: 825px;
   float: left;
   padding: 0;
   margin: 0;
}

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

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

.NewsSummarySummary {
  padding: 0 10px;
  clear: both;
  margin-top: 30px;
}

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

.NewsSummaryMorelink {
  padding: 0.5em 20px 0 0;
  margin-top: 5px;
  width: 935px;
  text-align: right;
}

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

h2#NewsPostDetailTitle {
  font-size: 1.6em;
  color: #545454;
  float: left;
  width: 800px;
}

#NewsPostDetailDate {
   font-size: 90%;
  font-weight: bold;
  float:left; 
  text-align: right; 
  width: 130px; 
  color: #DE8712;
  border-right: 3px solid #DE8712; 
  padding-right: 3px;
   margin-top: 15px;
  }

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

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

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




/* End of 'Module: News' */

