.formulaire {
	position:relative;
	background-color: #FFDBDB;
	width: 300px;
	border: 1px solid #C0C0C0;
	overflow: visible;
	text-align: left;
	margin:50px auto 50px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.Serrure {
	background-image: url(../images/serrure.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -46px;
	left: -41px;
	height: 85px;
	width: 73px;
}
.formulaire p {
	clear:left;
	margin:4px 0 4px 0;
}
.formulaire label {
	width: 100px;
	text-align:right;
	float: left;
	padding: 2px 5px 0 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #000000;
}
.Button {
	width: 100px;
}
.MsgErreur {
	text-align: center;
	margin:10px auto 10px auto;
	color: #990000;
	font-weight: bold;
}
.NoView {
	display:none;
}

.MenuIntro {
	float:left;
	margin:10px;
}
.MenuIntro img {
	border:none;
	margin:0 0 50px 0;
}
.MenuIntro a {
	border:none;
}
.MenuIntro a:hover {
	border:none;
	background:transparent;
}