html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
height:100%;
	}
	
#remplacement {
position:absolute;
top:25%;
width:500px;
background-color:#101010;
border: 1px solid #303030;
text-align: left;

}

#listprojet {
top:10px;
position:absolute;
 overflow: auto;
width:500px;
background-color:#101010;
border: 1px solid #303030;
text-align: left;
}

#afficheimage{
overflow: auto;
width:470px;
background-color:#000000;
border: 1px solid #303030;
text-align: left;
}

#global {
 height: 100%;
 width: 400px;
 margin-left: auto;
 margin-right: auto;
 vertical-align:middle;
 text-align: center; /* on rétablit l'alignement normal du texte */
 overflow: auto;
 }



/*coore del fondo*/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}


* {/*Fonte in generale*/
	font-family:  sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #909090;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-decoration:none;
	font-style: normal;


scrollbar-face-color: #000000;
scrollbar-shadow-color: #222222;
scrollbar-highlight-color: #222222;
scrollbar-3dlight-color: #222222; 
scrollbar-darkshadow-color: #222222; 
scrollbar-track-color: #222222; 
scrollbar-arrow-color: #FF0000;
}


em /*Per i Titoli*/{
	font-size: 22px;
/*	font-weight: bold;*/
	color: #AA0000;
	font-style: normal;
}




b{
	color: #606060;
}

a.b:link{
	color: #909090;
}


s{
	font-size: 12px;
	color: #CCCCCC;
}

a:link {	
	color: #AAAAAA;
}

a:visited {
	color:#AAAAAA
}

a:hover, a:focus {
	color:#AA0000
}

button {
border:1px solid #505050;
background-color:#202020;
}


button:focus{
border:1px solid #AAAAAA;
}

a.bienvisible, a.bienvisible:link  {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}

a.bienvisible:focus, a.bienvisible:hover, a.discret:hover, a.discret:focus{
	color: #CCCCCC;
}

a.discret, a.discret:link{
	color: #707070;
}

a.discret:hover, a.discret:focus{
	color: #CC0000;
}

.gris{
	font-size: 22px;
/*	font-weight: bold;*/
	color: #AAAAAA;
	font-style: normal;
}
