/* FONT */
@import url(http://fonts.googleapis.com/css?family=Lato:200,400,100,700,600,300italic,400italic,700italic,900,900italic);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del,
details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe,
img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong,
sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;

    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1;
    color: #0f0f0f;}
body {background: #fefefe;}
.content{
    max-width: 1100px;
    padding: 50px 50px 0 50px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {line-height: 1.4; font-weight: 200; text-align: center}
h1{font-size: 4em; text-transform: uppercase}
h2{font-size: 2.1em}
h3{font-size: 1.5em}
h4{font-size: 0.9em}
h5{font-size: 0.8em}
h6{font-size: 0.6em}
/*formatage text*/
a{ text-decoration: none; font-weight: 300;} /*mettre le text en normale*/
b{font-weight: bold;} /*mettre le text en gras*/
i{font-style:italic;}/*mettre le text en italic*/
small{font-size: 75%;}/*mettre le text en plus petit*/
ins{text-decoration: underline}/*ligne en dessous*/

/* CSS du site
 ********************************/

.R{
    color: #a9a9a9;
    font-weight: 500;
    margin: 15px;
    padding: 4px 8px;
    border-radius: 25px;
    border: #a9a9a9 solid 1px ;
    position: fixed;
}
.R:hover{
    color: #747474;
    border: #747474 solid 1px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease ;}

p{width: 600px;margin: 0 auto;
    text-indent: 30px;
    text-align: justify;
    letter-spacing: 0.5px;}















