
/* ############## CSS pour Imprimer ############## */

#titre{
	display: none;}
 
#sidebar{
	display: none;}
 
#menu_haut{
	display: none;}
 
#footer{
	display: none;}
 
#content{
	margin: 0px 0px 0px 0px;
	width:auto;}
  
#global {
	background-color:white;
	border-left:  0px;
	border-right: 0px;
	width:auto;}
  
.titre_article_complet{
	font-family:"Times New Roman";
	font-size:16px;
	color:#000000;}

.article{
	font-family:"Times New Roman";
	font-size:12px;
	color:#000000;}
  
#titre_rubrique{
	text-align:right;
	font-size:14px;
	font-style: italic;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman";}
	
#titre_rubrique a{
	color: #000000;
	text-decoration: none;}

#titre_rubrique a:hover{
	color: #000000;
	text-decoration: none;}
	
.auteur {
	font-size:12px;
	font-family:"Times New Roman";
	color:black;
	font-style: italic;
	font-weight: bold;
	text-align: right;}
	
.date {
	font-size:10px;
	font-family:"Times New Roman";
	color:black;}
	
.image {
	float: left;
	margin: 0 10px 0 0;}