html
{
  background-color:#f6f6f6;
}

body
{
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight:400;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
  font-size: 14px;
}

#header-main #logo
{
	background: url();
  position:relative;
}

#header-main #logo .easyfop
{
  font-size:64px;
  color:#DDDDDD;
  font-weight:500;
  text-align:left;
  font-variant:small-caps;
  letter-spacing:-3px;
  text-shadow: 2px 2px 10px black;
  position:absolute;
  left:0px;
  top:-20px;
}

#header-main #logo .version
{
  color:#DDDDDD;
  font-weight:700;
  position:absolute;
  left:260px;
  top:37px;
}

#header-main #logo .debug_message
{
  border: 1px solid black;
  background: red;
  padding:3px;
  color:black;
  width:500px;
  filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
  position:absolute;
  right:0px;
  top:10px;
}

#header-main #logo .debug_message A
{
  color:white;
}

.etapes
{
  padding-bottom: 1em;
}

.highlight {
  background-color: yellow;
}
