/* titre */
#titre{
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 200;
	text-shadow: 2px 2px 2px #cccccc;
}
/* description */
#description{
	position: absolute;
	left: 20px;
	top: 65px;
}
/* pixels */
#pixels{
	position: absolute;
	right: 130px;
	top: 0px;
	width: 490px;
	height: 123px;
	background: transparent url(../images/fd_pixels.png) center center no-repeat;
	z-index: 100;
}
/* logos */
#logos{
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
	height: 59px;
	z-index: 200;
	text-align: right;
	margin: 0;
	padding: 0;
}
#logos ul{
	height: 59px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#logos li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 59px;
	height: 59px;
	margin-left: 5px;
}
#logos li:first-child{
	margin-left: 0px;
}
#logos a{
	display: block;
	width: 100%;
	height: 100%;
}
#logos span{
	display: none;
}
/*
#logos li.TSP{
	background: transparent url(../images/fd_logo_TSP.png) bottom center no-repeat;
}
#logos li.TEM{
	background: transparent url(../images/fd_logo_TEM.png) bottom center no-repeat;
}
#logos li.ENSIIE{
	background: transparent url(../images/fd_logo_ENSIIE.png) bottom center no-repeat;
}
*/
#logos .TSP a{
	background: transparent url(../images/logos/logo_TSP_59.png) top center no-repeat;
}
#logos li.TEM{
	margin-top: 2px;
	width: 109px;
	height: 56px;
	margin-right: 15px;
	margin-left: 15px;
}
#logos li.TEM:last-child{
	margin-right: 0;
}
#logos .TEM a{
	background: transparent url(../images/logos/logo_IMTBS_109x56.png) top center no-repeat;
}
#logos .ENSIIE a{
	background: transparent url(../images/logos/logo_ENSIIE_59_bt.png) top center no-repeat;
}
