@ -17,15 +17,6 @@
<Setter Property="Width" Value="175"/>
<Setter Property="Width" Value="175"/>
</Style>
</Style>
<Style x:Key="TitleBorder" TargetType="Border">
<Setter Property="BorderThickness" Value="2" />
<Setter Property="BorderBrush" Value="Black" />
<Setter Property="Margin" Value="20"/>
<Setter Property="CornerRadius" Value="5"/>
<Setter Property="Height" Value="30"/>
<Setter Property="Width" Value="175"/>
</Style>
<Style TargetType="UserControl" x:Key="ImageFondRessource">
<Style TargetType="UserControl" x:Key="ImageFondRessource">
<Setter Property="Background" Value="White">
<Setter Property="Background" Value="White">
<!--<Setter.Value>
<!--<Setter.Value>
@ -49,11 +40,13 @@
<Style x:Key="TitreDePage" TargetType="TextBlock">
<Style x:Key="TitreDePage" TargetType="TextBlock">
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="Background" Value="MediumPurple" />
<Setter Property="FontFamily" Value="Slab serif"/>
<Setter Property="FontFamily" Value="Slab serif"/>
<Setter Property="FontSize" Value="2 0"/>
<Setter Property="FontSize" Value="30"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="DockPanel.Dock" Value="Top"/>
<Setter Property="Foreground" Value="White"/>
<Setter Property="Margin" Value="20"/>
</Style>
</Style>
<Style TargetType="Button" x:Key="TransparentButtonRessource">
<Style TargetType="Button" x:Key="TransparentButtonRessource">