@charset "ISO-8859-1";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#haut {
	background-color: #152938;
	text-align: center;
}
#inscription {
	width: 60%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #152938;
	border-bottom-color: #152938;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
