html 
{
	height: 100%;
	overflow: hidden;
	font-family: georgia, palatino, serif;

}
	
#flashcontent 
{
	height: 80%;
	margin-left: 1px;
	width: 75%;
	font-family: georgia, palatino, serif;
}
/* end hide */

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	font-family: georgia, palatino, serif;
}
caption
{
	font-family: georgia, palatino, serif;
}

/*BLOCKS*/
h3
{
    font-family: copperplate, georgia, palatino, serif;
    font-size: 2em;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 7%;
    margin-bottom: 3%;
}

#en_tete
{
    width: 800px;
    height: 15%;
    margin-bottom: 0%;
    color: white;
}
#en_tete h3
{
    text-indent: 25px;
    font-size: 1,3em;
    font-family: copperplate
}
#trait
{
    width: 400px;
    border-bottom: 1px solid white;
    margin-left: 1%;
}
a
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
/*___________________________*/

#retour1 
{
    position: fixed;    
    right: 4%;   
    top: 9.35%;
    width: 10%;
    height: 13%;
	margin-top:10%;
    background-color: black;
	color: white;
    border: 1px solid white;
    padding: 1%;
    text-align: center;
}
#retour2 
{
    position: fixed;    
    right: 4%;   
    top: 28.5%;
    width: 10%;
    height: 12%;
	margin-top:10%;
    background-color: black;
	color: white;
    border: 1px solid white;
    padding: 1%;
    text-align: center;    
}
#retour3 
{
    position: fixed;    
    right: 4%;   
    top: 46.2%;
    width: 10%;
    height: 12%;
    margin-top:10%;
    background-color: black;
	color: white;
    border: 1px solid white;
    padding: 1%;
    text-align: center;
}
#retour a
{
    color: white;
    font-weight: normal
}
#retour a:hover
{
    color: white;
    letter-spacing: 0px;
    font-weight: bold;
}

/*______________________________*/
#descriptif
{
    font-size: 0.8em;
}
#retour a
{
    text-decoration: none;
    color: white;
}
a:hover
{
    letter-spacing: 3px;
    font-weight: bold;
}

/*CONFIGURATION DU BLOCK "PIED_DE_PAGE" AVEC EMAIL AUTEUR*/

#pied_de_page
{
    width: 1000px;
} 
#email
{
    width: 400px;
    margin: auto;
    height: 5%;
    margin-top: 25%;
    color: #white;
    border: 2px solid black;
    text-align: center;
    font-size: 0.8em;
}
# email a:hover
{
    letter-spacing: 5px;
    font-weight: bold;
}


