.popup {

}

.popup .nw { 
	background:url(../image/popup/nw.png) no-repeat;
	width:23px;
	height:28px;
}

.popup .n {
	background:url(../image/popup/n.png) repeat-x;
	height:28px;
}

.popup .ne { 
	background:url(../image/popup/ne.png) no-repeat;
	width:23px;
	height:28px;
}

.popup .w {
	background:url(../image/popup/w.png);
}

.popup .e {
	background:url(../image/popup/e.png);
}

.popup .content {
	background:url(../image/popup/back.png);
}

.popup .sw { 
	background:url(../image/popup/sw.png) no-repeat;
	height:22px;
	font-size:1px;
}

.popup .s {
	background:url(../image/popup/s.png);
	height:22px;
	font-size:1px;
}

.popup .se { 
	background:url(../image/popup/se.png) no-repeat;
	width:23px;
	height:22px;
	font-size:1px;
}

.popup h1 {
	padding:0px;
	margin:0px;
	color:#38250a;	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.popup .close {
	cursor:pointer;
	float:right;
	width:16px;
	height:13px;
	display:block;
	font-size:1px;
	background:url(../image/popup/x.png) no-repeat;
	position:relative;
	top:-10px;
	left:0px;
}

.popup_content {
	background:white;
	margin:10px;
	padding:10px;
}

#fond_modal {
	background:red;
}