@charset "utf-8";
/* CSS Document */
	#Banner {
	background: url(/images/banner.gif);
	background-repeat: no-repeat;
	}
	
	#LangueEn {
	background:url(/images/en.gif);
	background-repeat: no-repeat;
	text-align: left;
	}
	#LangueFr {
	background:url(/images/fr.gif);
	background-repeat: no-repeat;
	text-align: left;
	}
	#LangueEs {
	background:url(/images/es.gif);
	background-repeat: no-repeat;
	text-align: left;
	}
	
	#ImageHome {
	background-image: url(/images/Home/Image1.jpg);
	background-repeat: no-repeat;
	}
	
	body {
	background-color:#000000;	
	}

	#Puce {
	background: url(/images/puce.gif);
	background-repeat: no-repeat;
	}
		
	#BorderOrange {
	background-color: #D67C21;
}
