*
	{
	margin: 0;	padding: 0;	}

body	{	background-color: white;	font-family: Helvetica, sans-serif;	font-size: 12px;	text-align: center;
	color: black;
	padding-top: 10px;
	}
	
#head
	{
	position: relative;
	height: 280px;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	color: gray;
	}
#log
	{
	width: 187px;
	margin-right: 10px;
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	float: left;
	}

#tof
	{
	width: 386px;
	height: 250px;
	background-color: white;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	}

#art
	{
	width: 187px;
	font-size: 10px;
	text-align: left;
	float: right;
	margin-top: 130px;
	}

#fct {
	text-align: right;
	margin-top: 30px
}

#search
	{
	position: relative;
	clear: both;
	margin-bottom: 10px;
	}
	
#adm
	{
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#page
	{
	position: relative;
	margin-top: 10px;
	background-color: #e3e3e3;
	width: 386px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	}

img
	{
	border: 0px;
	}

input {
	margin-left: 10px;
	margin-right: 10px;
}

.menu
	{
	margin-right: 20px;
}

.sepv
	{
	margin-top: 10px;
}

.auth {
	margin-bottom: 3px;
}

.red {
	color: red;
}

p {
	margin-bottom: 7px;
}

a:link, a:visited { text-decoration: underline; color: purple;}
a:hover { color: red;}
a:active { color: silver; }

a.smallmenu:link, a.smallmenu:visited { text-decoration: underline; color: silver;
	font-size: 9px;
}
a.smallmenu:hover { color: red;}
a.smallmenu:active { color: silver; }

h1, h2, h3, h4, h5, h6
	{
	margin-bottom: 10px;
	}
