#modalOverlay {
  background-color:#000;
  cursor:normal;
}

#modalContainer {
  height:350px;
  width:600px;
  left:50%;
  top:10%;
  margin-left:-300px; /* half the width, to center */
  /*background-color:#fff;*/
/*  border:3px solid #ccc;*/

/*background:transparent url(dialog.png) no-repeat scroll right bottom;*/

color:#000;
/*margin-bottom:5px;*/
padding:0;


}

#modalContainer .dlg-header
{
background:transparent url(dlg_top.gif) no-repeat scroll left top;
height:25px;
padding:0;
}


#modalContainer .dlg-body
{
background:transparent url(dialog.png) repeat-y scroll left bottom;
height:300px;
padding-left:10px;
padding-right:10px;
}


#modalContainer .dlg-footer
{
background:transparent url(dlg_bot.gif) no-repeat scroll left bottom;
height:25px;
padding:0;
}


#modalContainer a.modalCloseImg {
  background:url(dlg_close.gif) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:10px;
  right:0px;
  cursor:pointer;
}

.dlg-body h3
{
margin:0px;
padding:0px;
margin-top:12px;
color:#999999;
margin-bottom:5px;
font-size:13px;
font-style: italic ;
}

.dlg-body h4
{
margin:0px;
color:#aa1428;
padding-bottom:5px;
font-size:13px;
}

.dlg-body #asso_title
{
	text-align:center;
	color:#aa1428;
	font-weight:bold;
}

.dlg-body #block_activite #for_scroll
{
	height:255px;
	overflow:auto;
}
.dlg-body #block_activite div div
{
	margin-left:15px;
	font-size:12px;
	margin-bottom:12px;
}

.dlg-body p
{
margin-left:10px;
margin-top : 3px;
margin-bottom : 3px;
font-size:11px;
}

div.block_separator
{
	background:url(separator.gif) no-repeat center center;
	width:250px;
	height:14px;
	margin-top:10px;
}

.dlg-body #left_content, .dlg-body #right_content, .dlg-body #middle_content
{
	float:left;
}

.dlg-body #middle_content
{
	width:2px;
	height:250px;
	/*background-color:#999999;*/
	border-left:1px solid #999999;
	margin:0px;
	margin-top:15px;
	margin-right:10px;
	margin-left:5px;
}

.dlg-body #left_content, .dlg-body #right_content
{
width:280px;
}


.dlg-body #left_content
{
	height:290px;
	overflow:auto;
}

.dlg-body #no_activites
{
	font-size:12px;
	padding-left:15px;
}

/*.dlg-body #left_content
{
	height:350px;
	overflow:auto;
}*/

