/* Feuille CSS pour l'impression */

@page
{
size: portrait;
margin: 1cm;
}

body
{
background-color: #fff;
color: #000;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12pt;
margin: 0;
padding: 0;
line-height: 125%;
background-image: none;
}

acronym
{
border-style:none;
}

acronym[title]:after
{
content: " (" attr(title) ") ";
font-style: italic;
}

div#conteneur
{
border: none;
width: 100%;
background: none;
}

span#print
{
display: inline;
padding-bottom: 30px;
border-bottom: 1px solid #000; 
text-align: center;
font-size: 14pt;
font-weight: bold;
}

#footer,#menu,#header
{
display: none;
}

div#contenu
{
margin: 0;
padding: 25px 0 0 0;
width: 100%;
background-image: none;
}

div#contenu h1
{
border-color: #9b2;
}

div#contenu h1 em
{
font-style: normal;
text-transform: uppercase;
}

div#contenu h2
{
border-bottom: 1px solid #9b2;
padding: 0;
color: #000;
text-transform: uppercase;
background-image: none;
}

div#contenu h2 em
{
font-style: normal;
text-transform: uppercase;
}

div#contenu .auteur
{
color: #000;
}

div#contenu .auteur em
{
font-style: normal;
}

div#contenu .resumer
{
background: none;
}

div#contenu p
{
text-align: justify ;
}

div#contenu li
{
list-style-type: circle;
list-style-image: none;
color: #000;
margin: 0;
}

div#contenu a
{
color: #18b;
text-decoration: underline;
}

div#contenu a:hover
{
color: #18b;
text-decoration: underline;
}

div#contenu a:after
{
content: " (" attr(href) ") ";
font-weight: normal;
}
