/* Licence Publique Générale GNU (GNU General Publique License), Copyright 2005-2008 Geffrotin Yann */

/* en bas */

.bas{ /* met les titres dans des barres bleu */
  width:98%;
  margin:0px auto;
  font-size:0.9em;
  height:18px;
  background-color: #9BCD9B; /* #A2B5CD*/
  color: white;
  z-index: 21; /* empillement virtuel */
  text-align:left;
}


/* en bas à droite */
.xhtml{
  position: absolute;
  left: 595px;
  top: 450px;
}

.css{
  position: absolute;
  left: 685px;
  top: 450px;
}

.xml{
  position: absolute;
  left: 775px;
  top: 450px;
}

.mysql{
  position: relative;
  left: 0px;
  top:-1px;
}


.firefox{
  width:900px;
  overflow:auto;
  margin:0px auto;
}
