* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px; 
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #536376;
  background-color:#0ABAB5;
}

a, a:hover, a:link { color: #000; }

img { border:0; }

article {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 280px;
  margin-left: -400px; /* half of width */
  margin-top: -140px;  /* half of height */
}

aside {
  position:absolute;
  float:left;
  bottom:0;
  left:0;
  padding:10px;
}

aside a {
  font-size:8pt;
  text-decoration:none;
}

iframe {
  position:absolute;
  float:right;
  bottom:0px;
  right:0px;
  padding:10px;
  width:180px;
  height:60px;
}

/* html5 support */
section, article, header, footer, nav, aside, hgroup {
  display: block;
}

section {
  display:none; /* speak:none; */
}

/* NOUVEAU */

.sprited {
    background: url(files/site/download_sprite.png) no-repeat;
    line-height: 1000px;
    overflow: hidden;
    display: block;
}

#wrapper {
    width: 660px;
    margin: 0 auto;
}
 
#content { 
    width: 419px;
    float: left;
    margin: -40px 25px 25px 0;
}

#content p, #demo p{
    margin: 0 0 15px 0;
}
h2, ul {
    margin-bottom: 15px;
}

#secondary {
    width: 216px;
    float: right;
}

.white {
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}
table th {
    background: #dfe6ee; padding: 3px 0;
}
table td {
    padding: 7px 5px;
    border-bottom: 1px solid #c3ccd8;
}
table tr.stripe td {
    background: #f9fbfc;
}

.share_icon {
    width: 16px;
    height: 16px;
    display: block;
}

#share_list {
    height: 32px;
    width: 400px;
    list-style: none;
    margin: 5px auto;
    border-top: 1px solid #eef2f7;
    padding-top: 10px;
}

#share_list li {
    float: left;
    display: block;
    margin-right: 15px;
}

#share_list li:last-child {
    margin-right: 0px;
}

#mail { width: 32px; height: 32px; background: url(files/site/social/mail.png) no-repeat top left; background-size: 32px 32px;}
#facebook { width: 32px; height: 32px; background: url(files/site/social/facebook.png) no-repeat top left; background-size: 32px 32px;}
#twitter { width: 32px; height: 32px; background: url(files/site/social/twitter.png) no-repeat top left; background-size: 32px 32px;}
#linked_in { width: 32px; height: 32px; background: url(files/site/social/linkedin.png) no-repeat top left; background-size: 32px 32px;}
#google { width: 32px; height: 32px; background: url(files/site/social/google-plus-black.png) no-repeat top left; background-size: 32px 32px;}
#instagram { width: 32px; height: 32px; background: url(files/site/social/instagram.png) no-repeat top left; background-size: 32px 32px;}
#youtube { width: 32px; height: 32px; background: url(files/site/social/youtube.png) no-repeat top left; background-size: 32px 32px;}
#foursquare { width: 32px; height: 32px; background: url(files/site/social/foursquare.png) no-repeat top left; background-size: 32px 32px;}
#vimeo { width: 32px; height: 32px; background: url(files/site/social/vimeo.png) no-repeat top left; background-size: 32px 32px;}
#myspace { width: 32px; height: 32px; background: url(files/site/social/myspace.png) no-repeat top left; background-size: 32px 32px;}
#apple { width: 32px; height: 32px; background: url(files/site/social/apple.png) no-repeat top left; background-size: 32px 32px;}
#podcast { width: 32px; height: 32px; background: url(files/site/social/podcast.png) no-repeat top left; background-size: 32px 32px;}
#viadeo { width: 32px; height: 32px; background: url(files/site/social/viadeo.png) no-repeat top left; background-size: 32px 32px;}


  #sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 480px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
    
    #see_id {
        width: 228px;
        height: 23px;
        background-position: -202px -133px;
    }
    
    #sign_up_form {
        position: relative;
        background: url(files/site/divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background-position: -387px -102px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}