html, body {
	height: 100%;
	margin: 0;
	font: 90% "Comic Sans MS", sans-serif;
	}
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(global.png) center repeat-y;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
	}
div#footer {
	position: absolute;
	width: 97.4%;
	bottom: 0;
	background: #7fcf2e url(footer.png) repeat-x;
	color: black;
	}
	
div#content {
	float: left;
	width: 520px;
	margin-left: 10px;
	}
div#sidebar {
	float: right;
	width: 200px;
	}
html {
	background: #ddd url(fond.png);
	}
div#header {
	background: #7fcf2e url(header.jpg) no-repeat;
	color: #fff;
	height: 150px;
	}
div#header h1 {
	margin: 0;
	}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 55px;
	line-height: 30px;
	background: url(menu.gif) no-repeat left top;
	padding-left: 32px;
	margin: 2px 2;
	
	color: #390;
	font:1.1em/30px Comic Sans MS;
	text-decoration: none;
	}
	
	
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0px 0px;
	}

div#content h1 {
    text-align:left;		
	font-size:15px;
	color: #c00;
	font-variant: small-caps;
	display:inline;
	}

	
div#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
	}
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}

	
p.traiteur {font-size:10px;;color : #000000;}
p.traiteur a {color:#000000; text-decoration: none;}
p.traiteur a:hover {color:#000000;text-decoration: none;}
p.traiteur a:visited {color:#000000;text-decoration: none;}
p.traiteur a:hover,visited {color:#000000;text-decoration: none;}
p.traiteur a:active {color:#000000;text-decoration: none;}
	

