﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    padding: 0px;
    margin: 0px;
}

html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: white;
}

body {
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.global {
    width: 600px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: black;
    margin: 10px auto;
    background-color: white;
    background-size: 100%;
    -moz-box-shadow: 0px 0px 10px 0px #656565;
    -webkit-box-shadow: 0px 0px 10px 0px #656565;
    -o-box-shadow: 0px 0px 10px 0px #656565;
    box-shadow: 0px 0px 10px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a, a img, a:link, a:visited, a:hover, a:active {
    border: none;
    text-decoration: none;
    text-transform: none;
    color: black;
}

input, textarea, select {
    border: 1px solid #000000;
}

ul {
    list-style-position: inside;
}

.header {
    padding: 5px;
    text-align: center;
}

    .header::after {
        clear: both;
    }

    .header a {
        display: inline-block;
        float: left;
    }

.bloc-content {
    border-top: 1px solid #2f7aad;
    border-bottom: 1px solid #2f7aad;
}

.content {
    border: 5px solid #e5e5e5;
    background-color: White;
    color: Black;
    padding: 15px;
    -moz-box-shadow: inset 0px 0px 2px 0px #656565;
    -webkit-box-shadow: inset 0px 0px 2px 0px #656565;
    -o-box-shadow: inset 0px 0px 2px 0px #656565;
    box-shadow: inset 0px 0px 2px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2);
}

.titre_page {
    margin: 0px;
    padding: 10px 0px 5px 20px;
    background-color: #e5e5e5;
    color: #9c83c9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
    float: right;
    text-align: right;
    font-size: 10px;
    color: #0060AE;
    padding: 5px;
}