#mainblock {
	float : left;
}
li.article {
	float : left;
	margin : 0 0 60px 0;
	background : #fff;
	width : 608px;
	overflow : hidden;
}
.article h2 {
	display : block;
	width : 540px;
	font-size : 14px;
	padding : 10px;
	margin : 1px 0 30px 0;
	border-bottom : 1px solid #000;
	border-top : 1px solid #000;
	background : #eaeaea;
	font-weight : normal;
}
.article h2:first-letter {
	text-transform : capitalize;
}
.article h3 {
	font-size : 12px;
	font-weight : bold;
	padding : 1em 0 1em 0;
}
.article p {
	padding : 0 0 1em 0;
	line-height : 1.5em;
}
.article p a {
	text-decoration : underline;
	color : blue;
}
.article .spip_code {
	display : block;
	margin : 0 0 1.3em 0;
	padding : 5px;
	border : 1px dashed #c8c8c8;
	background : #eaeaea;
	background : #e3efff;
	border : 0;
	border-top : 1px solid #a3afbf;
	border-bottom : 1px solid #a3afbf;
	overflow : auto;
}
.article p:first-letter {
	padding-left : 20px;
}

.article .spip_documents_center {
	display : block;
	text-align : center;
}


/*** show rubrique ***/
.show-rubrique {
	width : 100%;

}
.show-rubrique h2 {
	font-weight : normal;
	font-size : 14px;
	display : block;
	padding : 5px 20px;
	margin-bottom : 10px;
	border : 3px double #000;
}
.show-rubrique li {
	display : block;
	background : #fff;
	margin : 0px;
	padding : 1px;
	padding-left : 10px;
}
.show-rubrique li a {
	display : block;
	padding : 5px 25px;
	color : #000;
	text-decoration : underline;
	background : url('../images/icons/page.gif') no-repeat left;
}
.show-rubrique li a:hover {
	text-decoration : none;
}

table.spip {
	border : 1px solid #c8c8c8;
	margin : 0 auto;
	margin-bottom : 15px;
}
table.spip th {
}
table.spip td {
	padding : 2px 10px;
}

table.spip tr.row_odd td {
	background : #ddddff;
}
table.spip tr.row_even td {
	background : #eaeaea;
}

.spip_documents a img {
	border : 0;
}

.article blockquote {
	margin : 10px;
	padding : 0 0 0 50px;
	background : url('../images/icons/quote.png') no-repeat top left;
}
.article blockquote p {
	font-style : italic;
	background : url('../images/icons/end-quote.png') no-repeat top right;
	/* text-align : justify; */
	padding-right : 50px;
	min-height : 30px;
}


hr.spip {
	border : 0;
	height : 1px;
	background : #cccccc;
	margin : 10px 50px;
}

div.additionnal_content {
	text-align : right;
}
div.additionnal_content a {
  color : #00F;
  text-decoration : underline;
}
