@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:800px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
}


#main_head{
	width: 720px;
	position: relative; top: 35px; right: 38px;
}

#sidebar {
	width: 110px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	vertical-align: bottom;
	position: relative;
	top: 70px;
	right: -35px;
	background-color: #FFFFFF;
}


#nom {
	width: 150px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: bottom;
	position: relative;
	top: 70px;
	right: -35px;
	background-color: #FFFFFF;
	}

#intro {
	width: 150px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	vertical-align: bottom;
	position: relative;
	top: 70px;
	right: -35px;
	background-color: #FAF334;
	}
	
	
#sidebar_top {
	font-family: "Times New Roman", Times, serif;	
	
	}

#sidebar_bottom {
	width: 110px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 9pt;
	margin-top: 40px;
}

#clear {
	clear:both;
}

#wrapper #sidebar ul {
	padding: 5px;
	margin: 5px;
	padding-top: 10px;
	margin-top: 10px;
}


#content {
	width: 600px;
	float: right;
	position: relative;
	top: 70px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 9pt;
	text-align: justify;
; 	line-height: 150%;
}

#text {
	width: 250px;
	float: right;
	position: relative;
	top: 70px;
	right: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 9pt;
	line-height: 150%;
	}

#anim {
	width: 100px;
	float: right;
	position: relative;
	top: 70px;
	right:180px;
}

#wrapper #sidebar ul {
	margin: 9px;
	padding: 9px;
}

