/* This is the StyleCatcher theme addition. Do not remove this block. 
@import url(/mt-static/themes-base/blog.css);*/
/*@import url(/mt-static/support/themes/minimalist-white/minimalist-white.css);*/
/*@import url(/minimalist-white.css);*/

/* @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); */

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url("/pourquoi/css/fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
}

/* end StyleCatcher imports */
body {
 /* font:normal 12px tahoma, verdana, helvetica;*/
    color: #000305;
    /*font-size: 2vw; */ /* Base font size: 14px */
    font-family: 'Trebuchet MS', 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
    /*line-height: 1.429;*/
    margin: 0;
    padding: 0;
    text-align: left;
}

#header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 6em;
    border-color: #666;
    background: #eee url(header.gif) repeat-x top right;
}


h1, h2, h3, h4, h5, h6, #header-name {
    font-size: 2.2em ;
    font-weight: 400;
    font-family: 'Yanone Kaffeesatz', arial, serif;
}

#container {
 display: block;
 width:100%;
}

#content {
  clear: both;            
  width: 60%;
  margin: 2em 0 0 0; 
}


#header-content {
  background: url('/pourquoi/yvesago-pourquoi.png') no-repeat center right;
  width:90%;
  float: left;
  margin: .2em 0 0 .8em; 
}


a {
    text-decoration: none;
    color: #000305;
}

blockquote {
 &nbsp;margin: 1em 20px;
  padding-left: 50px;
  background: transparent url('/pourquoi/quote.png') no-repeat top left; }

a[href^="http:"] {
 background:url('/pourquoi/external.png') no-repeat right;
 padding-right: 12px;
}

a[href^="http://www.yvesago.net"] {
 background: transparent;
 padding-right: 0px;
}

/*@media (min-width: 360px) {
  body {
    font-size: 1.0em;
  }
}

@media (min-width: 500px) {
    width: 73.3333333333333%;
  }
@media screen and (min-width: 768px) {
  #main {
    display: inline;
    float: left;
  }
}*/

