
	.popup_core
	{
		z-index:999;

		position:fixed;
		top:200px;
		left:50%;
	}

	.popup_overlay
	{
		width:100%;
		height:100%;
		top:0;
		left:0;

		z-index:99;
		position:fixed;
		background-color:#000;
		filter:alpha(opacity=60);
		opacity: 0.6;
		-moz-opacity:0.6;
	}

	.popup_core.popup_text_section
	{
		margin-left:-245px;
		height:530px;
	}

	.popup_core.popup_lemur
	{
		margin-left:-297px;
		height:414px;
	}

	.popup_core.popup_text_section,
	.popup_text_section .popup_head,
	.popup_text_section .popup_content,
	.popup_text_section .popup_navigation,
	.popup_text_section .popup_bottom
	{
		width:490px;
	}

	.popup_core.popup_lemur,
	.popup_lemur .popup_head,
	.popup_lemur .popup_content,
	.popup_lemur .popup_navigation,
	.popup_lemur .popup_bottom
	{
		width:594px;
	}

	.popup_head
	{
		background-color:#4ca8a9;
	}

	.popup_head p
	{
		margin:10px 0 10px 25px;
		font-size:14px;
		color:#fff;
		font-weight:bold;
	}

	.popup_content
	{
		padding:25px;

		background-color:#f6a417;
	}

	.popup_text_section .popup_content
	{
		width:440px;
	}

	.popup_lemur .popup_content
	{
		width:544px;
	}

	.popup_title,
	.popup_subtitle
	{
		font-weight:bold;
		font-size:33px;
		line-height:36px;
		margin:0 0 25px 0;
		color:#000;
	}

	.popup_subtitle
	{
		font-weight:regular;
		margin:-5px 0 15px 0;
	}

	.popup_lemur_content p.popup_title
	{
		margin:0 0 10px 0;
	}


	.popup_content
	{
		color:#000;
		font-size:13px;
		line-height:15px;
	}

	.popup_lemur_content
	{
		width:340px;
	}

	.popup_navigation
	{
		background-color:#000;
	}

	.popup_navigation .navigation
	{
		padding:10px 15px 10px 0;
	}

	.popup_head .navigation
	{
		padding:10px 30px 10px 0;
	}

	.popup_text_section .popup_bottom
	{
		background:url(/assets/images/popup_texte-bg.png) top left no-repeat;
		width:489px;
		height:19px;
	}

	.popup_lemur .popup_bottom
	{
		background:url(/assets/images/popup_lemur-bg.png) top left no-repeat;
		width:594px;
		height:19px;
	}

	.mini_web
	{
		font-weight:bold;
		font-size:10px;
		margin-bottom:7px;
	}

	.black_bloc
	{
		margin:0 0 20px 0;
	}
















