/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
  background-image:url(/images/metalab/teaser/bg_header.png);
  background-repeat:repeat-x;
  background-position:top;
  font-family:Verdana;
  font-size:12px;
  padding:0;
  border:0;
  margin:0;
}

div.clear
{
  clear:both;
}

#page
{
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(/images/metalab/teaser/bg_arrow_and_cloud.png);
  background-repeat:no-repeat;
  background-position:0 136px;
  min-height:500px
}

#header
{
  position:relative;
  height:136px; 
}

#logo
{
  display:block;
  position:absolute;
  top:78px;
  left:162px;
  width:150px;
  height:40px;
  background-image:url(/images/metalab/teaser/logo150x40.png);
  background-repeat:no-repeat;
}

#logo span
{
  display:none;
}

#links
{
  position:absolute;
  bottom:12px;
  right:0;
}

ul.menu a
{
  color:#999999;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
}

ul.menu li
{
  display:block;
  float:left;
  height:34px;  
  line-height:34px;
  background-image:url(/images/metalab/teaser/menu_separator.png);
  background-repeat:no-repeat;
  background-position:right top;
  padding-right:20px;
  padding-left:20px;
}

ul.menu li.last
{
  background:0 !important;
}

#main
{  
  text-align:center;
  background-image:url(/images/metalab/teaser/bg_header_shadow.png);
  background-repeat:no-repeat;
  background-position:middle top;
}

#main p.image_text
{ 
  padding-top:55px;
  padding-bottom:35px;
}

#main p.second
{
  padding-top:45px;
  padding-bottom:40px;
}

#page_footer
{
  background-image:url(/images/metalab/teaser/bg_page_footer.png);
  background-repeat:repeat-x;
  height:97px;
  
}

#page_footer ul.menu a
{
  color:#666666 !important;
}

#page_footer ul.menu
{
  position:absolute !important;
  top:35px !important;
  right:0 !important;
}

#footer_content
{
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

div.bloc
{
  background-image:url(/images/metalab/teaser/bg_bloc.png);
  background-repeat:no-repeat;
  background-position:-550px top;
  padding-top:14px;
  width:550px;
  margin-left:auto;
  margin-right:auto;
}

div.bloc_bottom
{
  background-image:url(/images/metalab/teaser/bg_bloc.png);
  background-repeat:no-repeat;
  background-position:0 bottom;
  padding-bottom:38px;
}

div.bloc_content
{
  background-image:url(/images/metalab/teaser/bg_bloc.png);
  background-repeat:repeat-y;
  background-position:-1100px;
  padding-top:20px;
  padding-bottom:20px;
}

div.bloc_content input.email
{
  display:block;
  float:left;
  width:390px;
  border:2px solid #dee4e5;
  height:15px;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:10px;
  font-size:15px;
  background-image:url(/images/metalab/teaser/bg_input_text.png);
  background-repeat:repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-left:45px;
  color:#000000;
}

div.bloc_content input.input_mail_default_class
{
  color:#b0b5b6;
}

div.bloc_content input.bt_ok
{
  display:block;
  float:left;
  width:33px;
  height:33px;
  line-height:33px
  background:0;
  background-color:#FFFFFF;
  background-image:url(/images/metalab/teaser/bt_ok.png);
  background-repeat:no-repeat;
  background-position:middle;
  border:0;
  padding:0;
  margin:0;
  margin-top:2px;
  margin-left:10px;
}

div.bloc_content > p
{
  width:430px;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
}

div.errorExplanation {
  border: 2px solid #FFAEAE;
  background-color: #FEEBEB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px;
  margin-bottom: 20px;
  width:430px;
  padding:10px;
  margin-left:auto;
  margin-right:auto;
}

div.message.notice {
  border: 2px solid #BBDF8D;
  background-color: #EAF7D9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px;
  margin-bottom: 20px;
  width:430px;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  font-weight:bold;
}