#content .adminLink {
	margin: 15px 0;
}
#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p {
	margin: 0;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	font-family: Helvetica, sans-serif;
}

#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 14px;
}
#content h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #A51912;
}
#content h4 {
	font-size: 11px;
}

#content p {
	text-align: justify;
	margin-bottom: 14px;
}

#content ul, 
#content ol {
	padding-left: 0;
	margin-left: 25px;
}

#content #login {
	float: right;
	width: 166px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;	
}
#content #login .title {
	height: 23px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../picture/interface/acces_membre.gif) 0 0 no-repeat;	
}
#content #login label {
	display: block;
	text-transform: uppercase;
	margin-top: 14px;
}
#content #login input {
	background-color: #E9E6DF;
	border-width: 0;
	width: 100%;
}
#content #login #ok input {
	margin-top: 14px;
	padding: 0 0 3px 0;
	width: 26px;
	height: 23px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../picture/interface/ok.gif) 0 0 no-repeat;
}

#content #notLogged {
	margin-top: 14px;
}