

body {

	background-color: black;
	background-image: url(../img/back_4.png);
	/*background-image: url(../img/layout.png);*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#content h2 {
	background: #fff url(../img/fond_lien_decoup.jpg) left center no-repeat;
}
#sidebar {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../img/back_5.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 20px;
}
#global {
	padding: 0 10px;
	background: url(../img/global_1.png) center repeat-y;
}

#header {
	/* background: url(../img/header5.png) no-repeat;*/
	color: #fff;
	height: 201px;
}

#header h1 {
	margin: 0;
	color:black;
}

#footer {
	background: #7fcf2e url(../img/footer.png) repeat-x;
	color: #fff;
}
ul.ppt {
	position: relative;
}

.ppt li {
	background: url(../img/global_1.png) center repeat-y;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	background: url(../img/global_1.png) center repeat-y;
	border: 1px solid #e7e7e7;
	padding: 5px;
}