/* Document CSS LGFolio.net - Eléments français */

a.btnflash {
	display:block;
	width: 153px;
	height: 93px;
	background: url(../img/img_btnflashfr.jpg);
	background-position: top;
	float:left;
}
a.btnflash:hover {
	background-position: bottom;
}

a.lien1 {
	display: block;
	width: 102px;
	height: 80px;
	background: url(../img/img_btnfr_01.jpg);
	background-position: top;
	float:left;
}
a.lien1:hover {
	background: url(../img/img_btnfr_01.jpg) 0 -80px;
}
a.lien1:visited {
	/*background-position: bottom;*/
}

a.lien2 {
	display: block;
	width: 100px;
	height: 80px;
	background: url(../img/img_btnfr_02.jpg);
	background-position: top;
	float:left;
}
a.lien2:hover {
	background: url(../img/img_btnfr_02.jpg) 0 -80px;
}
a.lien2:visited {
	/*background-position: bottom;*/
}

a.lien3 {
	display: block;
	width: 102px;
	height: 80px;
	background: url(../img/img_btnfr_03.jpg);
	background-position: top;
	float:left;
}
a.lien3:hover {
	background: url(../img/img_btnfr_03.jpg) 0 -80px;
}
a.lien3:visited {
	/*background-position: bottom;*/
}

a.lien4 {
	display: block;
	width: 105px;
	height: 80px;
	background: url(../img/img_btnfr_04.jpg);
	background-position: top;
	float:left;
}
a.lien4:hover {
	background: url(../img/img_btnfr_04.jpg) 0 -80px;
}
a.lien4:visited {
	/*background-position: bottom;*/
}

#footer {
	background: url(../img/img_footerfr.jpg) no-repeat;
	clear: both;
	margin-bottom: 10px;
}

