* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}



.clear {
	clear: both;
	visibility: hidden;
}

a {
	color:#e74c3c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header {
	margin-bottom: 50px;
	padding: 25px;
	background-color: #1a2530;
	color: white;
}

header h1 {
	margin-bottom: 25px;
}

header h1 span {
	color: #e74c3c;
}

header h2 {
	text-align: center;
}

section {
	margin: 25px 5%;
}

section {
	padding: 25px;
	background-color: #34495e;
	color: white;
}

.definition article {
	margin: 0 20%;
	max-width: 600px;
}

.definition h4 {
	color: #e74c3c;
}

.definition p.latin {
	margin-bottom: 10px;
	font-size: 0.75em;
}

.definition p.latin span {
	font-style: italic;
}

.definition p {
	margin-bottom: 10px;
}

.definition .source {
	font-style: italic;
	font-size: 0.75em;
	text-align: right;
}

.enquete, .contact {
	text-align: center;
}

.enquete p, .contact p {
	margin-bottom: 15px;
}

.presentation img {
	float: right;
}

.presentation h4, .presentation p {
	padding-bottom: 1em;
}


.presentation div {
	min-width: 200px;
}

div.enquete {
	border-bottom: 1px solid grey;
}

form p {
	margin: 35px 0 10px 0;
}

form label {
	margin: 0 25px 0 5px
}

form input {
	margin-bottom: 10px;
}

input.submit {
	padding: 5px 25px;
}

p.obligatoire {
	color: #e74c3c;
}

p.merci {
	padding: 15px;
	background-color: lightgreen;
	text-align: center;
	color: black;
}

.password input {
	display: block;
}

p.question {
	margin: 2em 0 1em 0;
	text-decoration: underline;
}

p.message {
	margin-top: 25px;
	padding: 5px 10px;
	background-color: white;
	color: black
}

td {
	padding: 0 15px 5px 0;
}


@media screen and (max-width: 1024px) {
	.presentation img {
		float: none;
		display: block;
		margin: auto;
	}
}