﻿




/*
     FILE ARCHIVED ON 5:55:01 Sep 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:46:36 Oct 22, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.bouton
{
	position : relative;
	background-color : red;
	padding :0px;
	margin : 0px;
	
/*	width : 8em;
	height : 1.2em;
	font-size : 2em;*/
}

.bouton .text
{
	position : relative;
	text-align : center;
	z-index : 1;
	padding : 0px;
}

.bouton img
{
	position: absolute;
	top : 0;
	left : 0;
	z-index : 0;
	width : 100%;
	height : 100%;
	/*bottom : 0;*/
	/*right : 10%;*/
	display : block;
}