@import url("frontend.css");

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/* line-height: 15px; */
	color: #4D4D4D;
	/* margin: 100px 40px 40px 40px; */
	/* background-color: #F4F5F1; */
	/* background-color: #DEE0D5; */
	width: auto;
	
}

body {
	background-image: url('../../template_01/fonds/placard-01-png8t.png');
	background-repeat: no-repeat;
        background-position: 100% 108%
        /* 100% = Droit 108% = Bas */
}


body, html {
    height:97%;
}