/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles du navigateur
	vim: set noet ts=4 fdm=marker fenc=utf-8:

***************************************************** */

html, body {
	height: 100%;
	width: 100%;
	overflow:hidden;	
}

html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0;
}
body {
	font-size:110%;
	line-height:1.4;
	color: #E9E5E2;
}
table {
	height: 100%;
	width: 100%;
}
iframe {
	height: 100%;
	width: 100%;
}
tr.frame td {
	height: 100%;
	position: relative;
}
tr.frame .ombre {
	position: absolute;
	width: 100%;
	height: 8px;
	top: 79px;
	left: 0;
	background: url("../img/interface/bg-frame-ombre.png") repeat-x top left;
}
tr.bar td {
	padding: 15px 0;
	background: #f2efe9;
	color: #61605d;
	font-family: 'TitilliumText14L800wt', 'Trebuchet MS', sans-serif;
	vertical-align: middle;
}
tr.bar td table td {
	vertical-align: middle;
	padding: 0;
}
tr.bar td table td span {
	display: block;
	padding: 0 0 0 15px;
	font-size: 140%;
}
tr.bar td table td span a {
	color: #61605d;
}

