	
body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.8em;
	background: #dadbdb;
	color: #013366; 
	margin: 0;
	text-align: center; 
	}

h1 {
	font-size: 12px;
	color: black;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-indent: 10px;
	font-weight: bold;
	}
	
h2 {
	font-size: 13px;
	color: black;
	}

h3 {
	font-size: 1em;
	color: black;
	}
	
h4 {
	font-size: 11px;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	}
	
#haut {
	margin: auto;
	width: 960px;
	height: 222px;
	background: url(images/haut.png) no-repeat top center;	
	}
	
#corps {
	background: url(images/fond_2.png) repeat-y;
	margin: 0 auto;
	width: 960px;
	} 

#container { 
	margin: 0 auto;
	width: 960px;
    background: url(images/milieu.png) no-repeat top center;
    position: relative;
}

#largeur {
	float: left;
	width: 780px;
	margin: 10px 100px 0 90px;
	}
			
#gauche {
	float: left;
	width: 350px;
	margin: 30px 30px 0 90px;
	text-align: left;
	}
	
#droite  {
	float: left;
	width: 400px;
	margin: 36px 0 0 10px;
	text-align: left;
	}


#bas {
    background: url(images/bas_2.png);
    height: 40px;
    padding-top: 20px;
    font-size: 11px;
    color: gray;
    letter-spacing: 0.1em;
}

.spacer {
	clear: both;
	height: 1px;
	}
