@charset "utf-8";
/* 52framework General StyleSheet - contains styles for all the HTML elements this framework supports */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 52% / 1.52em;
}



a, a:hover, a:focus {
    text-decoration: none;
}


/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {
    margin: 0 0 0.5em;
    line-height: 1.1em;
}

h1 {
    font-size: 2.52em;
}

h2 {
    font-size: 1.952em;
}

h3 {
    font-size: 1.652em;
}

h4 {
    font-size: 1.452em;
}

h5 {
    font-size: 1.252em;
}

h6 {
    font-size: 1.52em;
}

 
/* ** ** custom select color ** ** */::selection {
    background: #525252; /* Safari */
}::-moz-selection {
    background: #525252; /* Firefox */
    color: #fff;
}

/* ** ** paragraph styling ** ** */
p {
    margin: 0 0 1.52em;
}

p img.left {
    float: left;
    margin: 1.52em 1.52em 1.52em 0;
    padding: 0;
}

p img.right {
    float: right;
    margin: 1.52em 0 1.52em 1.52em;
}

/* ** ** forms ** ** */
form fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 5px;
    border: 1px solid #ccc;
}

form fieldset legend {
    font-size: 1.4em;
    padding: 0 5px;
}

form input[type = text], form input[type = email], form input[type = url] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 4px 0 1px 5px;
}
form input.error{ border:1px solid #000}

form textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
     margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 4px 0 1px 5px;
}
form textarea.alerte{ border:1px solid #000}

form label {
    display: block;
    height: 20px;
    font-size: 1.2em;
}

strong {
    font-weight: 600;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: 600;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dashed #ccc;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    display: block;
}

code {
    background-color: #d5d2d8;
    display: block;
    padding: 0px 2px 4px 26px;
    background: #fff url(code.jpg) no-repeat left top;
    line-height: 1.67em;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}




