#header-global {
	background: url(../images/ligne-fond-haut.gif) repeat-y top right;
	width: 100%;
	height: 77px;
	background-color: #e4d6e5;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#header-logo {
	background: url(../images/logo.png) no-repeat top left;
	width: 140px;
	height: 72px;
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
	z-index: 1;
}

* html #header-logo {
	background-image: none;		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
	position: absolute;	top: 30px;	left: 30px;	height: 72px;	width: 140px;
}

#header-visuel-par {
	background: url(../images/bandeau-visuel-partic.jpg) no-repeat top right;
	background-color: #677794;
	height: 75px;
}

#header-visuel-pro {
	background: url(../images/bandeau-visuel-prof.jpg) no-repeat top right;
	background-color: #ffffff;
	height: 75px;
}

#header-visuel-index {
	background: url(../images/bandeau-visuel-home.jpg) no-repeat top right;
	background-color: #f3f7f6;
	height: 75px;
}

#header-baseline {
	/* color: #294f91; */
	color: #ffffff;
	left: 200px;
	top: 32px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	cursor: Hand;
}