/* Popup Pre-login (common)

Company : Vente-privee.com
Project : VP4 (Front)
Support : Media Screen

Version : V 0.1
Date : 19 09 2008
Author : Aurelie DURDUX

*/

body {	
	margin: 0;
	padding: 0;
	background-color: #f9f2f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
	a, a:active, a:visited {
		color: #f21e8c;
		text-decoration: underline;
		cursor: pointer;
	}
	a:hover {
		text-decoration: none;
		cursor: pointer;
	}
	/* bloc entete */
	.headerCGV {
		border: 1px solid #dcd0d2;
		background-color: #f0e7e9;
		height: 25px;
		line-height: 25px;
	}
		.headerCGV span {
			margin-left: 18px;
			padding-left: 23px;
		}
		.headerCGV a, .headerCGV a:active, .headerCGV a:visited {
			text-decoration: none;
		}
		.headerCGV a:hover {
			text-decoration: underline;
		}
		.headerCGV .cgv {
			background: url(../images/out_impression.gif) center left no-repeat;
		}
		.headerCGV .saveCgv {
			margin-left: 10px;
			padding-left: 33px;
			border: 1px solid #ab989b;
			border-width: 0 0 0 1px;
			background: url(../images/out_dl-pdf.gif) 10px center no-repeat;
		}

	h3 {
		color: #f21e8c;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
		margin-top: 0;
	}
	
	/* Bloc contenu */
	#cgkBloc {
		overflow: auto;
		height: 362px;
		padding: 20px;
		border-top: 1px solid #fff;
		font-size: 11px;
		line-height: 14px;
	}
		#cgkBloc h4 {
			font-size: 12px;
			margin: 20px 0 10px 0;
			padding: 0;
		}
		#cgkBloc p {
			padding: 0;
			margin: 0;
		}
	/* bouton remonter */
	#back {
		display: block;
		clear: both;
		margin: 20px 0 0 0;
		background: url(../images/ev_back.png) center right no-repeat;
		_background-image: url(../images/ev_back.gif); 
		padding-right: 13px;
		text-decoration: none;
		text-align: right;
		font-size: 12px;
		color: #f21e8c;
	}
	#back:hover {
		text-decoration: underline;
	}
	
	/*  */
	#privacyPolicy {
		padding: 20px;
	/*	overflow: auto;
		height: 390px;*/
	}
	
	/* Lien Welcome Pack */
	.wpLine {
		background: url(../images/gen_websiteAstuce.png) top left no-repeat;
		_background: url(../images/gen_websiteAstuce.gif) top left no-repeat;
		padding: 5px 0 20px 41px;
		margin-top: 10px;
	}
	/* Participation MoonTrip*/
	.pmt {
	    text-align:center;
	}
