/* mainpage.css */

#Content {
  width: 933px;
  margin: 10px auto; 
}

.SiteRight {
  width: 115px;
}

#StructureTable {
  border-spacing: 0;
  border: 1px solid #808080;
  border-top: none;
  background: #CCCCCC;
  width: 933px;
}

#StructureTable td {
  vertical-align: top;
}

#MainContent {
  font-size: 12px;
  margin: 10px 5px 0 5px;
  padding: 5px 5px 10px 10px;
  background: white url(/images/box/background.gif) repeat-x bottom;
  border: 1px solid #808080;
  min-height: 585px;
}

h1 {
  color: #8F0000;
  font-size: 16px;
  margin-bottom: 15px;
  margin-right: 20px;
  text-decoration: underline;
}

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

h2 {
  color: #040558;
  font-size: 14px;
  padding: 5px 23px;
  background: transparent url(/images/contenu/puceh2.gif) no-repeat left;
  text-decoration: underline;
  margin-bottom: 10px;
}

h3 {
  color: #1019BF;
  font-size: 13px;
  padding: 0 20px;
  background: transparent url(/images/contenu/puceh3.gif) no-repeat left;
}

p {
  font-size: 12px;
  text-align: justify;
  margin: 0 5px 20px 0;
}

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

ol li a {
  color: #040558;
  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: 0 10px 10px 0;
}

a {
  color: #1019BF;
  text-decoration: none;
}

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

.table {
  margin: 10px 20px 0 0;
}

.table tr td {
  font-size: 12px;
  padding: 5px; 
  border: 1px solid #040558;
}

.head {
  background: #040558;
  color: white;
  font-weight: bold;
  text-align: center;
}

.one {
  background: white;
}

.two {
  background: white;
}

.info {
  background-color: #f6f6f6;
}

#Box {
  width: 205px;
  float: right;
  margin: 10px -5px 10px 11px;
  font-size: 11px;
  color: black;
}

#TechnicalBox {
  background:  url(/images/contenu/fond-technicalBox.gif) no-repeat center 35px;
  border: 1px solid #808080;
  margin-right: 10px;
}

#TechnicalBox img {
  margin: 10px 30px;
}
#TechnicalBox .name {
  color: white;
  margin: 0 10px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
#TechnicalBox .object {
  font-weight: bold;
  margin: 5px 10px;
}
#TechnicalBox .label {
  color: black;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#TechnicalBox .law {
  margin: 5px 0 0 25px;
  padding: 0;
}
#TechnicalBox .law li {
  margin-bottom: 3px;
  text-align: left;
  font-size: 10px;
}
#TechnicalBox .validity {
  margin-left: 10px;
}
#TechnicalBox .validity .label {
  margin-left: 0;
}


