@media all
{
	.block_project .projet_fiche,
	.block_equipe .projet_fiche,
	.blue_btn
	{
		background:url(/assets/images/btn_projet_right.gif) #017eff top right no-repeat;
		display: block;
		float: right;
		height: 17px;
		line-height:17px;
		padding-right: 8px;
		text-decoration: none;
		color: #fff;
		font-size:11px;
		text-transform:uppercase;
	}
	.block_project .projet_fiche span,
	.block_equipe .projet_fiche span,
	.blue_btn span
	{
		background:url(/assets/images/btn_projet_left.gif) #017eff top left no-repeat;
		display: block;
		line-height: 17px;
		padding: 0px 0px 0px 8px;
	}

	.block_project_o .projet_fiche,
	.block_equipe_o .projet_fiche,
	.ca_o .blue_btn
	{
		background:url(/assets/images/btn_projet_right.gif) #fff bottom right no-repeat;
		display: block;
		float: right;
		height: 17px;
		line-height:17px;
		padding-right: 8px;

		text-decoration: none;
		color: #007cff;
		font-size:11px;
		text-transform:uppercase;
	}

	.block_project_o .projet_fiche span,
	.block_equipe_o .projet_fiche span,
	.ca_o .blue_btn span
	{
		background:url(/assets/images/btn_projet_left.gif) #fff bottom left no-repeat;
		display: block;
		line-height: 17px;
		padding: 0px 0px 0px 8px;
	}

	.ca .blue_btn
	{
		margin:-20px 5px 7px 0px;
	}

	.rss_ico
	{
		background:url(/assets/images/rss_ico.jpg) top left no-repeat;
		width:29px;
		height:29px;
		margin-bottom:8px;
	}

	.twitter_ico
	{
		background:url(/assets/images/twitter_ico.jpg) top left no-repeat;
		width:29px;
		height:29px;
		margin:0px 0px 0px 0px !important;
		padding:0px;
	}
	
	.col_tweet #sidebar
	{
		margin-top:0px !important;
		float:left !important;
	}

}