
article
{
display : inline-block;
border : 3px outset black;
border-radius : 8px;
width : 710px;
background-color : white;
vertical-align : top;
margin-left : 10px;
padding : 10px 10px 20px 15px;
color : black;
overflow:auto;
}


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

article p
{
font-size : 20px;
text-shadow : 0 0 1px black;
}

article .presentation
{
font-size : 18px;
text-align : justify;
text-shadow : 0 0 1px black;
font-style : italic;
}

article .nom
{
font-weight : bold;
} 

article li
{
list-style : none;
font-size : 20px;
padding-left : 2px;
color : blue;
font-style : none;
font-weight : bold;
}

article li:hover
{
padding-left : 15px;
color : blue;
font-style : italic;
}

article h3
{
text-align : right;
font-style : italic;
padding-right : 15px;
}
