body
{
	background-color: rgb(36, 3, 50);
	color: White;
}

h1
{
	background-color: rgb(36, 3, 50);
	color: White;
}

h2
{
	background-color: rgb(36, 3, 50);
	color: White;
	font-size: 17px;
}

h3
{
	background-color: rgb(36, 3, 50);
	color: White;
	 font-size: 10px;
	 font-family: Courier New, monospace;
}

h4
{
	background-color: rgb(36, 3, 50);
	color: White;
	font-size: 14px;
}


a:link, a:visited 
{
	color: White;
	text-decoration: none;
}

a:hover, a:active {
  color: White;
text-decoration: underline;
}

a.current:link, a.current:visited {
  color: white;
  background-color: blue;
}

#conteneur {
	list-style-type: disc;
	margin-top: 0px ! important;
	margin-left: 0pt;
	color: rgb(255, 255, 255);
	top: 0px;
	left: 0px;
	font-size: 13px;
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 90px;
	padding-right: 80px;
	padding-top: 20px;
	border: none;
}

