/* reset */
	@import url("reset.css");

	body {
		background:#f0ece3;
		padding:11px;
		text-align:left;
	}
	#bloc_popup {
		width:420px;
		text-align:left;
		overflow:auto;
	}
	#bloc_popup #bloc_header,
	#bloc_popup #bloc_central {
		position:relative;
		width:398px;
		overflow:hidden;
		background-color:white;
		background-repeat:no-repeat;
		background-position:0 bottom;
		margin-bottom:11px;
		padding:11px;
		font-size:1em;
	}
	
	/* Header*/
		#bloc_popup #bloc_header {
			
		}
		#bloc_header img {
			display:block;
		}
		#bloc_popup #bloc_central {
			background-image:url("../img/common/bloc_central_bg.gif");
		}
		
	/* Contenu*/
		#bloc_popup #bloc_central h1{
			position:relative;
			padding-bottom:1em;
			font-size:2em;
			font-weight:normal;
		}
		#bloc_central .bloc_content {
			padding:12px 10px;
			background: url('../img/common/header_bloc_title.gif') 0 0 repeat-x;
		}
		#bloc_popup #bloc_central form{
			width:100%;
		}
		#bloc_central form p {
			padding-bottom:10px;
			float:none!important;
			clear:both;
		}
		
		#bloc_central #formTellAFriend p.button0 {
			float:right!important;
			/*
			width:86px;
			*/
		}
		/*
		html > body #bloc_central #formTellAFriend p.button0 {
			width:72px;
		}
		*/
		
		
		#bloc_central .unknown{
			display:none;
		}
