	body {
		background-color:#2A2A2A;
		color:white;
		font-family:arial;
	}

	div#header {
		text-align:center;
		margin-bottom:100px;
	}

	h1, h2, h3 {
		font-family:Arial;
		font-weight:bold;
		color:white;
		text-transform:none;
	}

	.vert {
	color:#D2EA23;
	}

	p, ul, li {
		font-family:Calibri;
	}

	ol#sommaire li {
		margin-bottom:5px;		
	}

	dt {
		margin-top:10px;
	}

	li img {
		margin-top:5px;
		margin-bottom:5px;
	}

	kbd {
		/*background-color:#414141;*/
	}

	div.etape {
		border:2px solid #414141;
		padding:5px;
		margin-bottom:10px;
	}

	a {
		text-decoration:none;
		color:white;
		border-bottom:1px dotted #414141;
	}

	a:hover {
		background-color:#393939;
	}