
#page {
  font-family: "Trebuchet MS", Arial ;
  font-weight: normal ;
  font-size: 12px ;
}

#page H1 {
  margin: 5px 0 -8px ;
  font-weight: bold ;
  font-size: 14px ;
  line-height: 21px ;
  text-align: center;
  color: #C00002;
  background: transparent;
}

#page P {
  margin: 0 0 30px;
  padding : 15px 0 0 15px;
  text-align: justify;
  background: white url(/includes/pict/fond-paragraphe.jpg) no-repeat top left;
}

#page TR, #page TH, #page TD {
  font-family: "Trebuchet MS", Arial ;
  font-weight: normal ;
  font-size: 12px ;
  margin: 0;
  padding : 3px;
  text-align: left;
  border-bottom: 1px black dotted; 
}

#page TABLE {
  margin: 0;
  padding : 0 0 0 3px;
  background: white url(/includes/pict/fond-paragraphe.jpg) no-repeat top left;
}

#page TH {
  font-weight: bold ;
  margin: 0;
  padding : 15px 3px 15px;
  text-align: center;
}

#page A {
  font-style: italic;
  color: #1730A6;
}

#page .a_droite { 
  margin-left: 30px;
  float: right;
  text-align: right;
  color: #C00002;
}

#page .soustitre {
  font-weight: bold ;
  font-size: 12px ; ;
  color: #1730A6;
}

#page .petit {
  font-size: 9px;
  font-style: italic;
}

#page IMG {
  border: 0;
  margin : 10px;
}

#page IMG.icone{
  margin : 0;
  vertical-align: middle;
}

#page .float_right {
  float: right;
}

#page .fenetre_detail {
  position: absolute;
  background: white;
  top : 0;
  right : 10000;
  width: 350px;
  background: white url(/includes/pict/fond-detail.jpg) no-repeat bottom left;
  padding : 5px 5px 15px 15px;
  color : black;
}

#page .relative {
  position: relative;
}