body {
	  background-image: url("https://holdener.fr/style/background.png");
		background-repeat: round;
		background-attachment: fixed;
		color: black;
    padding-bottom:32px !important;   /* Height of the footer */
	}

/*TITRES*/
h2, h4{
	text-decoration: underline;
	padding: 0px 40px 0px 40px;
}
h2 {
	color: red;
}
h4 {
	color: gold;
}
/*texte basique*/
p {
	padding: 0px 50px 0px 50px; 
}

a {
	color: #00FF00;
}

form {
	padding: 20px;
	color: white;
}

/*CLASS*/
.box {
	background-color: #424558;
	border: solid 3px gray;
	border-radius: 3px;
	margin: 50px;
}
/*class content*/
.box p {	
	color: white;
}

.box img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: : 5px;
  align-content: center;
}

 td {
color: white;
}

table {
border-collapse: collapse;

padding : 10px;
marge : 10px;
}
.box table {
width: 100%;
}

.box table, th, td{
border: 1px solid white;
text-align : center;
}

.box th {
color : gold;
}
