﻿@import url("tables.css");
*{
margin:  0 ;
padding: 0;
}

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

img{
border:none
}
/*end reset*/

html {
font-size:100%;
margin:0;
padding:0
}

body {
color:#000;
font-size:.9em;
font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #6d7673;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5 px#6d7673;
box-shadow: 0 0 5px #6d7673;
width:900px;
min-height:800px;
margin:10px auto;
padding:0
}

header#banner{
color:#0;
text-shadow:3px 3px 3px #000;
width:850px;
height:190px;
margin:10px 20px;
padding:5px;
border:1px solid #6d7673;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
}

header#banner p{
font-size:.65em;
margin:-15px 0 0 5px
}

section{
color:#555;
text-align:justify;
width: 850px;
height:100%;
margin:10px 20px;
padding:0
}

hgroup {
height:65px;
border-radius:10px;
-moz-border-radius:10px;
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(left, #e5e5e5 48%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(48%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* W3C */
}

hgroup h1, h2, h3 {
font-family:"Times New Roman", Times, Serif;
font-weight:600;
line-height:1.5
}

hgroup h1 {
font-size:1.75em;
font-style:italic;
padding:3px 0 0 5px
}

hgroup h2 {
font-size:1.5em;
padding:0 5px
}

article{
width:850px; //changement 595
height:100%;
margin:0 0 30px 0
}

aside{
color:#fff;
font-size:0.75em;
width:160px;
position:relative;
background-color:#706b64;
border:1px solid #444;
-moz-box-shadow:inset 0 0 5px #000;
-webkit-box-shadow:inset 0 0 5px #000;
box-shadow:inner 0 0 5px #000;
border-radius:5px;
margin:0 0 0 10px;
padding:10px;
float:right
}

aside #auteur{
box-shadow:0px 2px 5px #1c1a19;
-moz-box-shadow:0px 2px 5px #1c1a19;
-webkit-box-shadow:0px 2px 5px #1c1a19;
margin:0;
padding:5px;
background:#fff
}

article time{
font-size:.75em
}

article p{
margin:15px 0
}

figure{
text-align:center;
padding:10px;
border-radius:10px;
-moz-border-radius:10px;
background: #e5e5e5;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
}

figcaption{
color:#444;
font-size:.9em;
font-style:italic
}

footer{
height:30px
}

footer a{
color:#444;
font-size:.9em;
text-decoration:none
}

footer a:hover{
color:#000
}

footer a:visited{
color:#aaa
}


