html, body, #bg, #bg table, #bg td {
 height:100%;
 overflow:hidden;
 width:100%;
}
#bg {
 height:200%;/*le div bg doit être deux fois plus grand que la taille de l'écran*/
 width:200%;
 left:-50%;/*on le décale de la moitié de la taille de l'écran en haut et à gauche*/
 top:-50%;
 position:absolute;
 z-index:-200;/* pour qu'il soit toujours en dessous du reste du site*/
}
#bg td {
 text-align:center; /* permet de centrer horizontalement l'image */
 vertical-align:middle; /* permet de centrer verticalement l'image */
}
/*#bg img {
 min-height:50%; /* l'image fera 50% de 200% de la taille de l'écran soit 100%  
 min-width:50%; /* l'image fera 50% de 200% de la taille de l'écran soit 100%   
}*/

#menu {
	position:fixed;
	right:0;
	top:13%;
	background-image:url(images/backhome.png);
	width:350px;
	height:150px;
}

#texte {
	text-align:right;
	padding-right:20px;
	padding-top:17px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	}
	
h1 {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

a:hover {color:#F09;
}
a:visited {color:#000;}
a {color:#000;}

