/* Paragraphe */
P {
  /* Alignement : justifié */
  Text-Align: justify;
  /* Retrait de 1ère ligne de 20Pixels */
  Text-Indent: 20px;
  /* Police */
  Font-Size: 12pt;
  Font-Family: "Times New Roman";
  Font-Style: normal;
  Color: "#0000FF";
  /* Couleur de fond de la page */
  Background-Color: white;
}

H1 {
  Text-Align: Center;
  Font-Size: 17pt;
  Font-Family: "Times New Roman";
  Font-Style: italic;
  Font-Weight: bold;
  Color: "#00008B";
  BackGround-Color: White;
}

H2 {  Text-Align: Center;
  Font-Size: 15pt;
  Font-Family: "Times New Roman";
  Font-Weight: bold;
  Color: "#00008B";
  BackGround-Color: White;
}

H3 {
  Text-Align: Center;
  Font-Size: 13pt;
  Font-Family: "Times New Roman";
  Font-Weight: bold;
  Color: "#00008B";
  BackGround-Color: White;
}

A:link {
  Font-Family: "Times New Roman";
  Font-Size: 12pt;
  Color: green;
  Background-Color: Write;
  Text-Decoration: underline;
}

A:visited {
  Font-Family: "Times New Roman";
  Font-Size: 12pt;
  Color: navy;
  Background-Color: Write;
  Text-Decoration: underline;
}

A:hover {
  Font-Family: "Times New Roman";
  Font-Size: 12pt;
  Color: red;
  Background-Color: Write;
  Text-Decoration: underline;
}

H4 {
font-size: 10PT;
  font-family: arial;
  font-weight: bold;
  font-style: normal;
text-align: center;
  Color: red
}

#DewPlayerContent {
	MARGIN-LEFT: 15%; WIDTH: 500px; TEXT-ALIGN: center
}

