/*------------------------------------------------------------------

[SOMMAIRE]

  0. Reset
  1. Font-Face
  2. Body
  3. Header
  4. Nav
  5. Contenu
  6. Footer

-------------------------------------------------------------------*/


/*---------------------------------------
  0. Reset
----------------------------------------*/

/* Reset d'Eric Meyer */

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, sub, sup, tt, var,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/*---------------------------------------
  1. Font-Face
----------------------------------------*/

@font-face {
  font-family: 'Theorem';
  src: url('fonts/Theorem/theorem.eot');
  src: local('☺'), url('fonts/Theorem/theorem.woff') format('woff');
}

/*---------------------------------------
  2. Body
----------------------------------------*/

body {
  background: #f3f0ed url(img/bg-aunumero6.png);
  font-family: "Theorem", Georgia, Arial, sans-serif;
  color: #726b5f;
}

a {
  color: #726b5f;
}

#container {
  width: 850px;
  margin: 20px auto;
}

/*---------------------------------------
  3. Header
----------------------------------------*/

header {
}

header #logo {
  float: left;
  width: 133px;
  height: 133px;
}

header h2 {
  width: 110px;
  font-size: 1.2em;
  margin: 0 0 0 143px;
  padding-top: 40px;
}

/*---------------------------------------
  4. Nav
----------------------------------------*/

nav {
  float: right;
  margin-top: -70px;
  margin-right: 60px;
}

nav ul li {
  display: inline-block;
  float: left;
  margin: 0 8px;
  background-repeat: no-repeat;
  text-align: center;
}

nav ul li span {
  display: block;
  width: 41px;
  padding-top: 55px;
  text-decoration: none;
}

#tv {
  background-image: url(img/bouton-tv.png);
}

#web {
  background-image: url(img/bouton-web.png);
}

#print {
  background-image: url(img/bouton-print.png);
}

#team {
  background-image: url(img/bouton-team.png);
}

#contact {
  background-image: url(img/bouton-contact.png);
}

#news {
  background-image: url(img/bouton-news.png);
}

/*---------------------------------------
  5. Contenu
----------------------------------------*/

#accroche {
  clear: both;
  display: block;
  float: left;
  margin: 150px 0 0 0;
  width: 310px;
  line-height: 0.8;
}

#accroche {
  font-size: 2.4em;
}

#accroche .reveler {
  font-size: 1.7em;
  text-transform: uppercase;
}

#accroche .essentiel {
  font-size: 1.29em;
  text-transform: uppercase;
}

#accroche .votre-marque {
  background: url(img/fleche-rouge.png) no-repeat;
  position: relative;
  top: 7px;
  padding-top: 3px;
  padding-left: 33px;
  font-size: 0.96em;
}

#welcome {
  float: right;
}

/*---------------------------------------
  6. Footer
----------------------------------------*/

footer {
  clear: both;
  display: block;
  float: right;
  width: 550px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 0.85em;
}

footer p {
  margin: 5px 0 15px;
}

footer p .street-address {
  padding: 3px 0 0 25px;
  background: url(img/adresse.png) no-repeat;
}

footer p .postal-code, footer p .tel-label, footer p .email {
  padding-left: 15px;
  background: url(img/etoile.png) 4px 6px no-repeat;
}
