html
	{
		border: 0;
		border-color: black;
		background-color: transparent;
		width: 100%;
		height: 100%;
		font-family: tha, helvetica, Arial, Verdana, sans-serif;
		font-size: 3vh; /* les dimensions des éléments bénéficiant des unités vw (width), vh (height), vmin et vmax */
		color: white;
	}

body
	{
		  margin: 0

	}

mark
	{
		background-color: white;
		color: red;
	}

a
	{
		text-decoration: none;
		color: white;
		background-color: transparent;
	}

a:visited
	{
		text-decoration: none;
		color: #F5F6CE;
		background-color: transparent;
	}

a:hover, a:focus, a:active
	{
		text-decoration: none;
		background: transparent;
	}

@font-face
	{
		font-family: 'tha';
		src:	url("./fonts/scrpt12n.eot");					/* pour IE <= 6 */
		src:	url("./fonts/scrpt12n.eot?#iefix") format('embedded-opentype'), /* ie 7 et 8 */
			url("./fonts/scrpt12n.woff") format("woff"),			/* pour Firefox, Chrome*/
			url("./fonts/scrpt12n.ttf") format('truetype'),			/* pour Safari et Opéra*/
			url("./fonts/scrpt12n.svg") format('svg');			/* pour iPhone, iPad */
		font-stretch : normal;
		font-weight : normal;
		font-style : normal;
	}

.flux
	{
		position: absolute;
		border: 0;
		border-color: black;
		bottom: -0.2%;
		font-size: 93vh; /* les dimensions des éléments bénéficiant des unités vw (width), vh (height), vmin et vmax */
		font-family: tha, Arial, Verdana, sans-serif;
		z-index: 150;
		right: 0;
		left: 0;
		background-color: #050505;
		background-color: rgba(5, 5, 5, .7);
	}

