#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6em;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #302E38;
	color: #C4D0D7;
}
#div-base {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #312E41;
}

#sub-header {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-size: 1.4em;
}
a {
	color: #CFD7E7;
	text-decoration: none;
}

a:hover {
	color: #80ABE1;
}

p {
	color: #CBDCF2;
}


.categorie {
	text-align: left;
	background-color: #100D13;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-bottom: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4B4B6D;
}
h1 {
	font-size: 1.9em;
	color: #6A6075;
	line-height: 1.9em;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCEE3;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #1A1B1E;
}
