/**** STYLE PERPETUEL ****/
html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow:hidden;
} 

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: none;
}

.souligne {
	text-decoration: underline;
}

#main_flash, #home_flash, #texte, #entete {
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#texte {
	position: absolute;
	visibility: hidden;
}
/**** FIN - STYLE PERPETUEL ****/

/**** TOUTES PAGES ****/
/**** FIN - TOUTES PAGES ****/

/**** PAGE ACCUEIL ****/
/**** FIN - PAGE ACCUEIL ****/

/**** PIED DE PAGE ****/
#footer {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 7.5%;
	text-align: center;
}
#icones {
	position: absolute;
	overflow: hidden;
	right: 0%;
	bottom: 0%;
	height: 7.5%;
	width:6%;
	text-align: right;
	vertical-align:middle;
	margin:0px;
	padding-right:5px;
}

#copyright, #copyright a, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 3mm;
}
#copyright a:hover{
	text-decoration: underline;
}
#menu, #menu a, #menu a:visited {
	color: #A8B6E3;
	text-decoration: none;
	font-size: 3mm;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**** FIN - PIED DE PAGE ****/
