
.facebox {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	z-index: 9999;
}

.facebox td,
.facebox th { border: none; }

.facebox td {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	vertical-align: top;
	font-size: 11px;
}

.facebox .centerLeft, .facebox .centerRight {
	width: 10px;
	height: auto;
	background-image: url(../images/facebox/b.png);
	background-repeat: repeat-y;
}

.facebox .topLeft, .facebox .topRight, .facebox .bottomLeft, .facebox .bottomRight {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

.facebox .topLeft {
	background-image: url(../images/facebox/tl.png);
	background-position: top left;
}

.facebox .topRight {
	background-image: url(../images/facebox/tr.png);
	background-position: top right;
}

.facebox .bottomLeft {
	background-image: url(../images/facebox/bl.png);
	background-position: bottom left;
}

.facebox .bottomRight {
	background-image: url(../images/facebox/br.png);
	background-position: bottom right;
}

.facebox .topCenter, .facebox .bottomCenter {
	width: auto;
	height: 10px;
	background-image: url(../images/facebox/b.png);
	background-repeat: repeat-x;
}

.facebox .faceboxContent {
	background-color: #fff;
	border: 1px solid #555;
}

.facebox .loading {
	display: block;
	margin: 10px auto;
}

.facebox .faceboxContent .faceboxTitle {
	font-size: 18px;
	color: #BFA6A9;
	background-color: #FFF5F7;
	border: 1px solid #AC9A97;
	margin: -1px;
	margin-bottom: 0px;
	padding: 5px 10px;
}

.facebox .faceboxContent .faceboxMessage {
	/*overflow: auto;*/
	overflow: hidden;
	margin: 0px;
	position: relative;
	padding: 18px 10px;
	border: 1px solid #fff;
}

.facebox .faceboxContent .faceboxMessage h4 {
	color: #646478;
	font-size: 1.6em;
	font-weight: normal;
	font-family: Verdana,Geneva,sans-serif;
	margin-bottom: 8px;
}

.facebox .faceboxContent .faceboxFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 2px 10px;
	text-align: right;
}

.faceboxFooter input[type="button"] { margin-left: 5px; }

.faceboxFooter input[type="button"].faceboxSubmit {
	border-color: #0e1f5b;
	border-top-color: #d9dfea;
	border-left-color: #d9dfea;
	background-color: #3b598a;
	color: #fff;
}

.facebox div.message { background-image: none; }
.facebox div.message div.contenu { padding: 7px 10px 0 10px; }
