/* Porte

Company : Vente-privee.com
Project : VP4 (Front)
Support : Media Screen

Version : V 0.1
Date : 23 09 2008
Author : Aurelie DURDUX

*/


/* css generique */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-position: top right;
	background-repeat: repeat-x;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fdddee;
}

/* elements communs */
#wrapper {
	position: relative;
	min-width: 1002px;
	_float: right;
	_width: 1002px;
}
.doorBloc {
	position: absolute;
	top: 0;
	right: 0;
	width: 942px;
	height: 574px;
	padding: 0 0 0 60px;
	background-position:top left;
	background-repeat: no-repeat;
}
	h1 {
		position: absolute;
		width: 288px;
		height: 104px;
		top: 0;
		left: 60px;
		background-position: top left;
		background-repeat: no-repeat;
	}
		h1 span {
			visibility: hidden;
		}
	h2 { 
		 position: absolute;
		 top: 100px;
		 font-size: 9px;
		 font-weight: normal;
		 z-index: 100;
	}
	#doorFlash {
		position: absolute;
		width: 654px;
		height: 478px;
		right: 0;
	}
	#footer {
		position: absolute;
		padding: 0 0 10px 0;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	#footer a{
	    text-decoration:underline;
	    font-weight: bold;
	}
	#footer a:hover{
	    text-decoration:none;
	}
	
	
	/* porte internationale / porte pays */
	p.international {
		position: absolute;
		top: 460px;
		font-weight: bold;
		font-size: 11px;
	}
	ul.international, ul.country {
		position: absolute;
		top: 483px;
	}
		.international li, .country li {
			display: inline;
			padding-right: 24px;
		}
	
	/* porte pays */
	.formBloc {
		position: absolute;
		top: 136px;
	}
	*.formBloc, {
		top: 135px;
		padding: 0 0 3px 0;
	}
		.formBloc fieldset {
			border: 0;
			height: 56px;
			margin-bottom: 2px;
		}
		*.formBloc fieldset, {
		    margin-bottom: 3px;
			_margin-bottom: 1px;
		}
			.formBloc fieldset legend {
				display: none;
			}
			.formBloc fieldset p {
				margin: 0;
				padding: 0;
				line-height: 20px;
				height: 20px;
				clear: both;
				width: 228px;
			}
			.formBloc fieldset label {
				display: block;
				float: right;
				width: 83px;
				height: 20px;
				line-height: 20px;
				text-transform: uppercase;
			}
			.formBloc p input {
				width: 144px;
				height: 14px;
				border: 1px solid #c4bbbd;
				color: #202020;
				font-size: 11px;
				padding: 1px 2px;
			}
			.formBloc p span.labelEmail {
			    position:absolute;
			    width: 144px;
				height: 14px;
				color: #c4bbbd;
				font-size: 11px;
				margin-left:-146px;
				margin-top:3px;
				background-color:#FFF;
				z-index:1000;
				line-height:14px;
			}
			.formBloc p span.labelPass {
			    position:absolute;
			    width: 144px;
				height: 14px;
				color: #c4bbbd;
				font-size: 11px;
				margin-left:-146px;
				margin-top:3px;
				background-color:#FFF;
				z-index:1000;
				line-height:14px;
			}

			.formBloc input.grey{
			    color: #c4bbbd;
			}
			.formBloc input {
				background-color: #fff;
				color: #202020;
			}
			.formBloc input.logIn {
				display: block;
				margin: 0 0 6px 103px;
				padding: 0 0 5px 4px;
				width: 47px;
				height: 35px;
				border: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				cursor: pointer;
				outline: none;
				background-color: #f21e8c;
				background-position: 0 0 ;
				background-repeat: no-repeat;
			}
			/**.formBloc input.logIn, {
				top: 59px;
			}*/
			.formBloc p.signUp {
				margin: 0 0 4px 0;
				padding: 0 0 0 12px;
				background-position: left 4px;
				background-repeat: no-repeat;
				line-height: 14px;
				height: 14px;
				font-size: 11px;
			}
			.formBloc p.signUpBt {
				margin: 6px 0 0 0;
			}
				.formBloc p.signUpBt a {
					padding: 1px 9px;
					height: 17px;
					border: 1px solid #ff8ec8;
					background: #ffe0f0 url(../images/door_bt_bg.jpg) top left repeat-x;
					font-size: 11px;
					color: #f21e8c;
					text-decoration: none;
				}
					.formBloc p.signUpBt a:hover {
						background: #fffbfd url(../images/door_bt_bg_hover.jpg) top left repeat-x;
						text-decoration: none;
					}

