a {
	text-decoration:	none ;
}

a:hover {
	text-decoration:	underline ;
}

.obsolete {
	text-decoration: line-through ;
}

body {
	margin:		0 ;
	padding: 	0 ;
	background-color: 	white;
	text-decoration:	none ;
	color: 			black ;	
	margin-left:		auto ;
	margin-right: 		auto ;
	margin-top:		5em ;
	margin-bottom:		5em ;
	padding:		0em ;
	width:			70% ;
	/*background-color:	#F9F9FF ; */
	color: 			black ;	
	/* border:			dotted 2px #8080FF ;*/
}

#navigation {
	position: absolute ;
	top: 1em ;
	left: 15% ;
}

#navigation h3 {
	display: none ;
}

#navigation ul {
	display: inline ;
	padding: .1em ;
	margin: 0 ;
	margin-bottom: .1em ;
}

#navigation li {
	font-size: small ;
	padding: .1em ;
	margin-right: .1em ;
	border: dashed #8080FF 1px ;
	display: inline ;
}

#meta h1 {
	text-align:		left;
	color:		#8080FF ;
}

#contenu h2 {
	text-align:	right ;
	border-bottom:	solid 1px ;
	color:		#8080FF ;
}

#contenu p {
	text-align: justify ;
}

#info {
	font-size:	small ;
	margin-top:	1cm ;
	text-align:	center ;
}

dt {
	margin-top: .5em ;
}



