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


body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images-frame/fond_haut.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#menu {
	position:absolute;
	left:780px;
	top:59px;
	height:22px;
	width:227px;
	border:none;
}

#menu a {
	color:#432294;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

#sommaire, #recherche, #contact {
	float:left;
	text-align:center;
	padding-top:3px;
}
#sommaire {
	width:78px;
}
#recherche{
	width:82px;
}
#contact {
	width:67px;
}