#infos_rapides
{
  max-width: 300px;
  min-width: 150px;
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: 10px;
  text-align: center;
  border-collapse: collapse;
}

/*images de fond pour les différentes parties : */

#hg/*partie en haut à gauche du post-it infos rapides*/
{
  width: 21px;
  height: 21px;
  background-image: url('styles/postit_hg.png');
  background-repeat: no-repeat;
}

#hm/*partie en haut au milieu du post-it infos rapides*/
{
  height: 21px;
  background-image: url('styles/postit_hm.png');
  background-repeat: repeat-x;
}

#hd/*partie en haut à droite, etc*/
{
  width: 43px;
  height: 21px;
  background-image: url('styles/postit_hd.png');
  background-repeat: no-repeat;
}

#mg
{
  width: 21px;
  background-image: url('styles/postit_mg.png');
  background-repeat: repeat-y;
}

#mm/*partie contenant le texte des infos*/
{
  background-color: #ffc;
  font-size: larger;
  text-align: left;
  padding-top: 15px;
}

#md
{
  width: 43px;
  background-image: url('styles/postit_md.png');
  background-repeat: repeat-y;
}

#bg
{
  width: 21px;
  height: 43px;
  background-image: url('styles/postit_bg.png');
  background-repeat: no-repeat;
}

#bm
{
  height: 43px;
  background-image: url('styles/postit_bm.png');
  background-repeat: repeat-x;
}

#bd
{
  width: 43px;
  height: 43px;
  background-image: url('styles/postit_bd.png');
  background-repeat: no-repeat;
}

#titre_infos_rapides
{
  position: absolute;
  margin-top: -20px;
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
}