html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
}
body{
	background-image:url(../img/fond.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:12px;
}
#conteneur{
	margin:auto;
	margin-top:60px;
	width:702px;
	text-align:left;
}
#iphone{
	float:right;
	width:222px;
	height:350px;
	position:absolute;
	top:60px;
	z-index:10;
}
/*#iphone div{
	position:absolute;
	left:480px;
}*/
#iphone table{
	position:absolute;
	left:480px;
	border:0;
	padding:0;
	margin:0;
}
#iphone table tr, #iphone table td{
	border:0;
	padding:0;
	margin:0;
	font-size:0;
}
/*#iphone div img{
	float:left;
}*/
#pWhite{
	background-color:#FFFFFF;
	width:662px;
	padding:0 20px 0 20px;
	margin:0;
}
#pVideo{
	background-color:#542b0f;
	width:662px;
	padding:0 20px 0 20px;
	margin:0;
}
.pHome{
	width:460px !important;
	height:194px;
	padding:0 0 0 20px !important;
	/*border:1px solid red;*/
	overflow:auto;
	font-size:12px;
	line-height:12px;
}
#pBrown{
	width:672px;
	height:57px;
	padding:0 20px 0 10px;
	margin:0;
	font-size:12px;
	background-image:url(../img/brown_center.png);
	background-repeat:repeat-y;
}
#bDownload{
	float:left;
}
#bContact, #bRetour, #bVideo{
	float:right;
}
#copy{
	display:block;
	clear:both;
	padding-top:5px;
	font-size:10px;
	color:#000000;
}
h1{
	margin:0;
	padding:0;
	background-color:#006699;
}
.pContact{
	font-size:14px;
}
.pContact span {
	font-size:22px;
	font-weight:bold;
}
form{
	padding:10px 20px 0 20px;
	margin:0;
	background-color:#FFFFFF;
}
form label{
	clear:both;
	float:left;
	width:180px;
	text-align:right;
	margin-right:5px;
	font-weight:bold;
}
form select{
	width:200px;
}
form select, form textarea, form input{
	margin-bottom:5px;
	border:1px solid #666666;
}
form textarea, form input{
	width:350px;
}
#bValider{
	/*clear:both;
	float:left;*/
	margin-left:185px;
	padding:5px;
	width:170px;
	cursor:pointer;
	font-weight:bold;
}
form span{
	display:block;
	color:#FF0000;
	font-size:10px;
	display:none;
}
#maVideo{
	margin:auto;
	text-align:center;
	width:640px;
	margin-left:10px;
	background-color:#542b0f;
}