/* Faire apparaître la grille pour le développement */

/*
.conteneur {
	background-image: url("jorico.gif");
}
*/

/* Pour fixer les em */

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* Navigation */

.navigation {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	height: 15px;
	border-style: solid;
	border-top-style: dotted;
	border-color: black;
	border-width: 1px 0 2px 0;
	color: black;
	padding: 5px 0 10px 2px;
	margin-top: 30px;
}

.date {
	margin-left: 10px;
	color: white;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation .conteneur {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

.navigation a:link {
	color: black;
	border-bottom: none;
	text-decoration: none;
}

.navigation a:visited {
	color: black;
	border-bottom: none;
	text-decoration: none;
}

.navigation a:hover {
	color: white;
	border-bottom: none;
	text-decoration: none;
	background-color: black;
}

.navigation a:active {
	border-bottom: none;
	position: relative;
	top: 1px;
}

/* Footer */

.footer {
	text-align: center;
}
