/* Meyer reset */

/* 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;
}

/* fonts & typographie*/
/* Artemisia credits go to the Greek Font Society
 * www.greekfontsociety.org
 */
@font-face {
    font-family: 'GFS Artemisia';
    src: url('GFSArtemisia.eot');
    src: url('GFSArtemisia.ttf') format('truetype');
}

html { font-size: 100%; } /* IE hack */
body { 
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; 
    font-size: 76%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height: 1.4;
}
table, th, td, input, select { font-size: 100%; } /* IE hack */
h1 {
    font-family:"GFS Artemisia", Georgia,"Times New Roman",Times,serif;
    font-size:4em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1em;
}
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
p, td { font-size: 1.1em; }
ol, ul, li { font-size: 1.0em; }

/* General style */
a {
    font-weight:bold;
    text-decoration: underline; 
} 
a:link { 
    color: #272634;
    font-weight:bold;
} 
a:visited { 
    color: #272634;
    font-weight:normal;
} 
a:hover, a:focus, a:active { 
    color: #272634;
    background:#cce310;
    font-weight:bold;
    text-decoration: none; 
}
a:active { 
  outline: none; 
} 
acronym[title] { 
    border-bottom: 1px dotted; 
    cursor: help; 
}
blockquote{
    background:#d6cebb;
    width:80%;
    margin-left:5em;
    margin-top:1em;
    padding:1em;
    line-height:1.6em;
}
p {
    margin:0 1em;
    line-height:1.4;
}
ul li {
    margin-left:5em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul li:before {
    content: "\2192 \0020";
    }

ul li a {
    font-weight:normal;
    text-decoration: none; 
}
ul li a:visited {
    font-weight:normal;
    text-decoration: none; 
}
ul li a:hover, a:focus, a:active {
    font-weight:normal;
    text-decoration: none; 
}

/* Layout & color */
body {
    background:#bdb6a2;
    color:#272634;
}

#container{
    text-align:left;
    width:80%;
    margin:0 auto;
    background:transparent;
}
h1 {
    margin-top:0.8em;
    margin-bottom:0.5em;
    border-bottom: 3px solid #1b62b7 ;
}

#top-right{width:40%;margin:0 auto;padding:1.0em;float:right}
#top-left{width:40%;margin:0 auto;padding:1.0em;float:left}
#bottom-right{width:40%;margin:0 auto;padding:1.0em;float:right}
#bottom-left{width:40%;margin:0 auto;padding:1.0em;float:left}
#footer {
    width:100%;
    padding-top:1em;
    clear:both;
}
#footer p {
    font-style:italic;
    border-top: 2px solid #1b62b7  ;
    margin:2em 0 0.5em 0;
}

.dark-square {
    background:#bec4c7 ; 
    border: 2px solid #1b62b7  ;
    min-height:350px;
    min-width:350px;
    -moz-border-radius: 15px 0 15px 0;
    -webkit-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    -webkit-border-top-left-radius: 15px; /* pour Chrome */ 
    -webkit-border-bottom-right-radius: 15px; /* pour Chrome */ 
}
.base-square {
    background:#fff ;
    min-height:350px;
    min-width:350px;
    background:transparent;
}
.lettrine{
    display:block;
    float:left;
    font-family:"GFS Artemisia", Georgia,"Times New Roman",Times,serif;
    font-size:5em;
    color:#1b62b7;
    margin: 1px; 
    padding: 1px;
    line-height: 0; 
}
.photo {
    width: 320px;
    padding: 10px 10px 10px 10px;
    margin:auto;
    border: 1px solid #BFBFBF;
    background-color: white;
    -webkit-box-shadow: 4px 4px 6px rgba(135, 139, 144, 0.6);
    -moz-box-shadow: 4px 4px 6px rgba(135, 139, 144, 0.6);
    box-shadow: 4px 4px 6px rgba(135, 139, 144, 0.6);
}
.photo img {
    margin:10px 10px 0;
}
.box {
    background-color:#91cff6;
    border:3px solid #127bbd;
    float:right;
    padding:10px;
    font-style:italic;
    font-size:1.3em;
}
.feed {
    background:transparent url(Feed-icon.png) no-repeat scroll 100% 0;
    line-height:24px;
    padding-right:25px;
    text-align:right;
    }