
body {
	background-color: #333333;
	background-image: url(images/TADDALogo-black.png);
	padding : 0px;
	margin: 0px;
	text-align: center;
	color: white;
}

a {
	color: aqua;
	text-decoration: none;
}

a:hover {
	color: white;
}

.contenteur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 550px;
}

.text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: left;
	padding-left: 20px;
}

.title {
	margin-top: 1.2em;
	margin-bottom: 1em;
	margin-left:-10px;
}
.head{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
	border-bottom: white 1px solid;
	margin-bottom: 3em;
}

.foot{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
	border-top: white 1px solid;
	margin-top: 3em;
	font-size: x-small;
}

.propaganda-img{
	width: 100%;
	height: 100%;
	margin-top: 1em;
	border: 3px solid black;
}

ul{
	list-style-type : square;
	margin-left: 10px;
	padding: 0px;
}