body{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #1F1F56;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
html{
	margin: 0px;
	padding: 0px;
	min-height: 640px;
	min-width: 940px;
	height: 100%;
}

#header {
	margin-top: 200px;
}

.news{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #1F1F56;
}
.gros_titres {
  font-size: 14px;
  color: #002EC4;
  font-weight: bold;
}
.tres_gros_titre_centre {
  font-size: 24px;
  color: #002EC4;
  font-weight: bold;
  text-align: center;
}
.gros_titre_centre {
  font-size: 14px;
  color: #002EC4;
  font-weight: bold;
  text-align: center;
}
.titres {
  color: #002EC4;
  font-weight: bold;
}
.titre_centre {
  color: #002EC4;
  font-weight: bold;
  text-align: center;
}
.texte_couleur {
  color: #002EC4;
}
.texte_mauve {
  color: #002EC4;
}
.petit_texte_couleur {
  color: #002EC4;
  font-size: 10px;
  text-align: center;
}
.petit_texte {
  font-size: 10px;
}
.texte_footer {
  font-size: 10px;
  color: #002EC4;
}
.gros_texte {
	font-size: 14px;
}
.texte_centre{
	text-align: center;
}
a {
	 color: #002EC4;
	 text-decoration: underline;
	 font-size: 11px;
}
a:link {
	 color: #002EC4;
	 text-decoration: underline;
}
img {
	border: 0px solid transparent;
 /* margin: 10px 10px 10px 0px;
  padding: 4px;*/
}

#conteneur_flash{
	min-height: 640px;
	min-width: 940px;
	width: 100%;
	height: 100%;
}
#flashContent{
	min-height: 640px;
	min-width: 940px;
}
#message_flashplayer{
	text-align: center;
}