/* ****************************************************

	@file:		   print.css
	@description:  Feuille de styles d'impression
	@author:       remi (ixmedia.com)
	@updated:	   20080723

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.3;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

a { color: #555; }
img { border: none; }

/**
 * Éléments à cacher/afficher
 */

.autres,
.nav ul,
.filariane,
.sidebar,
.partager,
p.retour,
p.plus,
p.ecoute,
.nouvelles-annee,
.galerie-photos li span,
.programme-entete ul,
.utilitaires {
	display: none;
}

div.plus {
	display: block !important;
}


/*
 * @section Nouvelles
 ******************************************************************************/

.nouvelles-liste ul {
	padding-left: 0;
}

.nouvelles-liste li {
	list-style: none;
}

.nouvelles-liste li .image {
	float: left;
	margin: 0 1em 1em 0;
}

/*
 * @section Galerie de photos
 ******************************************************************************/

.galerie-photos ul {
	padding-left: 0;
}

.galerie-photos li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
