/*reset CSS Eric Meyer*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


html, body {
  height:100%;
}

/*end reset*/

.cb{
  clear:both;
  font-size:0;
  height:0;
  line-height: 0;
  display:block;
}

.fl{
  float:left;
}

.fr{
  float:right;
}

a{
   text-decoration: none;
}

strong{
  font-weight:bold;
}
.container{  
  position:relative;
  margin:43px auto 0 auto;
  width:762px;
  z-index: 20;
  font-family: Arial, helvetica, sans-serif;
  font-size: 0.8em;
}

  h1{
    display:none;
  }

  .welcome{
    display: block;
    padding: 8px 0 87px 95px;
    float:left;
  }
  
   .add_fav{
     float:right;
     display:block;
     outline:none;
   }
   
   .form_connexion{
     position:relative;
     padding-top: 43px;
   }
   
      .form_connexion form{
	padding-left: 7px;
      }
      
   .identify,
   .title_forgot_pass{
     background-color: #000;
     color:#fff;
     font-family: Georgia, arial, helvetica, sans-serif;
     font-style: italic;
     font-size: 1.5em;
     font-weight: normal;
     padding:4px 25px 6px 18px;
     position:absolute;
     left: 197px;
     top:-10px;
   }
   
   .title_forgot_pass{
     left:197px; 
     padding:3px 29px;
     top:-11px;
     z-index: 11;
   }
   
   label{
     display:block;
     font-size: 1em;
     margin-bottom:3px;
   }
   
   .input_text,
   .input_text_pass{
     display: block;
     border:2px solid #000;
     width: 300px;
     margin-bottom: 4px;
     height:22px;
     line-height:22px;
   }
   
   .input_text_pass{
     width:213px;
   }
   
   .left_side,
   .right_side{
     float:left;
     margin-right: 10px;
   }

  #bg_login_amb{
    position:absolute;
    background: url(../img/extranet/bg_login_amb.jpg) no-repeat center center;
    height:142px;
    width:100%;
    display:block;
    z-index: 1;
  }

  .remember{
    float:left;
    margin-top: 5px;
    font-size: 0.9em;
    font-weight: bold;
  }
  
  .checkbox{
    float: left;
    margin-left: 0;
  }
  
  .forgot_pass{
    margin-top: 8px;
    font-size: 0.9em;
    font-weight: bold;
    color:#da2128;
    display:block;
  }
  
  .submit{
    background-color:#da2128;
    border:0;
    padding:0px 13px;
    margin-top:15px;
    color:#fff;
    font-style:italic;
    font-weight: bold;
    font-family: Georgia, arial, helvetica, sans-serif;
    font-size:1.3em;
    height:30px;
    display: inline;
    width: 105px;
    cursor:pointer;
  }
  
  .contact{
    width:300px;
    border-top:1px dotted #000;
    margin-top: 63px;
    padding-top: 7px;
    margin-left: 10px;
  }
  
  .contact h2{
    font-family: Georgia, arial, helvetica, sans-serif;
    font-style: italic;
    font-size: 1.4em;
    margin-bottom: 5px;
  }
  
    .contact p{
      font-size: 0.85em;
      line-height: 1.3em;
    }
    .contact a{
      color:#da2128;
    }
    
    .footer, .footer a{
      color:#878686;
    }
    
    .footer{
      width:400px;
      margin:76px auto 0 auto;
      font-size: 0.85em;
    }
    
    .footer li{
      float:left;
    }
    
      .footer a,
      .footer span{
	padding:0 8px;
	display:inline;
      }

.popup{
  position: absolute;
  top: 238px;
  left: 0;
  padding: 0 0 0 9px;
  width:670px;
  height: 140px;
  background:#000;
  z-index: 10;
  color:#fff;
  visibility: hidden;
}

  a#close_popup{
    position: absolute;
    right:15px;
    top:10px;
  }
  .popup label{
    font-size:1.1em;
    display:block;
    margin-bottom: 13px;
  }

  .popup form{
    padding: 49px 0 0 57px;
  }
  
  .popup button{
    width:56px;
    height:20px;
    background:#666;
    border:none;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:0;
    text-align:center;
    cursor:pointer;
    float:left;
  }

  .popup .input_text{
    margin:0 8px 0 54px;
    padding:0 2px;
    height:30px;
    line-height:27px;
    float:left;
  }
  
  .popup .submit{
    margin-top:0;
    padding:0 11px;
    height:32px;
  }

