/* style pour l'impression d'article */

body {font-family: 'Lucida grande', Verdana;}
#bloc_logo { display: none;}
#bloc_menus { display: none;}
#bloc_gauche { display: none;}
#bloc_bas {display: none;}
#bloc_droite {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
	overflow: auto;
	margin: 60px;
}

/* Articles */
#article_titre { font-size: 16px; color: #666; text-align: center;}
#article_soustitre { font-size: 14px; color: #7F3032; text-align: left;}
#article_contenu { font-size: 11px;color: #333333; text-align: justify;}
#article_imprime { display: none;}