@charset "UTF-8";
/* CSS Document */
#panneauBlogs {
	background: url(../images/panneauBlogs_top.png) no-repeat;
	width: 343px;
	padding-top: 25px;
	float: left;
	position: relative;
}
#listeBlogs {
	border-right: 2px solid #a6a6a6;
	border-left: 2px solid #a6a6a6;
	width: 329px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.blog {
	border-top: 1px solid #a6a6a6;
	height: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	width: 329px;
}
p.vignetteBlog {
	height: 42px;
	width: 66px;
	margin: 0px;
	position: absolute;
	z-index: auto;
	left: 0px;
	top: 5px;
	display: block;
}
p.vignetteBlog a {
	display: block;
	height: 100%;
	width: 100%;
}
h4.titreDernierArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	margin: 0px;
	position: absolute;
	z-index: auto;
	left: 71px;
	top: 5px;
	height: 20px;
	width: 248px;
	overflow: hidden;
	letter-spacing: 0em;
	word-spacing: 0em;
}
h4.titreDernierArticle a {
	display: block;
	height: 100%;
	width: 100%;
	color: #831015;
	text-decoration: none;
}
h4.titreDernierArticle a:hover {
	color: #CC0000;
}
p.titreBlog {
	display: block;
	margin: 0px;
	height: auto;
	position: absolute;
	z-index: auto;
	width: 248px;
	left: 71px;
	bottom: 5px;
}
/*a#titreBlogBrusque {
	background-image: url(../images/titreBlogBrusque.png);

	background-repeat: no-repeat;

	background-position: left top;

	display: block;

	height: 14px;

	width: 100%;  
}

a#titreBlogBrusque:hover {
	background-image: url(../images/titreBlogBrusque.png);

	background-repeat: no-repeat;

	background-position: left bottom;
}*/


a#titreBlogThion {
	background-image: url(../images/titreBlogThion.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 14px;
	width: 100%;
}
a#titreBlogThion:hover {
	background-image: url(../images/titreBlogThion.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a#titreBlogBlay {
	background-image: url(../images/titreBlogBlay.png);
	height: 14px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
}
a#titreBlogBlay:hover {
	background-image: url(../images/titreBlogBlay.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
p.blogueur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 12px;
	letter-spacing: 0em;
	word-spacing: 0em;
	display: block;
	margin: 0px;
	height: 12px;
	width: auto;
	position: absolute;
	z-index: auto;
	right: 0px;
	bottom: 3px;
}
#piedPanneauBlogs {
	background-image: url(../images/panneauBlogs_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 343px;
}
#post-twiter {
	float: left;
	position: relative;
	width: 341px;
	height:146px;
	border:1px solid #5F5F5F;
}
#post-twiter .top {
	background:#666666;
	width:100%;
	height:40px;
	margin:0;
	border-bottom:3px solid #5F5F5F;
}
#post-twiter .top span.title {
	font-size:17px;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:5px 0 0 8px;
}
#post-twiter .top span.profil-link {
    font-size:11px;
    color:#fff;
    font-weight:bold;
    padding-left: 9px ;
    display:block;
}
#post-twiter .top span.profil-link a {
    color:#fff;
    font-weight:bold;
    text-decoration:none ;
    background: url("../images/fl-rg.gif") no-repeat scroll left 60% transparent ;
    padding-left: 7px ;
}
#post-twiter .top span.profil-link a:hover {
    text-decoration:underline ;
}
#post-twiter .scroll-content {
	overflow:scroll;
	overflow-x:hidden;
	width:100%;
	height:102px;
	border-top:1px solid #bbbbbb;
}
#post-twiter .scroll-content .item-wrapper {
    clear: both;
}
#post-twiter .scroll-content .photo {
	width:58px;
	height:58px;
	float:left;
	margin:10px;
}
#post-twiter .scroll-content .photo img {
	width:55px;
	height:55px;
}
#post-twiter .scroll-content .txt {
	width:233px;
	float:left;
	margin:9px 0;
}
#post-twiter .scroll-content .txt p {
	font-size:12px;
	color:#7e747e;
	margin:0;
	line-height:normal;
}
#post-twiter .scroll-content .txt p a, #post-twiter .scroll-content .txt p span {
	color:#f58917;
	text-decoration:none;
}

