/* Styles des titres des articles - class="article" */

h4.article {
	padding-bottom: 3px;
	color: #6e503c;
}

h5.article {
	font-size: 10px;
	color: #909090;
	margin: 5px 0 -5px 0;
	font-weight: normal;
	font-variant: small-caps;
}

h6.article {
	margin-top: -6px;
	font-size: 16px;
	font-variant: small-caps;
	color: #545454;
}


/* Styles des articles - div id="article" */

#article{
	font-family: "Trebuchet MS", Verdana;
}

#article h1{
	font-size: 36px;
	
}

#article h2 {
	margin: 20px 0 0 0;
	font-size: 24px;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
}

#article h3 {
	margin: 5px 0 0 -5px;
	font-size: 21px;
	font-weight: normal;
}

#article h4 {
	font-size: 18px;
}

#article h5 {
	font-size: 16px;
}

#article h6 {
	font-size: 14px;
}

#article p,#article li {
	font-size: 13px;
}

#article ul {
	list-style-image: url(images/bullet.png);
	margin-left: 30px;
}

#article ol {
	margin-left: 30px;
}
#article ol li, #article ul li {
	margin-top: 5px;
}

#article img {
	margin: 10px 10px 10px 10px;
}

#article .centre{
	text-align: center;
	width:100%;
}

#article span.chapo {
	font-weight: bold;
}
/* Les documents joints aux articles */
#document{
	margin: 20px 5px 0 15px;
}
#document h1 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #757575;
	margin-bottom: 10px;
}
#document .float, #document .float_last {
	float: left;
	width: 23%;
	padding: 0 5px 0 5px;
	text-align: center;
}
#document .float{
	border-right: 1px dashed #dedede;
}
#document h2 {
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #757575;
	margin: 0;
	padding: 0px 0 3px 0;
}
#document p {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
#document ul {
	list-style-image: url(images/info.png);
}
#document a {
	text-decoration: none;
}
/* Articles en rapport */

#enrapport h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	font-variant: small-caps;
	color: white;
}

#enrapport .cadre1, #enrapport .cadre2 {
	width: 230px;
	float: left;
}
#enrapport .cadre1 {
	border-right: 1px dashed #8b8b8b;
}
#enrapport .cadre2 {
	margin-left: 20px;
}

#enrapport ul {
	margin:0 0 0 25px;
	padding:0;
	list-style-image: url(images/bullet.png);
}
	#enrapport ul.mot {
		list-style-image: url(images/folder_mot.png);
	}
	
	#enrapport li.article {
		font-size: 10px;
		line-height: 0px;
	}
	
#enrapport p {
	margin-top:0px;
	font-size:10px;
	font-weight: bold;
}

/* Widget contextuel des articles */

#widget {
	position: absolute;
	top: 405px;
	left: 185px;
}

#widget p {
	margin: 0;
	padding: 0;
}
.float-right p{
	float: right;
}