/* Setup: Repeated code per rollover */

/* Application: Common Code            PARTIE ESSENTIELLE dU script                   */
#info {
	background-image: url(r.gif);    /* rollover state */
	width: 200px;                    /* image width */
	height: 100px;                   /* image height */
}

#swap01 {
	background-image: url(images/01_hover.jpg);    /* rollover state */
	width: 126px;                    /* image width */
	height: 243px;                   /* image height */
}
#swap02 {
	background-image: url(images/02_hover.jpg);    /* rollover state */
	width: 126px;                    /* image width */
	height: 243px;                   /* image height */
}
#swap03 {
	background-image: url(images/03_hover.jpg);    /* rollover state */
	width: 137px;                    /* image width */
	height: 243px;                   /* image height */
}
#swap04 {
	background-image: url(images/04_hover.jpg);    /* rollover state */
	width: 136px;                    /* image width */
	height: 243px;                   /* image height */
}
#swap05 {
	background-image: url(images/05_hover.jpg);    /* rollover state */
	width: 136px;                    /* image width */
	height: 243px;                   /* image height */
}


/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/* optional */
#images {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -122px;
	margin-left: -340px;
	width: 100%;
	height: 243px;
}
#images a { float: left; }

body { background-color: #E3E3E3; margin: 0; padding: 0; }
#bg  { background-color: #212121;
	position: fixed;
	top:40%;
	left: 0;
	margin-top: -122px;
	margin-left: 0;
	width: 100%;
	height: 243px;
}





/* Application: Common Code            PARTIE ESSENTIELLE de la PAGE                          */
body {
	color: #333;
	background-color: #333;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	
}

h1 {
	position: fixed;
	top: 470px;
	left: 300px;
}

