body {
    font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
    background-color: #F8F8F8;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #303066;
    font-size: 14px;
}
a img{
	border: 0px;
}

/* le contenu */
#wrapper {
	position: absolute;
	top: 0px;
    left: 100px;
	width: 760px;
}

#titre {
	width: 100%;
    font-size: 36px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sous_titre {
	width: 100%;
    font-size: 24px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
}

/* les bandeaux */
.bandeau {
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

.bandeau a{
    color: #303066;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

#bandeau_bas {
    padding-top: 40px;
}

#fleche_div {
    position: absolute;
    top: 3px;
    right: 3px;
}

/* les liens pour la navigation */
#navigation_precedent {
    position: fixed;
    top: 100px;
    left: 5px;
    z-index: 3;
}
#navigation_compteur {
    position: fixed;
    top: 100px;
    left: 875px;
    z-index: 3;
}
#navigation_suivant {
    position: fixed;
    top: 100px;
    left: 900px;
    z-index: 3;
}
