@charset "utf-8";
html {
    font-size: 100%; /* Évite un bug d'IE 6-7 */
}
body {
	background-color:#c0ce00;
	margin-top:50px;
	
}
#tanning {
	position:absolute;
	width:170px;
	height:50px;
	top:390px;
	left:30px;
}

a.tanning {
	display:block;
	width:170px;
	height:25px;
	background-image:url(../interface/tanning.png);
	background-repeat:no-repeat;
	background-position:top;
}
#tanning-prix {
	position:absolute;
	width:120px;
	height:50px;
	top:420px;
	left:80px;
}

a.tanning-prix {
	display:block;
	width:120px;
	height:25px;
	background-image:url(../interface/tanning-prix.png);
	background-repeat:no-repeat;
	background-position:top;
}	
/*INDEX*/	
/*ENTRER*/
#entrer {
	width:140px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
}

a.entrer {
	display:block;
	width:140px;
	height:40px;
	background-image:url(../interface/entrer.png);
	background-repeat:no-repeat;
	background-position:top;
}	

a.entrer:hover {
	background-position:bottom;
	
}
	
/*PLUG IN*/
#plugin {
	width:120px;
	height:160px;
}

a.plugin {
	display:block;
	width:120px;
	height:80px;
	background-image:url(../interface/plugin.png);
	background-repeat:no-repeat;
	background-position:top;
}	

a.plugin:hover {
	background-position:bottom;
	
}

