/* Start of CMSMS style sheet 'options-accueil : une' */
div#une {
  margin: 0 0 1em 0;  /* margin for the entire div surrounding the news list */
  border-bottom: 2px solid #4B6CA3; 
  background: #FFF; 
  /*height: 210px;*/
}

div#une h2 {
   line-height: 2em;
   background: #fff;
}

div#une a,
div#une a:link 
div#une a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #0000cc; 
}

div#une a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
div#une a:hover {
   text-decoration: none;
   color: #cc0000;
}

div#une .NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #000ccc; 
}

div#une .NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

div#une .NewsSummaryLink {
font: bold 2.4em "Trebuchet MS", Arial, Sans-Serif;
padding-top: 0;
}

div#une p#NewsSummaryMorelink {
padding-top: 0;
display: inline;
}

div#une p#NewsSummaryMorelink a { text-decoration: underline;}

div#une .NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

div#une .NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

div#une .NewsSummarySummary, div#une .NewsSummaryContent {
  line-height: 140%;
 }

div#une .NewsSummaryMorelink {
  padding-top: 0;
}

div#content #NewsPostDetailDate {
  font-size: 90%;
  margin: 0 5px 3px 0;
  font-weight: normal;
  font-style: italic;
  color:#999999;
  }

div#une #NewsPostDetailSummary {
   line-height: 150%;
   }

div#une #NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

div#une #NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

div#une #NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */
 
div#content  h3#NewsPostDetailTitle {
font: bold 2.4em "Trebuchet MS", Arial, Sans-Serif;
padding-top: 0;
color: #003399; 

}


/*
div#une #NewsPostDetailHorizRule {}
div#une #NewsPostDetailPrintLink {}
div#une #NewsPostDetailReturnLink {}
*/

.imageune { float: left; margin: 0 5px 2px 0;   height: 200px; width: 231px; }

/* End of 'options-accueil : une' */

