﻿
article
{
display : inline-block;
border : 3px outset black;
border-radius : 8px;
width : 740px;
background-color : white;
vertical-align : top;
margin-left : 10px;
padding : 10px 10px 30px 15px;
color : black;
font-size : 17px;
}

article h1
{
font-size : 25px;
color : red;
text-align : center;
font-weight : bold;
text-shadow : 0 0 2px black;
}

article .date
{
font-style : italic;
color : rgb(162,83,193);
text-align : center;
}

article h2
{
text-align : center;
font-weight : bold;
}

article h3
{
color : blue;
text-decoration : underline;
font-weight : bold;
text-align : center;
}

article h4
{
font-style : italic;
}

article .num
{
padding-left : 22px;
font-weight : bold;
}

article .pag
{
padding-left : 580px;
font-weight : bold;
}

article td, article tr, article table
{
border : 1px solid black;
border-collapse : collapse;
}

article .id
{
width : 50px;
text-align : center;
}

article .titre
{
width : 550px;
padding-left : 5px;
padding-top : 5px;
}

article .pages
{
width : 70px;
text-align : center;
}

article .pages img
{
padding-top : 10px;
}