/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family: Helvetica, Arial, san serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	background: #1d1d1d;
  	width: 100%;
}

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;
}

#content {
	position: relative;
	top: 25px;	
  	width: 960px;
  	margin: 0 auto;
  	text-align: left;
	padding: 0px;
}

a {
	font-size: 13px;
	margin-top: 4px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

a img {
  border: none;
}

h2 {
font-size: 18px;
letter-spacing: -1px;
display: block;
margin-top: 7px;
margin-bottom: 8px;
color: #616161 }

p {
font-size: 13px;
line-height: 1.2em;
color: #4b4b4b  }

div#branding {
position: absolute;
top: 525px;
left: 593px;
width: 233px;
}

div#branding  h1, div#branding blockquote {
text-indent: -9798px; }

div#contact {
position: absolute;
left: 330px;
top: 150px;
width: 267px;
}

a.srollover:hover {
background-position:0 -70px;
}
a.srollover {
background:transparent url(../img/willb-contact.gif) no-repeat scroll 0 0;
display:block;
height:70px;
text-decoration:none;
width:267px;
}

div#infos {
position: absolute;
top: 575px;
left: -9798px;
width: 100%; }

div#ouverture {
z-index: 50;
position:absolute;
text-indent: -9798px;
height: 183px;
right: 0px;
top: 0px;
width: 300px;
}


