/* -------------------------------------
            Page & Post CSS
 ------------------------------------- */
#content{
	width:659px;
	float:left;
	background-color:#fff;
	min-height: 600px;
}
	.tag_info{
		width: 659px;
		display:block;
		clear:both;
		position:absolute;
		height: 21px;
		padding-left: 20px;
	}
	.tag_info .box_info{
		float: left;
		height:21px;
		padding:6px 14px 0px 14px;
		text-align:center;
		font-size:11px;
		margin-left:1px;
		z-index:1;
	}
	.tag_info .i_auteur{
		background-color:#7e7c7c;
		font-style:italic;
		color:#eeeeea;
	}
	.tag_info .i_date{
		background-color:#e4e4e2;
		color:#7e7c7c;
	}
	.col_left, .col_right {
		float:left;
		padding:20px;
		width:80px;
		margin-top: 20px;
	}
	.box_partager{
		width: 80px;
		background:url('images/t_partager.gif') no-repeat left top;
		background-color:#f6f6f5;
		margin:0px;
		padding:30px 0px 12px;
		float: left;
		text-align: center;
	}
	.box_partager .bouton{
		padding: 12px 12px 0;
	}
	.link-solution {
		color: #fff;
	}
	.link-solution:hover {
		text-decoration: underline;
	}
	
	/* Style a appliquer avec les boutons digg digg
	.box_partager iframe{
		padding: 12px 0px;
	}
	.box_partager .fb_bouton {
		float: left;
		padding: 12px 0px 12px 14px;
	}*/
	.entry {
		float:left;
		padding:20px 0;
		width:420px;
		margin-top: 20px;
	}
	.entry img {
		margin-bottom: 20px;
		max-width:420px; 
	}
	.entry a {
		background:#f7f7f6;
		color:#666;
		text-decoration:none;
	}
	.entry a:hover, .entry a:hover:visited {
		background:#999;
		color:#fff;
	}
	.entry a:visited {	color:#787777; }
	.entry ul{
		margin-left: 10px;
	}
	.entry.bigger {
		font-size: 14px;
	}
	
.box_link{
	float:left;
	display: block;
	clear: both;
	height:29px;
	width:100%;
	text-align:left;
}
.box_link  .b_link{
	display:block;
	width:150px;
	padding-top:6px;
	height:23px;
	color:#fff;
	background-color:#989898;
	text-align:center;
}
.box_link .b_magazine{
	float:right;
	width: 280px;
}
.box_link .b_left{
	float: left;
}
.box_link .b_right{
	float: right;
}
.box_link .b_link:hover{
			color:#989898;
			background-color:#eeeeea;
			text-decoration:none;
		}
	.box_link a:hover{
		text-decoration:none;
	}
