html {
	background: #ddd url(img/fond.jpg);
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	color: #123456;
	height: 50px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: #ffff00 repeat-x;
	color: #000;
	}

#sidebar{
	background: url(img/menu2.jpg);
	background-repeat: repeat-y ;

	}

	.img {
	border:0px;
	}
