/*---------------------------- Print media -------------------------------*/
body {	background: white;
	text-align: center;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 15px 0;	}
a:link, a:visited {	color: blue;	background: transparent;	font-weight: bold;	text-decoration: underline;	}
img.c {		display: block;	margin-left: auto;	margin-right: auto;	}	img.r {	float: right;
	margin-left: 10px;	}img.l {	float: left;	}
h1, h2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
#content {
	border: 1px solid black;
	width: 530px;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	}
#contenu {
    float: none;
    padding: 10px 10px 10px 10px;	text-align: justify;
	}
.articles {
	border-bottom: 1px solid black;
	}
.date {
	border-bottom: 1px dotted black;
	}
.both {
	clear: both;
	}
div.articles blockquote {	margin: 1em 3em;
	border-left: 3px double black;	padding: 0.5em 1em;
	font-style: oblique;
	background: #ccc;}
.rouge {	color:#D90000;}
.vert {	color:#009900;}
.bleu {	color:#003399;}
.u {	text-decoration: underline;}
.centrer {	text-align: center;}
.large {	font-size: 20pt;}
