.designBase {
  border: 5px solid #E2E2E2;
}

.voir {
visibility:hidden;
}

.messageBordure1 {
  border: 3px solid #9C0000;
}

.messageBordure2 {
  border: 1px solid #363636;
}

.contenu {
  background-color: #FFFFFF;
  vertical-align: top;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}

.toptable {
  background-color: #666666;
  vertical-align: top;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

.toptable2 {
  background-color:#000000;
  vertical-align: top;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

.fondBoite {
  background-attachment: fixed;
  background-image: url(images/boite/bg.gif);
  background-repeat: no-repeat;
  
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}

.contenuFondBoite {
  margin: 10px;
  text-align:justify;
}


.texte {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}

.ligne1 {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  background-color:#cccccc;
}
.ligne2 {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  background-color:#e3e3e3;
}
.ligneSel {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  background-color:#CC9999;
}

.ligneSelBold {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  background-color:#CC9999;
}

.ligneSel2 {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  background-color:#66CC66;
}

.texte2 {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}

.texte3 {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

.lien {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: underline;
}

.lien:hover {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.erreur {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #990000;
  text-decoration: none;
}

.confirmation {
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}

.champ {
  background-image: url(images/formulaire/fondChamp.gif);
  background-color: #F6F6F6;
  border: 1px solid #363636;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #363636;
}

.combobox {
  background-image: url(images/formulaire/fondChamp.gif);
  background-color: #F6F6F6;
  border: 1px solid #363636;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 10px;
  font-weight: normal;
  color: #363636;
}

body {
	background-color: #363636;
}

.button {
  background-color: #EEEEEE;
  border: 1px solid #363636;
  font-family: Tahoma, Verdana, arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #363636;
}


.etapeRouge { background-color: #FF4A4A; }
.etapeBleue { background-color: #00CCFF; }
.etapeOrange { background-color: #FFCC00;}
.etapeJaune { background-color: #FFFF00;}
.etapeBlanc { background-color: #FFFFFF; border: 1px solid #e3e3e3; }
