/** CSS Content Page **/

#content #page
{
	border: none;
}

/** CSS Content Page Concept **/

#content #page .zone#coupon
{
	width: 100%;
	height: 100%;
	position: relative;
}

/** CSS Content Page Concept Text **/

#content #page .zone#coupon .data#text
{
	float: left;
	width: 354px;
	height: 453px;
	border: 1px solid #BDBEC0;
	padding: 15px 0px 0px 19px;
}

#content #page .zone#coupon .data#text h1
{
	color: #95c14a;
	font-size: 16px;
	font-weight: bold;
}

/** CSS Content Page Overflow **/

#content #page .zone#coupon .data#text .overflow
{
	width: 335px;
	height: 421px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 19px 10px 0px;
}

#content #page .zone#coupon .data#text h2
{
	color: #0096a9;
	font-size: 13px;
	margin-top: 6px;
	font-weight: bold;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left 8.5px;
	background-image: url('img/list-style-puce.gif');
}

#content #page .zone#coupon .data#text .txt, #content #page .zone#coupon .data#illus .txt
{
	color: #686867;
	margin-top: 10px;
	font-weight: bold;
	text-align: justify;
}

#content #page .zone#coupon .data#text .txt.italic, #content #page .zone#coupon .data#illus .txt.italic
{
	font-style: italic;
}

#content #page .zone#coupon .data#text .txt a, #content #page .zone#coupon .data#text .txt a:link, #content #page .zone#coupon .data#text .txt a:visited, #content #page .zone#coupon .data#text .txt a:active, #content #page .zone#coupon .data#illus .txt a, #content #page .zone#coupon .data#illus .txt a:link, #content #page .zone#coupon .data#illus .txt a:visited, #content #page .zone#coupon .data#illus .txt a:active
{
	color: #0096a9;
	text-decoration: underline;
}

#content #page .zone#coupon .data#text .txt a:hover, #content #page .zone#coupon .data#illus .txt a:hover
{
	text-decoration: none;
}

/** CSS Content Page Concept Illus **/

#content #page .zone#coupon .data#illus
{
	float: right;
	width: 373px;
	height: 468px;
	position: relative;
	border: 1px solid #88bc4c;
}

#content #page .zone#coupon .data#illus .coupon_out, #content #page .zone#coupon .data#illus .coupon_in
{
	width: 354px;
	height: 233px;
	position: relative;
	background-color: white;
	padding: 0px 0px 0px 19px;
}

#content #page .zone#coupon .data#illus .coupon_in
{
	height: 218px;
	padding: 15px 0px 0px 19px;
	border-top: 1px solid #88bc4c;
}

#content #page .zone#coupon .data#illus .coupon_out .coupon_overflow, #content #page .zone#coupon .data#illus .coupon_in  .coupon_overflow
{
	width: 354px;
	height: 217px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 15px;
}

#content #page .zone#coupon .data#illus .coupon_in  .coupon_overflow
{
	padding: 0px;
	height: 181px;
}

#content #page .zone#coupon .data#illus .coupon_in #coin
{
	top: 0px;
	left: 0px;
}

#content #page .zone#coupon .data#illus .coupon_in h1
{
	color: #95c14a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#content #page .zone#coupon .data#illus .coupon
{
	width: 333px;
	height: 52px;
	position: relative;
	margin-bottom: 20px;
	background-color: #E0E0E0;
}

#content #page .zone#coupon .data#illus .coupon, #content #page .zone#coupon .data#illus .coupon *
{
	cursor: pointer;
}

#content #page .zone#coupon .data#illus .coupon h1
{
	color: #0096a9;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px 0px 4px;
}

#content #page .zone#coupon .data#illus .coupon h1 span
{
	color: #0096a9;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#content #page .zone#coupon .data#illus .coupon .ref
{
	right: 4px;
	bottom: 2px;
	float: right;
	color: #C34851;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}

/** coupon pop **/

#content #page .zone#pop_coupon
{
	top: 50px;
	left: 50px;
	z-index: 750;
	width: 229px;
	max-height: none;
	min-height: 358px;
	position: absolute;
	background-color: #d9dbdc;
}

#content #page .zone#pop_coupon .header
{
	width: 229px;
	height: 16px;
	cursor: move;
	position: relative;
}

#content #page .zone#pop_coupon .header .pop_close
{
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/pop_coupon_close.gif');
}

#content #page .zone#pop_coupon .print
{
	right: 0px;
	bottom: 0px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/print.gif');
}

#content #page .zone#pop_coupon .data
{
	width: 196px;
	padding-left: 16px;
}

#content #page .zone#pop_coupon .data .photo
{
	width: 196px;
	max-height: none;
	min-height: 258px;
	background-color: #757474;
}

#content #page .zone#pop_coupon .data h2
{
	color: #0096a9;
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
}

#content #page .zone#pop_coupon .data h2 span
{
	color: #757474;
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

#content #page .zone#pop_coupon .data .ref
{
	color: #C34851;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
}