html, body {height: 100%; overflow: hidden;}
body {
	margin: 0; padding: 0;
	background-color: #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
	color: #fff;
	}
table {background-color: #ccc; width: 100%; height: 100%;}
a {color: orangered}
.creditphoto {
	margin: 0; padding: 0;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.3em;
}
.creditphoto a {color: #666;}

/* =Messages alternatifs au QT ----------------------------------------- */
#alternate {position: relative;}
.qt {
	width: 640px;
	position: relative; top: 0; left: 50%; margin-left: -320px;
	}
.imageAlternate {text-align: center;}
.message {
	height: 100px; width: 480px;
	padding-left: 60px;
	background: transparent url(/medias/images/qt.gif) no-repeat 0 0;
	text-align: left;
	font: 1.3em/1.2em "Trebuchet MS", sans-serif;
	}
