@charset "utf-8";
/* CSS Document */

/*----------Concept------------------*/
#img_macs_rapports{
  margin: 10px 0px 20px 0px;
}

#img_smileys_green, #img_smileys_yellow, #img_smileys_red, #img_smiley_white, #img_smiley_black {
  float: right; 
  width: 180px; 
  margin: 0px 0px 10px 0px;
}
#img_smileys_green{
  height: 138px;
  background:url(../images/smileys-green-comic.png) no-repeat center top;
}
#img_smileys_yellow{
  height: 144px;
  background:url(../images/smiley-yellow-comic.png) no-repeat center top;
}
#img_smileys_red{
  height: 121px;
  background:url(../images/smileys-red-comic.png) no-repeat center top;
}
#img_smiley_white{
  height: 141px;
  background:url(../images/smiley-white-comic.png) no-repeat right top;
}
#img_smiley_black{
  height: 141px;
  background:url(../images/smiley-black-comic.png) no-repeat right top;
}
/*----------Concept------------------*/

