/*---------------------------------------------------------------------
				bloc popup
----------------------------------------------------------------------*/
.popup{
	/*width:300px;*/
}

.popup #zoneCentrale .container, .mentions #zoneCentrale .container, .mentions #zoneCentrale, .mentions #page{
	overflow:auto;
	width:auto;
}
.popup #blocText, .mentions #blocText{
	width:300px;
	overflow:hidden;
}

.popup #blocText p, .mentions #blocText p{
	color:#000000;
}
.popup #blocText h2{
	margin-top:25px;
}

.mentions #blocText p{
	font-size:9px;
}

.popup .container , .mentions .container{
	background:none;
	background-image:url(../../../images/blocPopupFond.jpg);
	background-repeat:repeat-x;
	padding:10px;		
}


.popup input{
	font-size:13px;
}


.popup #blocText h1{
	margin-bottom:13px;
}