/* index.html all */

body
{
	background: black;
}

p
{
	font-family: arial;
	font-size: large;
	color: white;
}

#index 
{
    margin: auto;
    width: 40%;
	text-align: center;
}
#alias_logo
{
    width: 100%;
    height: auto;
}
#drapeau_fr
{
	width: 10%;
}
#drapeau_en
{
	width: 10%;
}
