*{
padding:0;
margin:0;
}

body{
background: url(fond.png) no-repeat top left black;
}


hr{
text-align:center;
margin-top:20px;
margin-bottom:20px;
border:0;
width: 40%;
height: 5px;
background:-webkit-gradient(linear, 50% 100%, 50% 0%, from(#000000), to(#00B600));
}


@font-face {
    font-family: 'DayPosterBlackRegular';
    src: url('polices/dpb/DAYPBL__-webfont.eot');
    src: url('polices/dpb/DAYPBL__-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/dpb/DAYPBL__-webfont.woff') format('woff'),
         url('polices/dpb/DAYPBL__-webfont.ttf') format('truetype'),
         url('polices/dpb/DAYPBL__-webfont.svg#DayPosterBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
color: white;
}

h2{
color:white;
font: 22px 'DayPosterBlackRegular';
padding-bottom: 5px;
text-decoration: underline;
}


h3{
padding-top:5px;
color:white;
font: 17px 'DayPosterBlackRegular';
}

header{
height: 100px;
margin-top: 30px;
margin-left: 300px;
color:white;
font: 30px 'DayPosterBlackRegular';
width: 50%;
text-align:center;

}

section{
width: 50%;
padding: 10px;
border:ridge 5px #32CD32;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius:20px;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
/*
-moz-box-shadow: 3px 3px 4px #13570c;
-webkit-box-shadow: 3px 3px 4px #13570c;
box-shadow: 3px 3px 4px #13570c;
*/
-moz-box-shadow: 3px 3px 4px #006400;
-webkit-box-shadow: 3px 3px 4px #006400;
box-shadow: 3px 3px 4px #006400;
margin-left : 300px;
margin-top: -760px;
color: white;
font: 15px "Verdana";
margin-bottom: 10px;
}

article{

}

hr{
margin-left: auto;
margin-right: auto;
border: 1px solid #32CD32;
background:-webkit-gradient(linear, 51% 100%, 49% 0%, from(#000000), to(#32CD32));
}

/*Cadre Contact*/
aside{
margin-top: 250px;
padding:5px;
border:ridge 5px #32CD32;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius:20px;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
-moz-box-shadow: 3px 3px 4px #006400;
-webkit-box-shadow: 3px 3px 4px #006400;
box-shadow: 3px 3px 4px #006400;
margin-left: 20px;
color: white;
font: 15px "Verdana";
width: 180px
}

#dwl{
text-align:center;
margin-top:5px;
margin-left: auto;
margin-right:auto;
width:25px;
height:25px;
display: block;
background: url(dwl.png);
}

footer{
margin-left:auto;
margin-right: auto;
padding-bottom: 10px;
height:20px;
margin-top: 30px;
color:white;
font: 10px "Verdana";
text-align: center;
background:-webkit-gradient(linear, 51% 14%, 51% 79%, from(#0C0000), to(#009828))

}

p{
color:white;
}