*
{
    padding: 0;
    margin: 0;
}

body{
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    
    text-align: center;
    background-image: url("../img/fond.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #7f0046;
}

.bgImg
{
    width:1049px;
    height: 1150px;

    margin:auto;
    
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: top center;

}

/* TOP */
.top
{
    height: 123px;
}

.pied
{
    padding-top: 10px;
}

html>body .pied
{
    padding-top: 20px;
}

.menu ul
{
   
    padding-left: 50px;
    padding-top: 50px;

    list-style-type: none;
}

.menu ul li
{
    float: left;
    margin-right: 15px;
}

a
{
    color: fuchsia;
    text-decoration: none;
	cursor:pointer;

}

a:hover
{
    color:red;
}

.contenu
{
    height:807px;
    text-align: left;
    margin-top: 105px;
    margin-bottom: 20px;

}

.contenu #logos
{
    margin-left: 45px;
    border:none;
}

.contenu #video
{
    margin-top: -150px;
    margin-left: 30px;
    height:200px;
    width:500px;
}

.contenu #diapo
{
    display: inline;

    margin-left: 30px;
    height:300px;
    width:500px;
}

.contenu #diapo a
{
    width: 0px;
    height:0px;

}
.contenu #diapo a img
{

    border: none;
    height:300px;
    width:500px;
}

.contenu .texte
{
    margin-left: 30px;
    margin-top: 10px;

    height: 472px;
    width: 1018px;

    overflow: auto;
}

.contenu .texte_small
{
    margin-left: 30px;
    margin-top: 10px;

    height: 278px;
    width: 1018px;

    overflow: auto;
}


.titre
{
    width: 900px;
    height:80px;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 25px;
    float:left;

    padding-top: 15px;

}

h3
{
    font-size: 15px;
    float:left;
    width: 900px;
    padding-top: 5px;
    height:80px;
}


p
{
    font-size: 14px;
}

#sep
{
    border-top: 1px solid fuchsia;
    width: 100%;
    margin-top: 5px;
    height:5px;
}

.contenu .texte img, .texte_small img
{
    float:left;
}

#current
{
    color: black;
}

#desactive
{
    color: white;
}

#texte2
{
        margin-top: 0px;
        height:275px;
}
