/* home.css */

#MainContent {
  padding: 5px;
  background: none;
  border: 0;
  margin-top: 0;
}

/* HomeBoxes */

#MainContent .HomeBoxes {
  margin: -10px;
  border-spacing: 10px;	
  border-collapse: separate;
  width: 970px;
}
#MainContent .HomeBoxes td {
  width: 50%;
}

/* HomeBox */

#MainContent .HomeBox {
  padding: 10px;
}
#MainContent .HomeBox h1 {
  margin: -10px -10px 10px -10px;
  padding-left: 10px;
  background: transparent url(/images/homebox/header.png) no-repeat top left;
  height: 28px;
  line-height: 30px;
  width: 460px;
  color: #ED1C24;
  font-size: 14px;
  font-family: Arial;
  text-transform: uppercase;
}
#MainContent .HomeBox .contentBox {
  background: transparent url(/images/homebox/background.png) no-repeat bottom left;
  width: 470px;
  margin: -10px;
  min-height: 200px;
  font-size: 14px;
}
#MainContent .HomeBox img {
  float: right;
  margin: 10px;
}
#MainContent .HomeBox .contentBox p {
  padding: 1px 0 0 10px;
}
#MainContent .HomeBox ul {
  margin-left: 30px;
}
#MainContent .HomeBox ul li a {
  color: #2E3192;
}

/* SimulationBox */

#SimulationBox .simulationButton {
  display: block;
  width: 179px;
  height: 42px;
  background: transparent url(/images/homebox/bouton-etude.png) no-repeat;
  margin: 12px 0 0 120px;
}
#SimulationBox .simulationButton:hover {
  background: transparent url(/images/homebox/bouton-etude-hover.png) no-repeat;
}

/* NewsBox */ 

#MainContent #NewsBox {
  margin-top: 2px;
  background: #d4d5d6;
  border-bottom: 2px solid white;
}
#MainContent #NewsBox h1 {
  background: transparent url(/images/homebox/header-newsbox.gif) no-repeat top left;
  height: 29px;
  line-height: 26px;
  font-size: 14px;
  font-family: Arial;
  width: 460px;
  padding-left: 10px;
  margin: 0;
  color: #ED1C24;
}
#NewsBox ul {
  margin-top: 3px;
}
#NewsBox ul li {
  margin: 0;
  text-align: justify;
}
#NewsBox .photo {
  float: left;
}
#NewsBox .photo img {
  height: 45px;
  width: 60px;
  border: none;
  margin: 5px 5px 0 -5px;
}
#MainContent #NewsBox ul {
  padding-right: 5px;
  margin-left: 10px;
}
#NewsBox li {
  list-style-type: none;
  text-align: justify;
  padding: 0 0 13px 0;
}
#MainContent #NewsBox .NewsTitle {
  font-size: 12px;
  font-weight: bold;
  color: #2F338B;
}
#NewsBox .NewsDate {
  font-size: 10px;
  color: #2F338B;
}
#MainContent #NewsBox .NewsDescription {
  color: black;
  font-size: 12px;
}
#NewsBox .NewsResource {
  color: #2E3192;
  font-size: 11px;
}
#NewsBox .cleaner {
  clear: both;
}
#NewsBox .linkFile {
  text-align: center;
  font-weight: bold;
  margin: -3px 0 6px 0;
}
#NewsBox a:hover {
  text-decoration: none;
}
#MainContent #NewsBox .linkFile a {
  color: #464646;
}
#MainContent #NewsBox .linkFile a:hover {
  text-decoration: underline;
}

/* ProgramBox */

#MainContent .ProgramBox {
  font-family: Arial;
  margin-top: 12px;
  background: #d4d5d6;
  border-bottom: 2px solid white;
  height: 210px;
}

#MainContent .ProgramBox table tr td {
  background: none;
}
#MainContent .ProgramBox h1 {
  background: transparent url(/images/homebox/header-newsbox.gif) no-repeat top left;
  height: 29px;
  line-height: 26px;
  font-size: 14px;
  font-family: Arial;
  width: 460px;
  padding-left: 10px;
  margin: 0;
  color: #ED1C24;
}

.ProgramBox .program a {
  text-decoration: none;
}
.ProgramBox .program img {
  width: 150px;
  height: 115px;
  border: 1px solid black;
  margin: 5px 2px 0 2px;
}
.ProgramBox .program .info {
  color: #2F338B;
  font-weight: bold;
  display: block;
  font-size: 10px;
  margin: 3px 0 0 10px;
}
.ProgramBox .link {
  font-size: 12px;
  margin-left: 155px;
}

#MainContent .ProgramBox .link a {
  color: #464646;
  font-weight: bold;
}
#MainContent .cleaner {
  clear: both;
}