body {
	width: 750px;
	background-color: #a9bccd;
	background-image: url("/images/popup/fond.jpg");
	background-position: 0 120px;
	background-repeat: no-repeat;
	
	font-size: 14px;
}

#popup {
	padding-bottom: 15px;
}

#header {
	height: 120px;
	background-position: top left;
	background-repeat: no-repeat;	
}

#box {
	width: 722px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
	
	background-color: white;
	background-image: url("/images/popup/fond_box.gif");
	background-position: top;
	background-repeat: no-repeat;
	
	border: 1px solid black;
}


h1 {
	float: left;

/* 	width: 400px; */
	height: 23px;
	
	font-size: 17px;
	color: white;
	
	background-color: #000775;
	background-image: url("/images/popup/titre_fond.gif");
	background-position: left top;
	background-repeat: repeat-x;
	
	padding-left: 20px;
	padding-right: 20px;
}

#coin {
	float: left;
	
	width: 19px;
	height: 23px;

	background-color: #000775;
	background-image: url("/images/popup/titre_coin.gif");
	
}


div.inbox {
	margin: 20px;
}


ul {
	list-style-type: none;
}


h2 {
	color: black;
	font-size: 14px;
}
