.popin_contenu 
{
	border:				solid 2px #000000;
	background:			#FFFFFF;
}

.popin_global
{
	width:				auto;
}
.popin_global .fermer
{
	text-align:			right;
	padding:			3px;
	background:			#464646;
	border-bottom:		solid 2px #000000;
}
.popin_global .fermer a.close{
	background: transparent url(../images/picto_close.png) no-repeat;
	display: block;
	float: right;
	height: 16px;
	width: 16px;
}
.popin_global .content
{
	padding:			10px;
	font-family: 		Verdana, sans-serif;
	font-size:			12px;
}
.popin_global .content .mass_content_adjust_width
{
	width:				100%;
	margin:				0px;
}
.popin_global .content .mass_content_adjust_width th
{
	width:				35%;
}
.popin_global .content .mass_content_adjust_width td
{
	width:				65%;
}

.popin_webcallback
{
	width: 				500px;
	height: 			300px;
}
.popin_global .popin_titre
{
	float: 				left;
	color:				white;
	margin-left:		10px;
	font-size:			12px;
	line-height:		18px;
	font-weight:		bold;
}

/* from reset.css */
.popin_global .clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}
