body {	
		background:white;
		font-family:Arial, sans-serif;
		font-size:10px;
		margin:0em;
		padding:30px;
	}


#contenu {

		background:white;
		width:660px;
		padding:0 0 0 40px;
		margin:0;
		float:left;
	}

#homepageimage {

		background:white;
		width:660px;
		padding:0 0 0 0px;
		margin:0;
		float:left;
	}

#menu {

		width:150px;
		padding:0px;
		float:left;
	}	
	
#notes {

		background:white;
		width:250px;
		padding:5px;
		float:right;
		border:1px dotted lightgray;
	}	
	
.clearboth {
		clear:both;
	}


h1	{
	text-transform:uppercase;
	text-decoration:none;
	color:black;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	}
	
h2	{
	text-transform:uppercase;
	text-decoration:none;
	color:black;
	font-size:18px;
	font-weight:normal;

	}
	
h3	{
	text-transform:uppercase;
	text-decoration:none;
	color:black;
	font-size:13px;
	font-weight:normal;
	margin-bottom:2px;

	}
	
p {
		margin:0;
		padding:0;
	}


a { 
	color:inherit;
	text-decoration:none;
	}

		
a:hover	{
	border-bottom:1px solid black;
	}

a.imglink:hover { border : 0; }


#titre {
	width:110px;
	height:90px;
	background:black;
	color:white;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	padding:40px 20px 20px 20px;
	line-height:34px;

}


#navigation
	{
		width:108px;
		height:108px;
		background:white;
		color:black;
		border:1px solid black;	
		padding:20px;
		text-align:center;
	text-transform:uppercase;
	line-height:22px;
	font-size:14px;
	}
	
	
.numbox
	{
		font-size:12px;
		color:white;
		background:#AAA;
		padding:3px;
		margin:6px 6px 0 0;
		width:15px;
		height:15px;
		float:left;
		text-align:center;
	
	}

hr 
{
	color: black;
	background-color: black;
	height: 1px;
	border: 0;
}
