/* CSS Document */
p {
	margin-bottom: 20px;
}
.wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: relative;
}
.content {
	width: 920px; /*pour ecran 1280px(L), si ecran 1366px(L) => 1024px */
	background-color: #FFFFFF;
	text-align: left;
	position: absolute;
	margin: 80px 0 0 160px;
	padding: 20px;
}
a.fermer {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width:42px;
	height: 42px;
	padding: 10px;
	background-image: url("../images/boutons/fermer/normal.png");
	background-repeat: no-repeat;
	background-position: 10px;
	background-size: 42px;
}
a:hover.fermer {
	background-image: url("../images/boutons/fermer/actif.png");
}
input.complementadresse, input.voie {
	width: 97%;
}
input.codepostal, input.localite {
	width: 47%;
}
input.nom, input.prenom {
	width:39%;
}
select {
	width: 156px;
}
.select {
	width: 130px;	
	background-position: 90% 12px;
}
