{
    margin: 0;
    padding: 0;
}

section, nav, article, footer, aside, header {
    display:block;
}

body {
    margin: 0 auto;
    width: 940px;
    background: #cbffcb;
    color: #000;
    font: 13px/22px Helvetica, Arial, sans-serif;
}

header img {
    float:left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    height:100px;
    width: 100px;
}

.titleheader{
 font-size:70px;
 padding-top:45px;
 color: white;
 }
header {
    margin-top:15px ;
    background: #519245 url(image/back.png) repeat-x bottom;
    height: 120px;
    box-shadow:5px 5px 10px #000000;
    -moz-box-shadow:5px 5px 10px #000000;
    -webkit-box-shadow:5px 5px 10px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

aside {
    float: left;
    width: 150px;
    margin-top: 50px;
    background: #86cc7a url(image/back2.png) repeat-x bottom;
    box-shadow:3px 3px 10px #000000;
    -moz-box-shadow:2px 2px 10px #000000;
    -webkit-box-shadow:2px 2px 10px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

footer {
    position: fixed;
    background: #519245 url(image/back.png) repeat-x bottom;
    height: 25px;
    width: 940px;
    bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

footer p {
    color: #fff;
    text-align: right;
    margin-top: 4px;
    margin-right: 10px;
    font-weight: bold;
    font-size: small;
}

aside ul {
    margin-left: -20px;
}

aside ul li {
    list-style: none;
}

.title {
    font-weight: bold;
    font-size: 110%;
    color:#004200;
}

.space {
    margin-top: 10px;
    margin-bottom: 10px;
}

section {
    background: #E0FFE0;
    float: right;
    width: 600px;
    margin-top: 50px;
    margin-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

section img{
    display:block;
    margin:0 auto;
}
/* LINK */

a:link    {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
a:visited {
    text-decoration: none;
    font-weight: bold;
    color: white;}
a:hover   {color: #7CFC00;}

a:focus { outline: 0; }

a img { border: 0; }

