/*Blocs*/
header
{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: center;
	text-align: center;
	background-image: url("images/vuedartisteTOI2267.jpg");
	background-position: left;
	background-size: cover;
	height: 576px;
}

header.headerp2
{
	background-image: url("images/Representacion-del-sistema-binario-de-TOI-2267-1.jpg");
}

footer
{
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	background: black;
	height: 200px;
}

footer.index
{
	height: 75px;
}

/*Texte*/
/*Titres de niveau 1*/
h1
{
	color: white;
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: xxx-large;
}

h2
{
	font-family: Orbitron;
	font-weight: 700;
}

h4
{
	font-family: Orbitron;
	font-weight: 700;
}

/*Paragraphes, liens*/
p
{
	color: black;
	text-align: justify;
	width: 100%;
}

p.intro
{
	font-size: 20px;
}

p.footpara
{
	color: white;
	text-align: center
}

p.headerpara
{
	color: white;
	text-align: center;
}

p.check
{
	color: green;
}

a:hover
{
	color: red;
}

a.foota:link
{
	color: white
}

a.foota:visited
{
	color: white
}

li
{
	font-size: 20px;
}

p.list
{
	margin-top: 20px;
	margin-bottom: 20px;
}
/*Tableaux*/
table
{
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
}

th
{
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
}

th.green
{
	color: green;
}
