/*
 *      La mise en page générale.
 */

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}

#bloc_page {
    max-width: 95%;
    min-width: 70%;
    width: 1200px;
    margin: auto;
}

.bloc {
    background: url("../Images/Bande2.png");
    border-radius: 20px;
    padding: 10px 20px;
    margin: 2% auto;
    box-shadow: 0px 4px 10px #1c1a19;
    z-index: 5;
}

body {
    font-size: 1.1em;
    background: #ffffff url("../Images/images-010.png") no-repeat center fixed;
	background-size: auto 100%;
    color: white;
}

.bouton {
    background:linear-gradient(rgb(85,85,85),rgb(20,20,20));
	border: 1px solid black;
	border-radius: 7px;
	padding: 4px 16px;
    text-indent: 0;
    text-align: center;
}

section {
    display: inline;
}

/*
 *      Les titres et sous-titre.
 */

@font-face {
    font-family: "Tangerine";
    src: url("../Fonts/Tangerine_Regular.ttf");
}

h1, h2, h3 {
    text-decoration: underline;
    text-indent: 7%;
    text-align: left;
    font-family: "Tangerine";
    margin: 5px;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

/*
 *      Contenu
 */

p {
    text-indent: 7%;
}