/* CSS Document */

.printkill {
	display: none;
}

/* *************************************************************************************************
GESTION  DES BLOCS
************************************************************************************************* */

/* ***********************************************
BLOCS PRINCIPAUX
*********************************************** */

#main {
	text-align: left; /* rétablit l'alignement ŕ gauche (voir body{} ) */
}

	#central {
		width: 100%;
		
		margin-left: auto;
		margin-right: auto;
		padding: 0 40px 28px 40px;
		
		background-image: url(../images/fond/body+shadow.jpg);
		background-position: top;
		background-repeat: repeat-y;
	}

		#content {
			width: 540px; /* 575 */
			
			padding-left: 35px;
			
			background-image: url(../images/fonds/content.gif);
			
			color: #000;
		}
		
	#footer img	{ /* pour IE */
		display: none;
		size: landscape;
	}
