#formul {
	height: 200px;
	width: 450px;
	margin-left: 150px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #B7BAC3;
}

.tabform {
	border: none;
	width: 450px;
	height: 200px;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

#adherents {
	height: 500px;
	width: 720px;
	margin-right: 40px;
	margin-left: 40px;
}

a:link, a:visited{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	transition: all 1s;
	-webkit-transition: all 1s;
}

a:hover, a:active{
	color: #999;
}

#adhesion {
	height: 90px;
}
