/* CSS Document */
/*
Couleurs, dans l'ordre du kakémono
saumon #EB7469
orange #F2916C
bleu clair #ABC9C7
moutarde #CFB965
kaki #757B52
pétrole #6E9BA7
*/
*, *::before, *::after {z-index: 1;}
div, section, header, footer {position: relative;}
html, body {
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
}
body { background:#010101;}
strong {
	font-weight: bold;
	color:#F2916C;
}
a {color:#ABC9C7;}
a:hover {color:#6E9BA7;}

label {width:100%; margin-top:1rem;}
input, textarea {width:100%; margin-bottom: 1rem;border:1px solid #201747;}
textarea {min-height:100px;}
input[type=submit] {width:auto;background-color: #ABC9C7;}
input[type=submit]:hover {background-color: #6E9BA7;}
input[type=checkbox], input[type=radio] {width:auto; margin-right: 0.2rem;}

.erreur {
	color:#FF0000;
	font-style: italic;
	font-weight: 200;
}
div.erreur {margin:-1rem 0 1rem 0;}
h3.erreur {margin:1rem 0;}
#messageFormulaire {
	margin:1rem 0;
	color:#FF0000;
	font-style: italic;
}


.txt80pc {font-size:80%;}
