/* WEBSITE CSS - La Mobylette Jaune - Emmanuel H. */

/* DEFAULT */
body {
	background-color:#fff;
	color:#000;
}
a {

}
a[rel="external"] {
}

/* LAYOUT */
#header {
	background-image:url('/themed/doronpub/img/website/header800x186.jpg');
	height:186px;
}
#header a {
	border-bottom:2px solid #5eb9ee;
	margin-left:500px;
	
	
}
#header a#home-link {
	border-top:2px solid #5eb9ee;
	margin-left:0;
}
#content {
	width:auto;
}
#footer {
	border-top:3px solid #5eb9ee;
	border-bottom:3px solid #5eb9ee;
	width:800px;
}

/* HOME */
a.more {
	border:2px solid #5eb9ee;
}
a.more-admin {
	border:2px solid #5eb9ee;
}