html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
        font-family: 'Comic Sans MS';
	vertical-align: baseline;
	background: transparent;
        color: #FFFF00;
}

html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    margin-left: -499px;
    min-height: 100%;
    max-height: 300%;
    width: 1000px;
    background: #000000 url(/images/banner.gif) no-repeat top;
    line-height: 1.5;
}

ol, ul {
	list-style: none;
}

ol {
    list-style: decimal;
    margin-left: 25px;
    color: #ffed00;
}

#navi {
    margin-top: 530px;
}

ul {
    float: left;
}

#navi a {
    margin-left: 70px;
    font-size: 1.35em;
    color: #009ee0;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
    text-decoration: none;
}

#navi a:hover {
    color: #ffed00;
}

#sidebox {
    float: right;
    margin-left: 35px;
}


#sidebox h2 {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 1.35em;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
}

#sidebox img {
    margin-left: 5px;
}

#sidebox a {
    text-decoration: none;
}

a #sidebox {
    text-decoration: none;
}

#content {
    margin-left: 20px;
    margin-top: 10px;
}

#content h1 {
    color: #e2001a;
    font-size: 1.35em;
    margin-top: 20px;
    font-weight: normal;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
}

#content p {
    margin-top: 5px;
    color: #ffed00;
}

#content a {
    text-decoration: underline;
    color: #ffed00;
}

#content a:hover{
    text-decoration: none;
}

#footer {
    color: #ffed00;
    margin-left: 20px;
    font-size: 0.6em;
    margin-bottom: 15px;
    margin-top: 20px;
    bottom: 20px;
    vertical-align: middle;
}

#footer a {
    color: #ffed00;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.texte {
    color: #ffed00;
}

input, textarea {
    background-color: #ffed00;
}