body {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}


#siteweb {
	width:600px;
	background:url(../Images/Accueil.jpg) no-repeat left top;
	
}

#chemin {
	font-size:xx-small;
	color:#999999;
	padding-left:50px;
	height:15px;
}


#menu {
	left:450px;
	width:150px;
	height:225px;
	position:relative;
	padding-top:10px;
}

#menu a{
	padding-left:0px;
}

#menu a:hover{
	padding-left:12px;
	background:url(../Images/arrow.png) no-repeat left;
}



#corps {
	position:relative;
	left:150px;
	width:450px;
}


#footer {
	position:relative;
	left:150px;
	width:450px;
}









a {
	color:#336699;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}