@charset "utf-8";
/* CSS Document */

div#bloc_topleft
{
	width:346px;
	margin:5px;
	border-bottom:1px solid #666;
	float:left;
	height:401px;
	position:relative;
}
div#bloc_topright
{
	width:346px;
	margin:5px;
	border-bottom:1px solid #666;
	float:right;
	height:401px;
	position:relative;
}
	div#bloc_topright img, div#bloc_topleft img
	{
		border:0px;
		max-width:346px;
	}
div#bloc_small
{
	width:168px;
	height:195px;
	margin:5px;
	border-bottom:1px solid #666;
	float:left;
	position:relative;
}
	div#bloc_small img
	{
		border:0px;
		max-width:168px;
	}
div#bloc_small h2, div#bloc_topright h2, div#bloc_topleft h2
{
	font:18px/25px "FuturaStdMedium";
	padding:0px;
	margin:0px;
	border:0px;
	text-align:left;
	text-transform:uppercase;
	color:#999;
	
}
div#bloc_small a, div#bloc_topright a, div#bloc_topleft a
{
	text-decoration:none;
	display:block;
	color:#333;
}
div#bloc_small a:hover, div#bloc_topright a:hover, div#bloc_topleft a:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
div.datedesign
{
	float:left;
	position:absolute;
	width:100%;
	bottom:-15px;
	left:0px;
}