﻿html
{
    height: 100%;
    overflow: hidden;
}

body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #28468E;
    font-family: Tahoma, sans-serif;
    font-size: 100%;
    color: #28468E;
    /*background-image:url(images/fond.JPG);*/
}

h1
{
    font-size: 200%;
    text-align: center;
}

h2
{
    font-size: 150%;
    padding-left: 15px;
}

p, ul, li, td, span
{
}



ul
{
}

li
{
}

div
{
    /* text-align: left;*/
}

#divDebut
{
    margin-top: 30px;
}

.boutonAccueil
{
    font-size: 12px;
    border: solid 2px White;
    padding: 5px;
}

a.boutonAccueil:link
{
    color: White;
    text-decoration: none;
}

.boutonAccueil a:visited
{
    color: White;
}

.boutonAccueil a:active
{
    color: #28468E;
}

a.boutonAccueil:hover
{
    color: #28468E;
    text-decoration: none;
    background-color: White;
}

#footer
{
    position: absolute;
    padding-bottom: 0px;
    width: 100%;
    bottom: 0;
    
}

#BoutonFooter
{
    text-align:center;
    padding-bottom: 15px;
    padding-top: 20px;
    width: 100%;
    height:100px;
    vertical-align:middle;
}


#global
{
    display:block;
    height: 100%;
    color: White;
    padding-bottom: 60px;
}


#entete
{
    text-align: center;
}

#pied
{
    text-align: center;
    display: none;
}


#DivFlash
{
    height:100%;
    display:block;
}

#FlashControl
{
    height:100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}


.boutonFouteur
{
    opacity:1;
    filter: alpha(opacity=100);
}

.boutonFouteur:hover
{
    opacity:0.7;
    filter: alpha(opacity=70);
}



/*************** Demande d'infos *****************/

#contact
{
    background-color: #EBE9ED;
    text-align: center;
    color: #D1D6EC;
}

