/*** FHF 2009 ***/

/***************************************** structure de la page */

*{
	margin: 0;
	padding: 0;
}
body{
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #4D5F6D;
	/* background: #EFF0EC; */
}
img{
	border: none;
}
select, input{
	vertical-align: middle;
}
a{
	color: #4D5F6D;
	text-decoration: none;
}

/***************************************** colonne gauche - adherents */

.adherents{
	text-align: left;
	padding: 3px 7px 10px 7px;
	background-color: #86b6b1;
	border-bottom: 1px solid white
}
.link{
	padding: 50px 0 0 7px;
	text-align: left;
}
.adherents h2{
	margin-bottom: 5px;
	color: White;
	font-size: 1.1em
}
.adherents label{
	color: White;
	font-size: 1.1em
}
.adherents p{
	margin-bottom: 5px;
	color: White;
}
.logged, .link{
	margin-top: 12px;
}
.logged p a{
	font-weight: normal;
}
#ident, #pass{
	width: 110px;
	margin-right: 2px;
	font-size: 1.1em
}
.adherents a{
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}
.link p a{
	font-size: 1.1em;
	padding: 3px 0 20px 24px;
	background: url(../img/commun/arbre_fhf.gif) no-repeat;
}