J'ai une question, je modifie une feuille de style pour ma page d'accueil et j'ai un petit problème avec une image qui superpose les petites flèches min et max sur les gauche.

j'aimerais déplacer sur la gauche mon image des couleurs pour l'humidex mais en dessous des flèches.

l'image cache les flèches.
Merci pour votre aide
Voici le code de ma gauge
- <!-- ================= Outdoor humidex aubert2 ================= -->
<lineargauge width="130" height="300" shadow="0" orientation="1" position-x="455" position-y="0" margin-top="26" margin-right="9" margin-bottom="77" margin-left="11" >
<title text="$Current[heat_index] $Unit[]" alignement="relative" angle="0" position-x="0.47" position-y="0.86">
<font color="FF000000" facename="Arial" size="20" weight="400" italic="1" />
</title>
<axis color="FF000000" min="0" max="60" side="hcenter" titlemargin="20">
<title text="Humidex" alignement="vcenter|hcenter" angle="180">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<labels labelinterval="1" side="left" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_heat_index color1="8000FF33" color2="FFCC0000" filled="1" side="left" thick="9" axisdelta="0"/>
<stats_day_max_heat_index texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
<stats_day_min_heat_index texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="ff0000ff" texture="img_modern_thermo1_130x300.png" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<frame width="130" height="300" position-x="455" position-y="0">
<background color="ff0000ff" texture="img_modern_thermo2_130x300.png" stretch="1" />
</frame>
<frame width="10" height="200" position-x="525" position-y="25">
<background color="ff0000ff" texture="humidex_tabel.png" stretch="1" />
</frame>