@charset "utf-8";
/* CSS Document */
#header-body{
	position: relative;
	display: block;
	z-index: 200;
	height: 176px;
	width: 990px;
        margin-left: auto;
        margin-right: auto;
        z-index: 100;
}
#titre{
	position: relative;
	display: block;
/*	width: 100%;*/
	padding-top: 22px;
	padding-left: 20px;
	color: #c8c9ca;
	z-index: 100;
}
#titre H1{
	display: block;
	padding-left: 10px;
	font-size: 3.7em;
}
#titre A{
	color: #c8c9ca;
	text-decoration: none;
}
#titre A:hover{
	text-decoration: underline;
}
#site-description{
	display: inline-block;
	padding-left: 10px;
	font-size: 35px;
	width: 720px;
}
#logo{
	position: absolute;
	width: 211px;
	height: 128px;
	z-index: 200;
	top: 22px;
	right: 33px;
}
#logo A{
	display: block;
	width: 211px;
	height: 128px;
	background: url(../images/logos/logo_IMTBS_211x108.png) no-repeat center center;
}
#logo SPAN{
	display: none;
}
