@import url('//fonts.googleapis.com/css?family=Roboto:300,400');


html {
	height: 100%;
}
body {
	font-family: 'Roboto',Arial,sans-serif !important;;
	font-size: 12pt !important;;
	height: 100% !important;;
	margin: 0 !important;;
	padding: 0 !important;;
	background-color: #242424 !important;
}
pre:not a{
	color: #FF794B;
}
pre:not  a:hover{
	color: #CCC;
}

div#global {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	color: #ccc;
	min-height:100%;
	position:relative;
}

table#browsers-list {
	color: #ccc;
	text-align: center;
	font-size: 10pt;
	margin: 20px auto;
}
table#browsers-list tr td {
	width: 100px;
}
table#browsers-list tr td a {
	font-size: 64px;
	color: #FF794B;
	text-decoration: none;
}
table#browsers-list tr td a:hover {
	color: #ccc;
}

header {
	margin: 0 auto;
	padding: 10px;
}
header .logo img {
	display:block;
	height: 70px;
	width: 100px;
	margin: 0 auto;
}

.bloc-content {
	vertical-align: middle;
	padding-bottom: 100px;
	color: white;
}
.bloc-content p {
	text-align: center;
}
.bloc-content #bloc-title p {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	color: white;
}

.bloc-content #bloc-title .title {
	font-size: 30px;
	font-weight: 400;
	color: #FF794B;
	text-align: center;
}


#bloc-buttons {
	text-align: center;
}
#bloc-buttons a {
	text-decoration: none;
	display: inline-block;
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 5px;
	padding: 10px;
	width: 30%;
	text-align:center;
	color: white;
	font-size: 14pt;
}
#bloc-buttons a:hover {
	background-color: #FF794B;
	border-color: #FF794B;
}

footer {
	width: 100%;
	text-align: center;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}
footer p {
	color: white;
	font-size: 90%;
}

.space {
	margin-top: 200px;
}