body {
    background-color: lightgray;
    background: radial-gradient(green, yellow,orange);
}

h2 {
    color: blue;
}

#produit{
    display: flex;
    flex-flow: column wrap;
    margin-left: 20px;
}

#produit img {
    margin-bottom: 20px;
}

#description {
    border: none;
    margin-left: 50px;
}

header img{
    width: 90%;
    height: 250px;
    margin-left: 50px;
}

nav ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

.bouton a {
    width: 150px;
	line-height: 50px;
    text-align: center;
	vertical-align: middle;
    background: url(../images/bouton-rouge.png) no-repeat;
    color: white;
	text-decoration: none;
	float: left;
    margin: 2px;
    margin-bottom: 10px;
}

.bouton a:hover {
    background: url(../images/bouton-jaune-2.png) no-repeat;
	color: #660000;
	padding-top: 2px;
	padding-bottom: 4px;
}

main {
    display: flex;
    width: 100%;
    color: brown;
}

iframe {
    flex: 80%;
}

aside {
    background: linear-gradient(to left, green, skyblue, pink, orange);
    border: 2px solid red;
    color: brown;
    margin-right: 100px;
    flex: 20%;
}

@font-face {
    font-family: 'policeSpecial';
    src: url('../PoliceCaractere/Platinum\ Sign\ Over.ttf');
}

footer {
font-family: 'policeSpecial';
}