.jauge{ background: #666; height: 15px; border: 1px solid rgba(0,0,0,.5); box-shadow: -1px 1px 0 rgba(255,255,255,.3); border-radius: 3px; position: relative; /*top: 25px; left: 30px; */ overflow: hidden;}
.jauge .grid{ width: 100%; height: 100%; background:url(http://static.yodicity.com/static/design/jauge_bg.png) top left repeat-x; border-radius: 3px; position: relative; z-index: 2;}
.jauge .power{ height: 15px; position: absolute; top:0; left:0; z-index:1; width:0;}
.jauge .power.good{ background: #0C0; }
.jauge .power.notice{ background:#9C0; }
.jauge .power.warning{ background:#F60; }
.jauge .power.danger{ background:#C00; }
.jauge.moving{ box-shadow: 0 0 10px #FFF;}

/* HEART */
.jauge.heart{ background: url(/_scripts/modules/jauges/coeur_bg.png) bottom left repeat-x; border: none; box-shadow: none; border-radius: 0;}
.jauge.heart .grid{ background: none; }
.jauge.heart .power{ background: url(/_scripts/modules/jauges/coeur_bg.png) top left repeat-x; }

/* HEART */
.jauge.star{ background: url(/_scripts/modules/jauges/star_bg.png) bottom left repeat-x; border: none; box-shadow: none; border-radius: 0; height: 24px}
.jauge.star .grid{ background: none; }
.jauge.star .power{ background: url(/_scripts/modules/jauges/star_bg.png) top left repeat-x; height: 24px;}