div.icon-box {
/*	position: relative; */
	overflow: auto;
	background: white;
	border: 1px solid #777;
	border-bottom: dotted black 2px;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 70px;
	line-height: 1.5;
}

blockquote.cite-box {
    margin: 0.5em;
    padding-left: 60px;
    background: transparent url(quote_54.png) left 0.5em no-repeat;
    max-width: 30em;
    min-height: 65px;
    float: right;
    font-style: italic;
}

blockquote.cite-box .citation {
    font-size: 140%;
    padding: 0;
    font-family: "New Century Schoolbook", serif;
}

blockquote.cite-box .author {
    float: right;
}

div.icon-box img.iconimg {
	display: block;
	margin-bottom: -45px;
	margin-left: -60px;
}

/* override style for several icon-boxes */
div.note {
	background-color: #dee;
}

div.attention {
	background-color: #fee;
	border-color: #a77;
}

div.piege {
	background-color: #eee;
	border-color: #777;
}

div.a-vous-de-jouer {
	background-color: #def;
	border-color: #77f;
}

div.en-travaux {
	background-color: #ffe;
	border-color: #ee4;
}

div.remarque {
	background-color: #dee;
}

div.definition {
	background-color: #ede7e0;
	border-color: #ae7b37;
}

div.ch-rightbox {
    clear: right;
    float: right;
    margin-left: 1em;
    width: 35%;
}
