
body {
  font-family: Arial, sans-serif, Verdana, Helvetica;
  font-size: small;
  margin-top: 10px;
  }

form {
  margin: 0;
  padding: 0;
  }

#zoneGenerale {
  border: 1px solid #1270AE;
  width: 98%;
  }

#menuGauche ul {
  margin: 0;
  padding: 0;
  width: 100%;
  }

#menuGauche li {
  font-family: Arial, sans-serif, Verdana, Helvetica;
  list-style-type: none;
  padding: 0;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin: 0;
  font-size: medium;
  font-weight: normal;
  width: 138px;
  color: #FFFFFF;
  }

#menuGauche a {
  text-decoration: none;
  }

#menuGauche a:hover {
  background-color: #ECBD33;
  color: white;
  }

#menuGauche a.backOrange {
  color: #1270AE;
  }

#menuGauche a.backBlue {
  color: white;
  }

#menuGauche li.backOrange {
  background-color: #ECBD33;
  }

#menuGauche li.backBlue {
  background-color: #1270AE;
  }

#menuGauche li:hover {
  background-color: #ECBD33;
  color: #1270AE;
  }

#bandeauLogos {
  height: 125px;
  }
  
#logoTitre {
  float: left;
  }

#logoMBC {
  float: right;
  margin-right: 5px;
  }

#menuGauche {
  float: left;
  background-color: #1270AE;
  width: 142px;
  }

#zoneDocument {
  margin-top: 20px;
  margin-left: 20px;
  }

#piedPage {
  height: 25px;
  background-color: #1270AE;
  }

#rappelURL {
  background-color: #1270AE;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  text-align: left;
  }

#piedPage a {
  font-weight: bold;
  text-decoration: none;
  color: #ECBD33;
  }

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

#idBox {
  color: white;
  background-color: #1270AE;
  vertical-align: middle;
  text-align: right;
  }

.uiText {
  font-family:      Arial, sans-serif, Verdana, Helvetica;
  font-size:        small;
  color:            #000000;
  background-color: #FFFFFF;
  }

.uiFormInput {
  font-family:      Arial, sans-serif, Verdana, Helvetica;
  font-size:        small;
  color:            #000000;
  }

.uiError {
  font-family:      Arial, sans-serif, Verdana;
  font-size:        small;
  font-weight:      bold;
  color:            #FF0000;
  }

.BlueGColor {
  background-color: #1270AE;
  }

#tabnav {
  font-family: Arial, sans-serif, Verdana;
  font-weight: normal;
  font-size: small;
  list-style-type: none;
  padding-bottom: 24px;
  border-bottom: 1px solid #1270AE;
  margin: 0;
  margin-left: -20px;
  }

#tabnav li {
  float: left;
  height: 21px;
  background-color: #1270AE;
  margin: 2px 2px 0 2px;
  border: 1px solid #1270AE;
  }

#tabnav li.active {
  color: #1270AE;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  }

#tabnav li.inactive {
  color: white;
  }

#tabnav a {
  float: left;
  display: block;
  color: #1270AE;
  text-decoration: none;
  padding: 4px;
  }

#tabnav a.actif {
  }

#tabnav a.inactif {
  color: white;
  }

#tabnav a:hover {
  background: #ffffff;
  color: #1270AE;
  }

#logosPub {
  float: right;
  margin-left: 15px;
  margin-top: 25px;
  margin-right: 5px;
  }

