/* news.css */

/* newsBox Home */

#GoodPlanBox .titleNews,
#EventBox .titleNews {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color : #2A3990;
  margin: 0;
}
#GoodPlanBox a.titleNewsLink,
#EventBox a.titleNewsLink {
  color : #2A3990;
}
#GoodPlanBox .contentNews,
#EventBox .contentNews {
  font-size: 11px;
  text-align: justify;
  margin: 0 0 10px 0;
  cursor: pointer;
}
#GoodPlanBox .photoNews img,
#EventBox .photoNews img {
  height: 50px;
  width: 60px;
  margin: 3px 5px 0 0;
  //position: relative;  /* IE hack */
}
#GoodPlanBox .cleaner,
#EventBox .cleaner {
  clear: both;
}

/* Actualites */

#NewsBox .author {
  text-align: justify;
  color: #5a5a5c;
}
#NewsBox .photo {
  float: left;
  margin-right: 10px;
}
#NewsBox .photo img {
  width: 300px;
}
#NewsBox .NewsArchive {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
}
#NewsBox .NewsArchive li {
  margin: 10px 0;
}
#NewsBox .NewsArchive li .photo {
  margin: 0;
}
#NewsBox .NewsArchive .NewsArchivePage .photo img {
  height: 56px;
  width: 75px;
  border: none;
  margin: 2px 5px 0 2px;
}
#NewsBox .NewsArchive li.NewsArchivePage {
  clear: both;
  padding-bottom: 20px;
  height: 55px;
  cursor: pointer;
}
#NewsBox .NewsTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}
#NewsBox .NewsTitle a {
  color : #2A3990;
  font-weight: bold;
}
#NewsBox a:hover .NewsTitle {
  background: white;
}
#NewsBox .NewsArchive .NewsArchivePage .NewsTitle {
  font-size: 13px;
}
#NewsBox .consult {
  position: absolute;
  font-weight: bold;
}
#NewsBox .consultBottom {
  font-weight: bold;
}
#NewsBox .NewsDate {
  font-weight: normal;
  font-size: 11px;
  color: #0071BC;
}
#NewsBox .year{
  background-color: #FF8800;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0;
}
#NewsBox .small {
  font-size: 11px;
}
#NewsBox a.back {
  color : black;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 18px;
  background: transparent url(/images/red-arrow.png) no-repeat;
}
#NewsBox li.newsbottom {
  list-style-type: disc;
  color : #2A3990;
}
#NewsBox li.newsbottom a {
  color : #2A3990;
}
#NewsBox .cleaner {
  clear: both;
}
#NewsBox table {
  width: 80%;
}
#NewsBox table {
  margin: 10px;
}
#NewsBox table tr td {
  padding: 5px;
  background: #e6f3f8;
  border: 1px solid #7697a5;
}