/* content.css */

.SiteContent {
  width: 100%;
}

h1 {
  color: #D01B1B;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.TitleOrangeArrow {
  margin-top: -10px;
}

h2 {
  color: #2C79BD;
  font-size: 13px;
  padding: 0 10px;
  margin-top: 10px;
  background: transparent url(/images/content/puceh2.gif) no-repeat left;
  border-bottom: 1px solid #2C79BD;
  margin-bottom: 10px;
}

h3 {
  color: #2C79BD;
  font-size: 13px;
  //padding: 0 20px;
}

p {
  font-size: 12px;
  text-align: justify;
  margin: 10px 20px 10px 0px;
  //margin: 10px 20px 10px 0px;  /* hack ie6 */
}

#MainContent ol {
  margin: 10px 60px;
  font-size: 16px;
  font-weight: bold;
  list-style-type: upper-roman;
  color: #8F0000 ;
}

ol li a {
  color: #8B5C29;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
}

ol li a:hover {
  text-decoration: underline;
}

#MainContent ul li {
  margin: 10px 20px 10px 20px;
  text-align: justify;
}

.image {
  float: none;
  margin: 5px 10px 10px 0px;
}

.staticImage {
  float: left;
  margin: 10px 10px 10px 0;
}

#MainContent .a {
  color: #8B5C29;
  font-weight: bold;
  text-decoration: none;
}

#MainContent a:hover {
  text-decoration: underline;
}

#InvestBox tr td,
#ParticularBox table tr td {
  border: 2px solid white;
  border-collapse: separate;
  font-size: 12px;
  padding: 5px;
}

.head {
  background: url(/images/tableau/header.gif) repeat-x top; 
  color: white;
  font-weight: bold;
  text-align: center;
}

.one,
.even {
  background-color: #cfe0f0;
}

.two,
.odd {
  background-color: #b4d0e6;
}




.imgLeft {
  margin: 13px 10px 10px 0;
  float: left; 
  display: block;
}

.right {
  width: 285px;
  float: right;
  margin: 0 5px 0 13px;
  font-size: 11px;
  color: black;
  display: block;
}

.cadre {
  border: 1px solid black;
  padding: 5px;
}

.tiny {
  width: 240px;
}