/* Start of CMSMS style sheet 'Asteur : News' */
/* CSS Document */
.NewsSummary {
    border-bottom: 1px dotted #fcf4e8;
    /*border : 1px  white groove;*/
    padding-top : 10px;
    padding-bottom : 10px;
    width : 90%;
    margin : auto;
}

.NewsSummaryPostdate {
   font-size: 10px;
   font-style: italic;
   padding-top: 6px;
   padding-bottom: 4px;
   color : #645a47;
}

.NewsSummaryLink {
   margin-top : 5px;
}
.NewsSummaryLink a {
   font-weight: bold;
   color: white;
}
.NewsSummaryLink a:hover {
   font-weight: bold;
color: #ff6600;
background-color:white;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 1.6em;  
   /*color: #645a47;*/
    color : #333333;
}

.NewsSummaryMorelink {
text-align : right;
  padding-top: 0.5em;
}
.NewsSummaryMorelink  a {
 color : #5a503f;
}
#NewsPostDetailDate {
   font-size: 10px;
   font-style: italic;
   padding-top: 4px;
   padding-bottom: 4px;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#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 {}
*/


div#article .NewsSummaryLink {
   margin-top : 5px;
}
div#article .NewsSummaryLink a {
   font-weight: bold;
   /*color: #e7dfd4;*/
color: white;

}
div#article .NewsSummaryLink a:hover {
   font-weight: bold;
  /* color: #e7dfd4;
   background-color :  #d07235;*/
color: #ff6600;
background-color:white;
}

div#actualite .NewsSummary {
   /* background-color : #b7a790;  
    border : 1px solid #e7dfd4;*/
border : none;
    width : 160px;
    margin : auto;
}

div#actualite .NewsSummaryPostdate {
   font-size: 10px;
   font-style: italic;
  /* padding-top: 6px;
   padding-bottom: 4px;*/
   color : #645a47;
}

div#actualite .NewsSummaryLink {
   margin-top : 5px;
}
div#actualite .NewsSummaryLink a {
   font-weight: bold;
   color: white;
}
div#actualite .NewsSummaryLink a:hover {
   font-weight: bold;
color: #ff6600;
background-color:white;
}

div#actualite .NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

div#actualite .NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

div#actualite .NewsSummarySummary, .NewsSummaryContent {
   line-height: 1.6em;  
   color: #645a47;
}

div#actualite .NewsSummaryMorelink {
text-align : right;
  padding-top: 0.5em;
}
div#actualite .NewsSummaryMorelink  a {
 color : #5a503f;
}

/* End of 'Asteur : News' */

