@import url("css/header.css");
@import url("css/centre.css");
@import url("css/preview.css");

body{

    font-family:Arial;

    background:#f3f3f3;

    padding:30px;

    padding-bottom:260px;

    margin:0;
}

h1{
    color:#222;
}

nav{

    margin-bottom:25px;
}

nav a{

    background:#222;

    color:white;

    padding:10px 15px;

    text-decoration:none;

    margin-right:10px;

    border-radius:8px;
}

nav a:hover{

    background:#444;
}

/* ========================= */
/* FORMULAIRE */
/* ========================= */

form{

    padding-top:140px;
}

/* ========================= */
/* SPIRALE */
/* ========================= */

#bloc_spirale{

    width:40px !important;
}

#bloc_spirale .preview-placeholder{

    width:40px;
    height:140px;
    border-radius:25px;
}