/* CSS Document */

* {margin: 0; padding: 0;}

/* ------ */

body{
	background-color: #000000;
	width: 900px;
	height: 480px;
}
/* ------ */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- COULEURS LIENS GLOBAUX <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
/* ------ */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- TABLO GLOBAL <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#complet {
	/*height: 600px;*/
	height: 480px;
	width: 900px;
	top: 7%;
	position: relative;
	overflow: auto;
	left: 7%;
}
/* ------ */
/* ------------ TABLEAU ANIM Flash ----------------------------------------------------------------------------*/
#tablo_flash {
	height: 480px;
	width: 900px;
	border: 1px solid #666666;
}
#tablo_flash p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}
#tablo_flash p a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;	
	font-weight: bold;
	color: #CC3300;
}
#tablo_flash p a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;	
	font-weight: bold;
	color: #CC3300;
}
#tablo_flash p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;	
	font-weight: bold;
	color: #009900;
}
#tablo_flash p a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;	
	font-weight: bold;
	color: #669900;
}