h1 { position: absolute;
 	left: 180px;
  	top: 25px;
	font-family: times new roman, helvetica, serif;
  	font-size: 40px;
  	color: #FFFF99;
  	font-style: italic;
  	background-color: #339900;
}
.cadre {position: absolute;
        left: 5px;
        width: 880px;
}
.logo { position: absolute;
 	left: 610px;
}
.menu { position: absolute;
 	left: 5px;
  	top: 55px;
   	width: 140px;
}
a.bouton_st { font-family: times new roman, helvetica, serif;
  font-size: 11px;
  color: #000000;
  font-style: italic;
  background-color: #339900;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 2px outset #c0c0c0;
  display: block;
  width: 140px;
}
a.bouton_st:hover {
  background-color: #CCFF99;
  color: #FF0000;
  border: 2px inset #c0c0c0;
}
a.bouton { font-family: times new roman, helvetica, serif;
  font-size: 13px;
  color: #FFFF99;
  font-style: italic;
  background-color: #339900;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 2px outset #c0c0c0;
  display: block;
  width: 140px;
}
a.bouton:hover {
  background-color: #CCFF99;
  color: #FF0000;
  border: 2px inset #c0c0c0;
}
a.bouton_planning { font-family: times new roman, helvetica, serif;
  font-size: 13px;
  color: #000000;
  font-style: italic;
  background-color: #FFFF33;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 2px outset #c0c0c0;
  display: block;
  width: 140px;
}
a.bouton_planning:hover {
  background-color: #000000;
  color: #FFFF33;
  border: 2px inset #c0c0c0;
}
a.bouton_en { font-family: times new roman, helvetica, serif;
  font-size: 13px;
  color: #FFFF99;
  font-style: italic;
  background-color: #339900;
  text-align: center;
  background-image: url(../images/drapeau_en.gif);
  text-decoration: none;
  font-weight: bold;
  border: 2px outset #c0c0c0;
  display: block;
  width: 140px;
}
a.bouton_en:hover {
  background-color: #CCFF99;
  background-image: url(../images/drapeau_en.gif);
  color: #FF0000;
  border: 2px inset #c0c0c0;
}
a.bouton_de { font-family: times new roman, helvetica, serif;
  font-size: 13px;
  color: #FFFF99;
  font-style: italic;
  background-color: #339900;
  background-image: url(../images/drapeau_de.gif);
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 2px outset #c0c0c0;
  display: block;
  width: 140px;
}
a.bouton_de:hover {
  background-color: #CCFF99;
  background-image: url(../images/drapeau_de.gif);
  color: #FF0000;
  border: 2px inset #c0c0c0;
}
.planning {
  background-color: transparent;
  color: #000000;
}
.conforme {font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #000000;
        background: transparent;
        width: 600px;
}
