#blocDefault{
	background:url('../images/photos/accueil/1.jpg');
	font:36px Arial;
	color:#fff;
	height:280px;
	width:592px;
	position:absolute;
	top:0;
	left:0;
	padding:20px 20px 20px 130px;
}
.blocBG{
	height:320px;
	width:742px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	/*z-index:100;*/
}
#bloc1BG{
	background:url('../images/photos/accueil/2.jpg');
}
#bloc2BG{
	background:url('../images/photos/accueil/3.jpg');
}
#bloc3BG{
	background:url('../images/photos/accueil/4.jpg');
}
.bloc{
	width:84px;
	height:84px;
	background:#f00;
	margin:2px;
	font:18px Arial;
	color:#fff;
	position:relative;
	z-index:101;
}
#bloc1{
	background:url('../images/photos/accueil/1_small.jpg') no-repeat;
}
#bloc2{
	background:url('../images/photos/accueil/2_small.jpg') no-repeat;
}
#bloc3{
	background:url('../images/photos/accueil/3_small.jpg') no-repeat;
}
.blocContainer{
	position:absolute;
	left:18px;
	width:88px;
	height:88px;
	background:#fff;
	z-index:100;
}
#bloc1Container{
	top:16px;
}
#bloc2Container{
	top:114px;
}
#bloc3Container{
	top:214px;
}
a.blocLienDefault{
	color:#fff;
	text-decoration:underline;
	font:12px Arial;
	display:block;
	position:relative;
	top:150px;
}
a.blocLien{
	color:#fff;
	text-decoration:underline;
	font:12px Arial;
	display:block;
	position:relative;
	top:65px;
	left:106px;
	width:610px;
}
a.blocLien:hover{
	color:#d2b744;
}