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


h1 {
	font-size:75px;
	font-weight:normal;
}
h2 {
	font-size:35px;
	font-weight:normal;
}


/* FORMULAIRE */

.logInput {
	width:350px; height:30px;
	border:1px solid white;
	font-size:18px;
	margin-bottom:10px;
}
.logEnter {
	margin-left:10px;
	width:30px; height:30px;
	border:1px solid white;
	background-color:#fee302;
	text-align:center; line-height:30px;
	color:black;
}
.logValider {
	height:30px; width:100px;
	padding:0 10px;
	background-color:#fee302;
	color:black; text-align:center; font-size:14px; line-height:30px;
}