@charset "utf-8";
/* CSS Document */

body{
  background:#f6f6f6;
}

#help{
  float: right;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  cursor:pointer;
}
html[lang=fr] #help::before{
  content:"Aide";
}
html[lang=en] #help::before{
  content:"Help";
}