/* 
  -- My pure and simple rounded corners with CSS --
*/

.ropdialog {
	z-index:1;
	float: left;
	background: transparent;
	color: #242424;
	height: auto;
	width: 230px;
	margin-bottom: 8px;/* spacing under dialog */
 	/* font-family: Corbel, Trebuchet MS;
	 border: 1px solid red; */
}

.dialog_top {
	z-index:2;
	float: left;
	width: 230px;
	height: auto;
	background:transparent url('ropdialog.png') no-repeat top left;
}

.dialog_bottom {
	z-index:1;
	float: left;
	width: 230px;
	height: 16px;
	background:transparent url('ropdialog.png') no-repeat bottom right;
}

/* Style des titres et paragraphes */

.ropdialog p {
	margin:0px 10px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 4px 2px;
	height: auto;
	width: 206px;
	max-width: 206px !important;
	font-size: 1em;	
	border-bottom: dotted 2px #c020bd;
}
.ropdialog h2 {
	text-align: center;
	font-family: Arial, Corbel, Trebuchet MS;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .05em;
	width:auto;
	color: #BC24AB;
	padding: 8px;
	margin: 0; /* margins will blow out backgrounds, leaving whitespace. */
}
.ropdialog h2  a {
	color: #BC24AB;
}
.ropdialog a {
	font-weight: bold;
	cursor: pointer;
}
.ropdialog a:hover {
	color: #BC24AB;
	font-weight: bold;
	text-decoration: none;
}
.ropdialog .on {
	font-weight: bold;	
}

/* cas des breves : on verra + tard */

.dialogbref {
	width: 206px;
	height: auto;
	min-height: 64px !important;
	padding: 4px 0px 1px 0px;
	margin: 0px 12px 4px 12px;
	border-bottom: dotted 2px #c020bd;
}
.ropdialog img {
	margin : 0;
	padding: 0px 4px 4px 0px;
	float: left;
}
.dialogbref p {
	width: 200px;
	border-bottom: dotted 2px #c020bd;
}
.parapeti {
	float: left;
	font-size: 1.1em;
	text-align: left;
	width: 140px;
}
.breftext {
	float: left;
	font-size: .85em;
	line-height: 1.3em;
	text-align: left;
	width: 150px;
	font-style : italic;
	padding-top: 6px;
}


/*
#calbox {
	clear : both;
	display: block;
	padding: 8px;
	background-color: red;
	height: auto;
}
*/



