body {
  font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
  background-color: #ffffff;
  color : black;
  font-size : 9pt;
  margin-left: 1pt;
  margin-right: 0;
  margin-top: 1pt;
}

.smlink {
  color: #3C7AE9;
  background-color: #DDDDDD;
  border: 1px solid #222244;
  padding: 0px 2px;
  font-size : 9px;
  text-decoration: none ;
  font-family: Verdana,Helvetica,sans-serif;
  font-weight: normal;
}

.smlink:hover {
  color: #000000;
  border: 1px solid black;
  background: #999999;
}

.txtsmall {
  font-size : 7pt;
  color : black;
  font-weight : normal;
}

.titre {
  /*
  font : bold;
  font-size : 10pt;
  color : black;
  border : 1px solid #666;
  background-color: #f7efde;
  padding: 1pt 3pt 1pt 5pt;
  margin-bottom: 0;
  */
  padding: 1pt 0 2pt 3pt;
  font-size: 10pt;
  background-color: #f7efde;
  border-top: 1px solid #9c0000;
  border-bottom: 1px solid #9c0000;
  border-left: 5px solid #9c0000; /* #5a0000 */
  color: rgb(153, 0, 0);
}

.txt {
  color : black;
  font-size : 13px;
}

.txtresol {
  color : black;
  font-size : 13px;
  font-style : italic;
}

.txtinput {
  color : black;
  background-color: #AEDAF3;
  font-size : 13px;
  border : 1px solid #000000;
}

.link {
  color: #9c0000;
  padding: 0px 2px;
  font-size: 13px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.titrecontact {
  font-size : 13px;
  color : #222222;
  font : bold;
  /*background-color : #AEDAF3;*/
  background-color: #e7dfbd;
  padding: 2pt 2pt 5pt 2pt;
  text-align: center;
  border-top: 1px solid #9c0000;
  border-bottom: 1px solid #9c0000;

}

.titresorted  {
  font-size : 13px;
  font : bold;
  color : black;
  /*background-color : #AEDAF3;*/
  background-color: #e7dfbd;
}

.grostitre {
  font-size : 11pt;
  color : #222222;
  /*background-color : #AEDAF3;*/
  background-color: #e7dfbd;
  padding: 2pt;
  /*font-weight: normal;*/
}
td.grostitre, td.grostitreRight {
    border-bottom: 2px solid #c5bd9b;
}
a.grostitre {
  text-decoration: none;
}
a.grostitre:hover {
  text-decoration: underline;
}
select {
  /*background-color : #AEDAF3;*/
  background-color: #e7dfbd;
  border-color: #7390B9;
  color: #222222;
}

.textinput {
  /*background-color : #AEDAF3;*/
  background-color: #e7dfbd;
  border-color: #7390B9;
  color: black;
  border: 1px solid #000000;
}

.textinput:focus {
  background-color: #94B6F3;
  border-color: #7390B9;
  color: white;
  border: 1px solid #000000;
}

.textinput:hover {
  background-color: #94B6F3;
  border-color: #7390B9;
  color: white;
  border: 1px solid #000000;
}

.button {
  color: #3C7AE9;
  background-color: #DDDDDD;
  border: 1px solid #222244;
  padding: 0px 2px;
  font-size : 12px;
  text-decoration: none ;
  font-family: Verdana,Helvetica,sans-serif;
  font-weight: normal;
}

.button:hover {
  color: #000000;
  border: 1px solid black;
  background: #999999;
}

.tableborder {
  border: 1px solid #000000;
  padding-left: 10px;
}

.tablecomment {
  border-bottom: 1px solid #000000;
}
.catDesc {
  padding: 10pt;
  background-color: #f7efde;
}
/*
.footerStripe {
  font-size: 9pt;
  color: black;
  background-color: #e7dfbd;
  padding: 3pt;
  border-top: 1px solid #9c0000;
  border-bottom: 1px solid #9c0000;
}
.footerStripe a {
  color: black;
  text-decoration: none;
}
.footerStripe a:hover {
  color: black;
  text-decoration: underline;
}
*/
.footerStripe {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: rgb(90, 0, 0) /*url(bg.gif) repeat-x*/ scroll center bottom;
  font-family: sans-serif,tahoma,helvetica;
  font-weight: normal;
  font-size: 9pt;
  color: white;
  padding: 3pt;
}
.footerStripe a {
  color: white;
  text-decoration: none;
}
.footerStripe a:hover {
  text-decoration: underline;
}
