body
{
    background-color: rgba(41,41,41,0.8);
	color: rgb(0,0,0);
}

header
{
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
color: rgb(255,127,39);
border: 4px rgb(255,127,39) outset;
}

nav
{
	color: rgb(255,127,39);
}

.menu
{
	color: rgb(255,127,39);
}

section p
{
    font-family: Arial, Impact, "Arial Black", Verdana, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4
{
    text-align: center;
	color: rgb(255,255,0) /* c'est du jaune*/;
    border: 3px blue groove;
}

h1
{
    font-size: 2.1em;
}

h2
{
    font-size: 1.4em;
}

.lol /*truc en fin de pages*/
{
	color: rgb(250,100,100)
}
	


.liens, em
{
    color: rgb(80,154,154;
}

.liens
{
    font-size: 1.2em;
	font-weight: bold;
}	

.liens:hover /* quand on survole avec la souris */
{
font-size: 1.2em;
	font-weight: bold;
text-decoration: blink;
}	

.liens:visited /*quand on a déjà cliqué sur le lien */
{
font-size: 1.2em;
	font-weight: bold;
color: rgb(200,100,100);
}	

td, th
{
    border: 2px solid black;
	}

table
{
    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}

footer
{
	color: green
	}