#bas *{
	color: #ffffff;
}
/* copyright */
#copyright{
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
	color: #000000;
	font-size: 13px;
/*	background-color:#ffffff;*/
}
/* adresse */
#adresse{
	position: absolute;
	top: 30px;
	right: 0px;
	width: 230px;
	height: 90px;
	font-size: 12px;
}
/* liens */
#liens{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 230px;
	height: 90px;
	
}
#liens ul{
	list-style: none;
}
/* logosBas */
#logosBas{
	position: absolute;
	top: 30px;
	left: 240px;
	right: 240px;
	height: 50px;
	text-align: center;
}
#logosBas ul{
	list-style: none;
}
#logosBas li{
	display: inline-block;
}
#logosBas a{
	display: block;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
}
#logosBas span{
	display: none;
}
#logosBas li.ecampus a{
	width: 50px;
	background: transparent url(../images/logos/logo_ecampus_50.png) top center no-repeat;
}
#logosBas li.IMT a{
	width: 128px;
	background: transparent url(../images/logos/logo_IMT_128x50.png) top center no-repeat;
	margin-left: 18px;
	margin-right: 18px;
}
