/* Fil d'ariane */
#arbo {
	display: block;
	height: 18px;
	margin: -1px 2px 0;
	padding: 2px 10px 1px;
	background-color: #d8d8d8;
	font-weight: 800;
	font-size: .8em;
	color: #5d6b79;
	overflow: hidden;
}
#arbo a, #arbo a:visited {
	color: #0076ed;
	text-decoration: none;
}
#arbo a:hover {
	color: #ff7d00;
	text-decoration: underline;
}



/* Corps de l'article */
#corps {
	display: block;
	float: left;
	width: 580px;
	margin-top: 10px;
	padding: 10px 15px 0 15px;
/**
border:1px solid blue;
/**/
}
#corps h1 {
	font-family: "proxima-nova-extra-condensed-n1","proxima-nova-extra-condensed",sans-serif;
	font-size: 3em;
	font-weight: 100;
	color: #a2a5a9;
	margin-bottom: 10px;
	line-height: .8em;
}
#corps h2 {
	font-family: "proxima-nova-extra-condensed-n8","proxima-nova-extra-condensed",sans-serif;
	font-size: 1.3em;
	font-weight: 800;
	color: #0076ed;
}
#corps span.date {
	font-weight: 100;
	font-size: .8em;
	display: block;
	color: #5d6b79;
}
#corps span.date a, #corps span.date a:visited {
	color: #5d6b79;
	text-decoration: none;
}
#corps span.date a:hover {
	color: #ff7d00;
	text-decoration: underline;
}
#corps .chapo {
	font-weight: 600;
	font-size: 1.2em;
	color: #114f73;
}
hr {
	color: #a2a5a9;
	background-color: #a2a5a9;
	border: 1px #a2a5a9 none;
	height: 1px;
	width: 100%;
	margin: .9em 0;
}
.auteur {
	display: block;
	text-align: right;
	font-family: "proxima-nova-extra-condensed-n1","proxima-nova-extra-condensed",sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: 100;
	color: #a2a5a9;
	margin: .5em 0 1em;
}
.auteur a, .auteur a:visited {
	color: #0076ed;
	text-decoration: none;
}
.auteur a:hover {
	color: #ff7d00;
	text-decoration: underline;
}
blockquote {
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-size: 1.2em;
	font-style: normal;
	padding-left: 2em;
	color: #0076ed;
}
label { margin-right: 10px; }

#annexes {
	display: block;
	width: 320px;
	margin: 0;
	padding: 10px 15px 20px 0;
	float: right;
/**
border:1px solid green;
/**/
}
.precedents, .motscles {
	width: 307px;
	float: right;
	margin: 10px 0 0;
}
.precedents {
	height: 485px;
}
.precedents ul {
}
.motscles {
	height: 240px;
}
