@charset "UTF-8";

/*================================================= basic : body */

body {
	background-color:white;
	font-family:sans-serif;
	font-size:100%;
	color:#333;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	width: 790px;
}

img {
	border:none;	
}

/*================================================= basic : links */

a {
	text-decoration:none;
	border-bottom:thin;
	border-color:#666;
	border-bottom-style:dotted;
}

/* unvisited link */
a:link {
	color:#333;
}

/* visited link */
a:visited {
	color:#333;
}

/* mouse over link */
a:hover {
	color:#333;
}

/* selected link */
a:active {
	color:#333;
}

/*================================================= colors */

.purple {
	color:#609;
}

/*================================================= sections : header */

.header {
	font-size:0.85em;
	float:left;
}

/*================================================= sections : menu */

.menu {
	font-size:0.85em;
	float:right;
}

a.menu {
	margin-top:16px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:none;
}

a.menu:hover {
	border-bottom:thin;
	border-color:#666;
	border-bottom-style:dotted;
}


/*================================================= sections : main */

.main {
	font-size:0.85em;
	padding-top:100px;
}

/*================================================= sections : footer */

.footer {
	font-size:0.75em;
	text-align:center;
	padding-top:50px;
}

img.footer {
	border:none;
	padding-left:0px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:4px;
}

a.footer {
	border:none;
	margin-left:10px;
	margin-right:10px;
}
