
/* layout */

#left {
	width: 20%;
	display: inline;
	float: left;
	clear: none;
}

#content {
	margin-left: 1%;
	width: 79%;
	display: block;
	vertical-align: top;
	float: right;
	clear: none;
}

#footer {
	display: block;
	clear:both;
	float:none;
}

.clear { clear: both; height: 1px; font-size: 1px; }

/* general elements  */

body,p,td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: 20
0;
	background-color: 0xffffff;
}

em { font-style: normal; background-color: #FFFDD4; }
strong { color: #90C32C; font-weight: bold; }
a { color: #60046c; }
a:hover { color: #ffa54e; }
a img { border: none; }

h1,h2,h3,h4,h5 {
	font-family: "Verdana", sans-serif; 
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	font-variant: small-caps
}

h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	display: block; clear: both;
}

h4 { font-size: 1.1em }

hr { 
	border: none; 
	border-bottom: 1px solid #cacaca; 
	background: none; 
	height: 1px; 
}
/*
	ul, ol { line-height: 1.5em; }
	ul { list-style: none; margin: 0em 0em 1em 0em; padding: 0; }
	ul li { margin-bottom: .2em; }

	dl {  }
	dt { font-weight: bold; margin-bottom: .2em; color: #4B4545; }
	dd { margin-left: 2em; margin-bottom: 2em; }
	tt { font-size: 120%; }
*/

/* ---- forms -------------------------- */

fieldset { border: none; padding: 0; }
fieldset legend { display: none; }

label { 
	font-weight: bold; 
	color: #64635f; 
	font-size: .90em;  
}
label:hover { cursor: pointer;  }
input[type="text"], input[type="password"], textarea { 
	border: 1px solid #aeaeae; margin: .3em 0 .8em; padding: .3em .3em; 
}
input[type="text"]:focus, input[type="password"], textarea:focus { 
	border-color: #b2d56b; 
}
fieldset strong { color: #8F8F8F; }
fieldset label { 
	margin-bottom: 1em; font-weight: bold; color: #666666; cursor: pointer; 
}

/* specific classes */

.weak { font-size: .9em; font-weight: normal; }

.navigation {
	color: darkgrey;
}

#footer {
	color: darkgrey;
	font-size: .9em;
}
.comment { 
	color: #666666;
}
.date {
	color: #666666;
}
img.iconeMain {
	float: right;
}



