/* Welcome Pack Popup (common)

Company : Vente-privee.com
Project : VP4 (Front)
Support : Media Screen

Version : V 0.1
Date : 25 08 2008
Author : David GALL

*/

/* importation d'objets generiques */
/***********************************/
	@import url(obj_replaceFlash.css);
/***********************************/


body {	
	margin: 0;
	padding: 0;
	background-color: #f9f2f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 20px 0 20px;
}
	a, a:active, a:visited {
		color: #f21e8c;
		text-decoration: underline;
		outline: none;
	}
	a:hover {
		text-decoration: none;
	}
	h3 {
		color: #f21e8c;
		font-size: 16px;
		font-weight: bold;
		margin-top: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	
	/* video flash (WP) */
	#wpFlashContent {
		margin: 0 auto 20px auto;
		width: 660px;
		height: 390px;
	}
