body {
    background-color: #006600;
    font-family: cursive;
    font-size: 14;
    color: #00008B;
}

a {
    color: Yellow;
    font-size: 12;
}

a:hover {
    color: White;
    background-color: #007500;
}

a:active {
    color: Lime;
}

a:visited {
    color: White;
}

.titre {
    color: #F9DEC3;
    font-size: 20;
    font-weight: normal;
    font-family: cursive;
}
.affaires {
    color: White;
    font-size: 24px;
    font-weight: bold;
}

.affaires_admin {
    color: White;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.prix {
    background-color: #007500;
    border-style: none none;
    color: #F9F9C3;
    font-size: 20;
    font-weight: normal;
    text-align: right;
    font-family: cursive;
}
.copy {
    color: Lime;
    font-size: 11;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
}
h1 {
    color: #008500;
    font-size: 32;
    background-color: transparent;
    font-family: cursive;
    text-align: center;
}

h2 {
    color: Red;
    font-size: 24;
    font-family: cursive;
    font-weight: bold;
    text-align: center;
}

h3 {
    color: Red;
    font-size: 24;
    font-family: cursive;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-size: 18;
    font-style: normal;
    text-align: center;
    color: White;
    background-color: #007500;
    font-weight: bold;
}
.imageP {
    border: thick double;
    border-color : #F0B48C;
    padding: 2;
}

.imageS {
    border: medium double;
    border-color: #F0B48C;
}

.imageG {
    border: medium double;
    border-color: #F0B48C;
}

.tableaffaires {
    background-color: #007500;
    text-align: center;
}

.textaffaire {
    font-size: 14;
    font-style: normal;
    text-align: center;
    color: White;
    background-color: #007500;
    font-weight: normal;
}

.ref {
    font-size: 18;
    font-weight: normal;
}

.textdetail {
    font-size: 20;
    font-style: normal;
    text-align: center;
    color: White;
    font-weight: normal;
    background-color: #007500;
}

.textdetail_admin {
    font-size: 16;
    font-style: normal;
    text-align: center;
    color: White;
    font-weight: normal;
    background-color: #007500;
}

.texte1 {
    font-size: 18;
    font-family: cursive;
    color: #00008B;
}

.texte2 {
    font-size: 14;
    font-family: cursive;
    color: #00008B;
}