body {
	width: 100%;
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	background:white;
	font-family: Helvetica, Arial, cursive;
	font-weight:400;
}
input {
	background-color:transparent;
	border:none;
	color:#333;
	font-size:11px;
	font-weight:bold;
	width:165px;
	border:1px #bbbbbb dashed;
}
input#nombre {
	width:40px;
}
input.envoi {
	width:92px;
	height:44px;
	margin:0;
}

h1 {
	font-size:18px;
	color:#585858;
	font-weight:400;
	padding:70px 0 90px 20px;
	width:260px;
}
h1.titre {
	font-size:20px;
	color:#585858;
	font-weight:400;
	padding:10px 0 0 60px;
}
h2 {
	font-size:22px;
	color:#42352d;
	font-weight:400;
	margin:10px 0;
}
h2 span {
	font-size:16px;
}
h3, h3 a {
	font-size:16px;
	color:#42352d;
	font-weight:400;
}
h4 {
	font-size:14px;
	float:right;
	color:#585858;
	margin-right:22px;
	font-weight:400;
}
h4 a p {
	color:#585858;
}
h4 img {
	float:right;
	margin-left:10px;
}
h4 img:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
p {
	font-size:10px;
	float:right;
	color:#585858;
	margin:0;
}
ul {
	width:270px;
	padding:0;
	margin-top:10px;
	float:left;
	text-align:right;
	color:#585858;
}
ul li {
	list-style:none;
	line-height:27px;
}
ul.listecadeau {
	width:860px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	color:#42352d;
}
ul.listecadeau li {
	list-style:none;
	font-size:13px;
	line-height:22px;
}
/* Contenu
----------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	color:#585858;
	height:71px;
}
#header img {
	margin-top:20px;
}
#wrap {
	width: 1160px;
	color:black;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#pcadeau {
	width: 880px;
	color:black;
	display: block;
	float:left;
}
#pcadeau img {
	border:10px white solid;
	margin-bottom:6px;
}
#pcadeau img.right {
	margin-left:6px;
}
#formulaire {
	background:#f1F1F1;
	margin-top:74px;
	width: 300px;
	height:356px;
	margin-left: 880px;
	display: block;
	float:left;
	position:absolute;
	padding:25px 5px 5px 15px;
}
