/* poisson_blanc */
/* BLOGS TEMPLATES */
h1.blog-title{
	font-size:20px;
	line-height:22px;
	color:#a50;
	font-weight:Normal;
	text-transform: uppercase;
	padding-bottom:0px;
	margin-bottom:0px;
}

div.blog-contents img{
}

/* DATES */
div.side-date{
	width:600px;
	margin:0px;
	padding:0px;
	float:left;	
}
div.side-date-header{
	display:none;
}
div.side-date-contents{
	margin:0px;
	padding:0px;
	float:left;
	margin-left:25px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	
}
div.side-date-footer{
	display:none;
}

/* FULL WIDTH CONTAINERS */
div.blog-full{
	float:left;
}
div.blog-full-header{
	display:none;
}
div.blog-full-contents{
	margin-left:25px;
	margin-right:50px;
}
div.blog-full-footer{
	margin:0px;
	padding:0px;
	width:220px;
	height:45px;
	float:left;
}
/* HALF WIDTH CONTAINERS */
div.blog-half-leftz{
	float:left;
	width:270px;
	margin-left:25px;
}
div.blog-half-rightz{
	float:right;
	width:270px;
	margin-right:50px;
	border-left:1px solid #eee;
}
div.blog-half-contents{

}

div.blog-half-header{

}
div.blog-half-footer{

}
/* BLOGS HR newLine */
hr.newLine{
	float:left;
	width:602px;
	clear:left;
	height:1px;
	background-color:#333;
	border:0px;
}

