/* CSS Document */

html body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffec00;
	}
	
	
	
#conteneur{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: #006600;

	}	
	
	
	
#nav_html_logo{
	margin: 0;
	padding: 0;
	border: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	height: 10%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	}
	
	
	
#nav_html_logo ul{
	margin: 0;
	padding: 30px 0 0 0;
	}
	
	

li{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 10px;
	}
	
	
	
#nav_html_logo a{
	text-decoration: underline;
	color: #ffec00;
	}
	
	
	
#nav_html_logo a:hover{
	color: #FFFFFF;
	}



#anim_logo{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90%;
	position: absolute;
	}
	

/*-------------------------------------texte alternatif si Flash manque ou Java désactivé---------------------------------*/

#texte_flash_manquant{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 100px 0 100px 0;
	background-color: #666666;
	}

#texte_flash_manquant a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12pt;
	text-decoration: none;
	text-align: justify;
	}

#texte_flash_manquant a:hover{
	text-decoration: underline;
	}