
html {
	/* color : #336699; /* bleu foncé */
	color : white;	/* durant la durée de la mise à jour... */
	background-color : black;
}

body {
	width : 1280px;				/* 16/9 - 1,77 */
	height : 720px;
	/*margin : 20px auto;		/* centrer la page */
	padding : 0px;
	background-color : black;	/* Redondant car hérité de body...*/
	
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : small;
	/*color : #336699;			/* Redondant car hérité de body... */
}

#rescue {
	height : 200px;
	background-color : black;
	background-repeat : no-repeat;
	background-position : center;
	background-image : url("img/case.png");
}
#glaboumind {
	/* width : 1280px;			/* Redondant car hérité de body...*/
	height : 520px;
	/* color : #336699;			/* Redondant car hérité de body...*/
	
	/* background-color : black;	/* Redondant car hérité de body...*/
	background-repeat : no-repeat;
	background-position : bottom right;
	/*background-position : 100px right;*/
	/*background-image : url("img/Muse_gimped2.jpg");*/
	background-image : url("img/index.png");
}

#glaboumind p  {
	text-align : center;
	font-style: italic;
}

a,a:visited
{
	text-decoration:none;
	color:#000044;
	font-family:arial,serif;
}
a:hover
{
	/*color:#000000;*/
	color:#3366cc;
	/*background-color:#3366cc;*/
	text-align:right;
}
