#nav{
	width: 250px;
	top: 25px;
}
.ar #nav .anchors > a,
.ar #nav .small{
	font-size: 11px;
	font-family: 'Tahoma';
}
#nav > *:first-child{
	border: none;
}
#nav .chap{
	display: block;
	padding: 6px 8px;
}
#nav .chap .anchors{
	margin-top: 4px;
}
#nav .chap .anchors > a{
	color: #888;
	margin: 0 1px;
}
#nav .chap.active{
	background-color: #f5f5f5;
	margin: 5px 0;
}
#nav .chap.active .titre,
#nav .chap .anchors > a:hover,
#nav .chap .anchors > a.active{
	color: #E05964;
}
#content{
	width: 470px;	
}
#texte{
	margin-top: 40px;
}
h1 > div{
	margin-top: 4px;
}
h1 .art-num-0{
	display: none;
}
h1{
	padding: 10px 10px 15px;
}
h2,h3{
	padding: 15px 10px;
	border-bottom: 1px solid #ececec;
}
h4{
	padding: 0;
}
.ar article{
	font-size: 13px;
}
.article{
	padding: 10px 10px;
	margin: 40px 0;
}
.article:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.article .texte{
	padding: 18px 0;
}
.article#art-0 h4{ display: none; }
.article .social > *{
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
}
.article .social .ico-facebook,
.article .social .ico-twitter{
	opacity: 0;
}
.article:hover .social .ico-facebook,
.article:hover .social .ico-twitter{
	opacity: 1;
}
.article .social .count{
	line-height: 15px;
	font-size: 11px;
	color: #999;
	margin-top: 2px;
}
.version-label{
	color: #888;
	padding: 10px;
	border-top: 1px solid #ececec;
}
.amendements-label{
	padding: 10px 8px;
	border-top: 1px solid #ececec;
}