@font-face {
    font-family: 'myFont';
    src: url('../polices/KakawateFont.ttf');
}
@font-face {
    font-family: 'menuFont';
    src: url('../polices/TobagoPoster.ttf');
}
@font-face {
    font-family: 'footerFont';
    src: url('../polices/36daysag.ttf');
}
body {
    margin: auto;
    width: 90%;
    background-color: #000000;
    background-image: url("./../GFXs/background.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    font-family: myFont, Arial, serif;
}
a {
    color: #cccccc;
}
a:hover {
    text-decoration: none;
    color: #ffcccc;
}
div.logo {
    background-image: url('../GFXs/logo_top.png');
    width: 750px;
    height: 61px;
    margin: 5px 5px 5px 5px;
}
div.logo_top a h1 {
    visibility: hidden;
}
div.ligne1 {
    width: 100%;
    height: 0px;
    border-top: solid 1px #b8b0a4;
}
div.ligne2 {
    height: 2px;
    width: 80%;
    height: 1px;
    border-bottom: dotted 1px #cccccc;
}
nav {
    background-image: url("./../GFXs/menu.png");
    width: 1054px;
    height: 70px;
}
ul.menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 22px 5px 15px 5px;
    font-size: 1.1em;
    font-family: menuFont, Verdana,Sans-serif;
    font-weight: 700;
    color: #cccccc;
}
ul.menu li:hover {
}
ul.menu li a {
    text-decoration: none;
}
section {
    min-height: 500px;
    font-size: 0.9em;
}
section h1 {
    color: #dfdfdf;
    text-indent: 30px;
}
section h2 {
    color: #a8a8a8;
    text-indent: 40px;
}
section h3 {
    color: #3c3c3c;
    text-indent: 50px;
}
section div.lien_prod {
    text-indent: 50px;
}
section p,
section div {
    font-weight: 500;
    color: #dddddd;
}
section span.captcha {
    padding: 5px 5px 5px 5px;
    border: solid 1px #b8b0a4;
    background-color: #dcdcc3;
    font-weight: 700;
    color: #df7d00;
}
form {
    text-indent: 50px;
}
footer {
    font-size: 0.8em;
    background-color: #000000;
    width: 70%;
    border: solid 5px #a8a8a8;
    margin: auto;
    color: #00315a;
    font-weight: 600;
    font-family: footerFont, Arial,serif;
    text-align: center;
}
