body {
color: #ffffff;
background-color: #283C21;
margin: 0;
}

.gradient {
/* Anciens navigateurs */
background: #283C21 url("gradient-bg.png") repeat-x top;
-o-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
/* Internet Explorer */
*background: #283C21;
background: #283C21\0/;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF0B1007, endColorstr=#FF283C21);
}

.gradient {
/* Opera */
background: #283C21 url("gradient-bg.svg");
/* Navigateurs récents */
background-image: -moz-linear-gradient(
top, 19
                #0B1007,
                #283C21
            );
            background-image: -webkit-gradient(
                linear,
                left top, left bottom,
                from(#0B1007),
                to(#283C21)
            );
        }

header, article {
display: block;
}

header {
background-image: url(welcometothejungle.gif);
background-repeat: repeat-x;
height: 150px;
width: 100%
margin: 0;
}

#title {
position: relative;
text-align: center;
padding-top: 40px;
}

article {
position: relative;
}

#amazonie, #description {
width: 775px;
position: relative;
}

#amazonie {
height: 430px;
margin: 20px auto 0px auto;
border: double 3px #336633;
}

#description {
margin: 0 auto;
}

p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.7em;
text-align: right;
}
