@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	background-color: #fdfdfd;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div {
	clear: both;
}
a {
	color: #000000;
}
a:hover {
	color: #666666;
}


#menu {
}
#menu li {
	display: block;
	float: left;
	margin-right: 5px;
}
#menu ul {
	list-style-type: none;
}
#menu li a {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mots-cles {
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#mots-cles li.mot {
	display: inline;
	margin-right: 5px;
}
#mots-cles ul.groupe {
	list-style-type: none;
	clear: both;
	display: inline;
	margin: 0px;
	padding: 0px;	
}
#mots-cles li a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#content {
	margin: 20px;
}

