
	body {
		margin: 0;
		padding: 0;
		font-size: 62.5%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #d0cfc4;
		text-align: center;
	}
	
	#global {
		position: relative;
		width: 895px;
		margin: 0 auto;
		padding: 30px;
		font-size: 1em;
		text-align: left;
		background: url(../images/f-global.png) repeat-y center top;	
	}
	h1 {
		font-size: 3em;
		color: #004b96;
		padding-left: 40px;
		margin: 0;
		font-family: Georgia, Palatino, Times New Roman, serif;
		background: url(../images/puce-h1.png) no-repeat left center;
	}
	a {
		color: #00763b;
	}