@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


@font-face {
		font-family:'resultat-light';
		src: url('documents/resultat-light-webfont.woff2') format('woff2'),
			url('documents/resultat-light-webfont.woff') format('woff');
	}

@font-face {
		font-family:'troismille_lentwd25wg0';
		src: url('documents/troismillelight/troismillelent-wd25wg0-webfont.woff2') format('woff2'),
			url('documents/troismillelight/troismillelent-wd25wg0-webfont.woff') format('woff');
	}
	
@font-face {
		font-family:'troismille_lentwd25wg100';
		src: url('documents/troismillefat/troismillelent-wd25wg100-webfont.woff2') format('woff2'),
			url('documents/troismillefat/troismillelent-wd25wg100-webfont.woff') format('woff');
	}

body {
	font-family:'troismille_lentwd25wg0';
	background : url("fond1.png"); 
	background-repeat:no-repeat;

}

label, input {
    display:table-cell;
	margin-bottom: 10px;
}

label {
    padding-right: 10px;
	font-size:30px;
}

input[type="submit"]
{border:white; background-color:transparent; font-size:30px; font-style:normal; font-decoration:none;font-family:'troismille_lentwd25wg100', Arial; color:black;} 

.champs {
height: 30px;
width: 150px;
}


form.form-action { 
	 display:table;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:10em;

}

div .form-action{
	display:table-row;
	 margin:auto;
	 width:150px;
}

