style "Bouton"
{
  bg[NORMAL]      = { 1.0, 1.0, 1.0 }
  bg[ACTIVE]      = { 1.0, 1.0, 1.0 }
  bg[PRELIGHT]    = { 1.0, 1.0, 1.0 }
  bg[SELECTED]    = { 1.0, 1.0, 1.0 }
  bg[INSENSITIVE] = { 1.0, 1.0, 1.0 }
}

style "Label"
{
  font = "-*-agate-*-*-*-*-*-140-*-*-*-*-*-*"
}

style "Rouge" = "Label"
{
  text[NORMAL]      = { 1.0, 0.0, 0.0 }
  text[ACTIVE]      = { 1.0, 0.0, 0.0 }
  text[PRELIGHT]    = { 1.0, 0.0, 0.0 }
  text[SELECTED]    = { 1.0, 0.0, 0.0 }
  text[INSENSITIVE] = { 1.0, 0.0, 0.0 }
  fg[NORMAL]      = { 1.0, 0.0, 0.0 }
  fg[ACTIVE]      = { 1.0, 0.0, 0.0 }
  fg[PRELIGHT]    = { 1.0, 0.0, 0.0 }
  fg[SELECTED]    = { 1.0, 0.0, 0.0 }
  fg[INSENSITIVE] = { 1.0, 0.0, 0.0 }
}

widget_class "*GtkButton" style "Bouton"
widget_class "*GtkLabel" style "Label"
widget "*LabelRouge" style "Rouge"
