body {
	background-color: #282828;
	color: white;
}

/*Design*/

#all {
	margin: auto;
	margin-top: 40px;
	width: 760px;
}

#header {
	background-image: url(images/header.png);
	height: 80px;
}

#conteneur {
	background-image: url(images/centre.png);
	padding: 10px;
}

#bas {
	background-image: url(images/bas.png);
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
}

/*Pouet*/

h1 {
	display: none;
}

h2 {
	color: white;
	font-size: 1.6em;
}

h3 {
	color: white;
	font-size: 1.2em;
}

img {
	margin: auto;
}

table {
	margin: auto;
	border-collapse: collapse;
}

td {
	padding: 2px;
	border: 1px solid white;
	width: 50px;
	font-size: 0.8em;
}

a {
	color: white;
}

#pub, #pub3, #content {
	background-image:url(images/hautcellule.png);
	background-repeat: no-repeat;
	border: 1px solid white;
	margin: auto;
	margin-top: 10px;
	padding-top: 2px;
}

#pub {
	width: 728px;
	height: 90px;
}

#pub3 {
	width: 728px;
	height: 17px;
}

#content {
	width: 728px;
	min-height: 252px;
	text-align: center;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	width: 760px;
	height: 19px;
	margin: auto;
	padding-top: 2px;
	font-weight: bold;
}

