body {

	font-size: 15px;
	background: #33FF00;

}

h1 {

	font-family: Tahoma, Verdana;
	font-size: 20px;
	color : #809FFF;

}

.corps {

	//color: ;
	font-size: 15px;
	font-style: bold;
	margin-left: 125px; 
	padding: 50px;
}

a:link {

	color: #FFF280;

}

a:active {

	color: #B3A000;
	font-size: 22px;

}

a:visited {

	color: #FFF280; 
}

#titre {

	font-size: 30px;
	color: #B590FF;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 6px;
	padding: 3px;
	top: 8px;

}

#logo {

	float: left;
	margin-left: 5px;
	margin-right: 30px;

}


#header1 {

	background: #FFE500;
	width: 1015px;
	height: 50px;
	float: none;
}

.menu {
	
	//background: #33FF00;
	width: 165px; 
	height: 470px;
	margin-top: 30px;
	position: absolute;
	float: left;
}

.items {

	margin-top: 120px;
	margin-left: 10px;
	width: 100px;
	height: 330px;
	border: 3px solid #FFE500;
	background-color: orange; 
}

li.ems {

	list-style-type:;
	line-height: 20px;
	width: 100px;
	margin-top: 15px;
	text-align: left ;
	font-size: 18px;
}

ul,li {

	margin-right: 20px;

}

