.backgroundPopin
{
	background-color:#210702;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.mpopin h1{
	margin: 30px 0 20px 0;
	line-height: 100%;
	font-size: 2.2em;
	font-weight: normal;
}
a{
	color: #04539d;
}
.mpopin label{
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}
.mpopin{
	width: 625px;
	padding: 10px;
	background: white;
	border: 10px solid #ac9896;
}
.cont-popin{
	background: url(../images/bkg-popin.gif) repeat-x white;
	text-align: center;
	padding: 5px;
}
.mpopin .close{
	text-align: right;
	font-size: 1.1em;
}

.mpopin .close .closePopin 
{
	padding-right: 15px;
	background: url(../images/picto-suppr.gif) no-repeat top right;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	border: none;
	font-size: 1.4em;
}

.mpopin .error{
	font-size: 1.2em;
	color: #c5001e;
}
.mpopin form p{
	margin: 20px 0
}
.pousse{
	padding-right: 40px;
}
.mpopin .reset{
	width: 99px;
	height: 32px;
	text-align: center;
	border: none;
	font-weight: bold;
	color: white;
	font-size: 1.3em;
	background: url(../images/bt-reset.gif) no-repeat;
	cursor: pointer;
	margin-right: 30px;
}
.mpopin .valid{
	width: 99px;
	height: 32px;
	padding-left: 20px;
	text-align: center;
	border: none;
	font-weight: bold;
	color: white;
	font-size: 1.3em;
	background: url(../images/bt-valider.gif) no-repeat;
	cursor: pointer;
}
.cont-popin div{
	padding: 20px 10px 0 10px;
	background: #efefef;
	border: 1px solid #bbbaba;
	text-align: left;
}
.cont-popin div p, .cont-popin div ul{
	margin-bottom: 20px;
	font-size: 1.2em;
}
.cont-popin div h2{
	margin-bottom: 10px;
	font-size: 1.2em;
}




