a {
	color: #fcaf16;
}

div#tout {
	width: 1000px;
	height: 900px;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
}

div#menu {
	position:absolute;
	top : 180px;
	width: 180px;
}

div#principal {
	position:absolute;
	left: 230px;
	top : 180px;
	width: 720px;
	height: 600px;
	overflow:auto;
}

a.principal { 
	color: #fcexi;
}

table {
	 border-collapse: collapse;
}

td.menu {
	height : 35px;
	width : 170px;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	
}

a.menu { 
	color: #ffffff;
	text-decoration:none;
}

h1 {
	color: #fcaf16;
}

h4 {
	text-decoration:underline;		
}
