a img {
	border: none;
}

.layout-header-top {
	text-align: right;
}

.layout-header {
	height: 298px;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
}

.layout-header-bottom .zone {
	float: left;
	width: 310px;
	height: 64px;
	background-repeat: no-repeat;
	position: relative;
	padding-left: 190px;
	padding-top: 10px;
	margin-bottom: 40px;
}

	.layout-header-bottom .zone img.bee-blanc {
		position: absolute;
		top: 7px;
		left: 160px;
	}

	.layout-header-bottom .zone a.title {
		font-family: Trebuchet MS;
		color: #FFFFFF;
		font-size: 18px;
		text-decoration: underline;
	}

		.layout-header-bottom .zone div.subtitle a {
			font-family: Arial;
			text-decoration: underline;
			color: #FFFFFF;
		}

	.layout-header-bottom #gauche {
		background-image: url(../_images/bg-pme-pmi.jpg);
	}

	.layout-header-bottom #droite {
		background-image: url(../_images/bg-grands-comptes.jpg);
	}

	.layout-header-bottom .message {
		width: 267px;
		margin: auto;
		margin-bottom: 10px;
	}

.layout-main,
html > body .layout-main {
	height: 150px;
	min-height: 150px;
}

	.layout-main form {
		width: 267px;
		border: 0px solid red;
		background-image: url(../_images/bg-form.jpg);
		background-repeat: no-repeat;
		color: #0075B5;
		position: relative;
		margin: auto;
		margin-bottom: 25px;
	}

		dt#id1b12a65c2f99f2eb8e8d16965173de975-label {
			height: 7px;
			display: none;
		}

		dd#id1b12a65c2f99f2eb8e8d16965173de975-element {
			font-weight: bold;
			margin-top: 5px;
			margin-left: 5px;
			margin-bottom: 5px;
			font-size: 9pt;
			text-align: center;
			padding-top: 6px;
		}

		dt#txtLogin-label {
			font-size: 9pt;
			margin-left: 25px;
		}

		dd#txtLogin-element {
			margin-left: 25px;
			margin-bottom: 5px;
		}

			#txtLogin {
				font-size: 9pt;
				width: 150px;
			}

		dt#txtPass-label {
			font-size: 9pt;
			margin-left: 25px;
		}

		dd#txtPass-element {
			margin-left: 25px;
		}

			#txtPass {
				font-size: 9pt;
				width: 150px;
			}

		#btSubmit {
			position: absolute;
			top: 50px;
			right: 27px;
			width: 32px;
			height: 32px;
			border: none;
			background-image: url(../_images/bouton-ok.png);
			background-repeat: no-repeat;
			background-color: white;
			cursor: pointer;
		}

	#form-certificat {
		background-image: url(../_images/bg-certificat.jpg);
		background-repeat: no-repeat;
		margin: auto;
		width: 267px;
		height: 44px;
		text-align: center;
	}

		#form-certificat a {
			display: block;
			color: #0075B5;
			width: 120px;
			margin: auto;
			text-decoration: none;
			padding-top: 6px;
			padding-left: 12px;
			font-weight: bold;
		}

		#form-certificat a:hover {
			text-decoration: underline;
		}
