/* CSS Document */


/*GENERAL INTRO*/

#intro_flash {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	width: 776px;
	border: medium solid #FFFFFF;
}

#skip {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	/*background-color: #00CC33;*/
}

#skip p {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#skip a {
	text-decoration: none;
	color: #FFFFFF;
}


/*GENERAL*/

html, body {
 	margin: 0; padding:0;
	background-color: #000000;
}


#conteneur_principal {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 80px;
}


/* COPYRIGHT */
#copyright {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;

}

#copyright p {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

#copyright a {	
	font-weight: bold;
	color: #BE140C;
}
