html, body {
	background: #2b4660;
	background-image: url('../uploads/Images/bg.png');
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#flashcontener {
	position:absolute; 
	width: 100%;
	height: 100%;;
}

#noflash {
   position:absolute;
   left: 50%; 
   top: 50%;
   width: 240px;
   height: 104px;
   margin-top: -52px; /* moitié de la hauteur */
   margin-left: -120px; /* moitié de la largeur */
}

.normal {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 8px; 
	font-style: normal; 
	color: #FFFFFF;
	text-align: justify; 
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #B6B6B6;
	text-decoration: none;
}
.titre {
	letter-spacing:1px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.mail {
	letter-spacing:1px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#download {
font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 20px;
	font-style: normal;
	color: #64859a;
	text-decoration: none;
		margin-left:40px;
		margin-top:15px;

}

#content {
position:absolute;
left: 50%; 
 	 top: 50%;
	height: 600px;
	width: 1000px;
	 margin-left: -500px;
    margin-top: -300px;
}

