/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{ color: #222; background-color: #FFF; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
a { outline: 0; }

/* --- */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	background:url(/nespresso-site/background.jpg) repeat-x; 
	position:absolute; 
	width:100%; 
	height:100%;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 800px;
}

#header {
position:absolute;z-index:0;
}

#content {
position:absolute;
width: 800px;
top:200px;
height: 370px;
border-bottom: 1px solid #CCC;
margin-bottom: 25px;
}

#right {
position: absolute;
	top: 30px;
	right: 40px;
}
#right .gagne{
	width:387px;
	height:132px;
	background:url(/nespresso-site/gagne.png);
	text-indent: -9999em;	
}

#fNewsletter {
	z-index:10;
float: left;
	margin-top:20px;
	margin-bottom:10px;
}
#fNewsletter input.textbox {
float: left;
margin-top: 7px;
	width: 200px;
	padding: 8px 6px;
	font-size: 18px;
	color:#666;
	border:1px solid #AAA;
}
#fNewsletter input.button {
float: left;
	width: 171px; 
	height: 51px;
	margin-left: 10px;
	border: 0;
	font-size: 0;
	text-indent: -9999em;
cursor: pointer;
	background: url(/nespresso-site/btn.png) no-repeat;
}

#fNewsletter input.button:hover{
	font-size: 0;
	text-indent: -9999em;
	background-position: -171px;
}


#right #thanks-box {
width: 377px;
margin: 20px 0;
padding: 10px;
color: #457F27;
font-size: 1.3em;
background-color: #EAFFDF;
}

#right p {
	font-size: 13px; 
	color: #333;
}

#footer {position:absolute; top:585px;}

#liens {
position: absolute;
top: 17px;
left:240px;
width: 560px;
}
#liens a {color:#369;font-size:12px;}
#liens p {color:#444;font-size:12px;}

.clearer { clear: both; }
strong { font-weight: bold; }
