.SiteContent {
  padding-top: 10px;
}

.Title,
h1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #66102F;
}

.padder {
  padding: 0 10px;
}

.SiteContent .cleaner {
  clear: both;
}

.SiteContent h2 {
  font-size: 13px;
  margin: 10px;
  background: transparent url(/images/contenu/title-circle.gif) no-repeat 0px 3px;
  padding-left: 15px;
  color: #C2204A;
  text-decoration: underline;
}

.SiteContent ul {
 margin-left: 25px;
 text-align: justify;
 margin-right: 10px;
  clear: both;
}

.SiteContent ul li {
 margin: 10px 0;
}

.SiteContent ol {
  margin: 20px;
}

.SiteContent p {
  text-align: justify;
  margin: 10px 10px 10px 5px;
}

.img {
  width: 330px;
  display: block;
  float: left;
}

* html .presentation .img img {
  margin-left: -10px;
}

.textUnderstand {
  margin: 10px;
}

.SiteContent .table {
  width: 99%;
  font-size: 12px;
}
.SiteContent .table tr td {
  padding: 5px;
  border: 1px solid #CFD6E4;
  text-align: center;
  vertical-align: middle;
}
.SiteContent .table .header {
  text-align: center;
  color: white;
  background: #b2265b;
  font-weight: bold;
}
.SiteContent .table .even {
  background: #fce8f0;
}
.SiteContent .table .odd {
  background: #f2c2d4;
}

/* TechnicalBox */
#TechnicalBox {
  width: 214px;
  color: black;
  display: block;
  padding-bottom: 10px;
  background: url(/images/contenu/background-technicalbox.gif) no-repeat 0 bottom;
}

* html #TechnicalBox {
  margin: 0;
  padding: 0;
}

#TechnicalBox .name {
  margin: 0;
  color: white;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: white url(/images/contenu/header-technicalbox.gif) no-repeat;
}
#TechnicalBox .object {
  font-weight: bold;
  margin: 10px 15px 0 8px;
}
#TechnicalBox .label {
  color: black;
  margin-left: 0px;
  font-weight: bold;
  text-decoration: underline;
}
#TechnicalBox .law {
  margin: 5px 10px 0 20px;
  padding: 0;
}
#TechnicalBox .law li {
  margin: 0;
  margin-bottom: 3px;
  text-align: left;
  font-size: 10px;
}
#TechnicalBox .validity {
  margin-left: 5px;
}
#TechnicalBox .validity .label {
  margin-left: 0;
}
