@charset "UTF-8";
/* Mise en page générales */
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* Mise en page des div */

body {
	background-color: #191919;
	background-image: url(../images/template/background.png);
	background-position: center top;
	background-repeat: repeat-x;
}


#header-img {
	margin: auto;
	width: 870px;
	height: 198px;
	background-image: url(../images/template/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

#nav-bar {
	margin: auto;
	width: 822px;
	height: 30px;
	background-image: url(../images/template/nav-bar.png);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
}

#nav-bar-shadow {
	margin: auto;
	width: 822px;
	height: 18px;
	background-color: #fff;
	background-image: url(../images/template/nav-bar-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
}

#content {
	margin: auto;
	width: 822px;
	background-color: #fff;
}

#content_txt {
	margin: auto;
	width: 800px;
}

#bottom-img {
	margin: auto;
	width: 822px;
	height: 48px;
	background-image: url(../images/template/bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}

#copyright {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 822px;
	background-color: #fff;
	text-align: center;
}


#titre-page {
	margin-bottom: 20px;
}
