/* Start of CMSMS style sheet 'accueil - Module: News' */
div#news {
float:left;
   display: inline;
width: 200px;
  margin: 0em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border-right: 1px dashed #ddd; 
  background: transparent; 


}


div#news h2 {
   line-height: 1.5em;
   background: transparent;
border-bottom: 1px dashed #ddd; 
}

.NewsSummary {
    padding: 0.5em 1em 1em 0; /* padding for the news article summary */
    margin: 0 0em 1em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dashed #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
   line-height: 1.2em;
}
.NewsSummaryLink a:link, .NewsSummaryLink a:visited{
color: #FEAE0B;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 1px 0 2px 0;
  font-size: 80%;
color: #aaa;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  font-size: 80%;
color: #aaa;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size: 90%;
 }
.NewsSummarySummary p, .NewsSummaryContent p{
  line-height: 140%;
margin:0;
 }

.NewsSummaryMorelink {
text-align: right;
  padding-top: 0em;
  font-size: 85%;
}
.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited{
color: #aaa;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px dashed #ccc;
  margin: -7px 0 0.5em 0;
  padding: 3px 0 0.2em 0;
color: #aaa;
font-size: 85%;
}

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/



/* End of 'accueil - Module: News' */

