/*

orange : color:#ff7700;
gris : color:#c0c0c0;
*/
/* Begin Typography & Colors */
html,body{
	margin:0px auto 0px auto;
	padding:0px;
}
body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
}
#favorite{
	width:280px;
	margin:0px 0px 0px auto;
	font-weight:bold;
	text-align:right;
}
hr{
	height: 1px;
	border: 0px;
	color:#ff7700;
	background-color:#ff7700;
}
a{
	color:#ff7700;
	font-weight:bold;
}
a:hover{
	color:#ff7700;
}
img{
	border:0px;
}
#page {
	text-align: left;
	margin:0px auto 0px auto;
	padding:0px;
	width: 800px;
	background-color:#fff;
	font-size:1.1em;
}
#header{
	margin:0px auto 0px auto;
	width:600px;
}
#langs{
	float:right;
}
#logo{
	width:582px;
	height:168px;
}
.logoContainer{
	width:220px;
	margin:10px auto 10px auto;
	text-align:center;
}
.logo{
	margin:0px 10px 0px 10px;
	float:left;
}
.lastLogo{
	clear:both;
}
.spacer{
	clear:both;
}
#content {
	margin:20px 0px 50px 0px;
	width:100%;
	text-align:center;
}
#result{
	text-align:center;
}

h1{
	color:#ff7700;
	text-align:left;
	margin-top:20px;
}
#header h1{
	margin:0px;
	padding:0px;
}
h2{
	color:#ff7700;
	text-align:left;
	margin-top:50px;
}
#mainResult{
	text-align:left;
	margin:10px auto 10px 20px;
}
#otherResults{
	text-align:left;
	margin:0px auto 0px 20px;
}
#otherResults .otherResultsColumn{
	float:left;
}
#mainResult p label, #otherResults p label{
	display:block;
	float:left;
	text-align:right;
	width:150px;
	margin-right:20px;
}
#footer{
	clear:both;
	padding:10px;
	width:100%;
}
#footer p{
	text-align:center;
	margin:20px auto 0px auto;
}
#ux_tbUrl{
	width:320px;
}
