@charset "utf-8";
/** Articles home *******************************************/

/** last article **/
#container div.firstPost{
	border-top:solid 3px #8d8d8d;
	margin-bottom:1.5em;
}
#container div.firstPost div.transparent-bg{

	width:46.5em;
	background: #ffffff;
	opacity: 0.8;
	filter:alpha(opacity=80);
	padding:0.5em;
	border-bottom:solid 3px #000000;
}
#container div.firstPost div.transparent-bg h2 a{
	font-size:2.3em;
	font-weight:bold;
	margin-bottom: 5px;
}
#container div.firstPost div.transparent-bg p{
	font-size:1.2em;
	line-height:1.335em;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 3px;
}
#container div.firstPost div.transparent-bg ol.postLink{
	float:left;
}
#container div.firstPost div.transparent-bg a.parieurs-big{
	float:right;
}
/** big article **/
#container div.bigPost{
	padding-bottom:0.5em;
	border-bottom:solid 1px #bd0106;
	margin-bottom:1.5em;
}
#container div.bigPost h2 {
margin-top: 5px;
}
#container div.bigPost h2 a{
	font-size:2.3em;
	font-weight:bold;
	margin-top:0.217em;
}
#container div.bigPost p{
	font-size:1.2em;
	line-height:1.335em;
margin-top: 5px;
}
#container div.bigPost ol.postLink{
	float:left;
}
#container div.bigPost a.parieurs-big{
	float:right;
}
/** small article **/
#container div.smallPost{
	padding-bottom:0.5em;
	border-bottom:solid 1px #bd0106;
	margin-bottom:1em;
}
#container div.smallPost div.postLeft{
	float:left;
	width:23em;
}
#container div.smallPost div.postRight{
	float:right;
	width:23em;
}
#container div.smallPost h2 {
margin-top: 5px;
}
#container div.smallPost h2 a{
	font-size:1.6em;
	line-height:18px;
	font-weight:bold;
}
#container div.smallPost a img{
	float: left;
	margin-right: 1em;
}
#container div.smallPost div.postLeft a img, #container div.smallPost div.postRight a img{
	float:none;
}
#container div.smallPost p{
	font-size:1.2em;
	line-height:1.335em;
margin-top: 3px;
}
#container div.smallPost ol.postLink{
	float:left;
	margin:0.3em 0;
}
#container div.smallPost a.parieurs-big{
	float:right;
}

h2.archive {
text-align: right;
font-size: 6px!important;
margin-top: -9px!important;
}
