/* logo TSP */
#logo{
	position: absolute;
	left: 52px;
	top: 41px;
	width: 86px;
	height: 86px;
	background: url(../images/logos/logo_TSP_86.png) center center no-repeat #ffffff;
}
#logo a{
	display: block;
	width: 100%;
	height: 100%;
}
#logo span{
	display: none;
}
/* titre et description */
#titre{
	position: absolute;
	top: 55px;
	left: 169px;
	right: 52px;
	color: #ffffff;
}
#titre h1{
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 0px #000000;
}
#titre h2{
	font-size: 20px;
}
/* langues */
#langues{
	position:absolute; 
	bottom: 5px;
	right: 18px;
	z-index: 1000;
}
#langues UL{
	display: inline;
	list-style: none;
}
#langues UL LI{
	float: left;
	margin-left: 10px;
}
#langues A{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 13px;
}
#langues img{
	border: 1px solid #ffffff;
}
