@charset "utf-8";

/*******Boite*******************/
#content #colCentre .categorie {
	width: 275px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}

/*******************lien*************************/
h2.theme {
	margin: 0px;
	padding: 3px;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-variant: small-caps;
}
.categorie a.catLk {
	color: #CC6698;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}
.categorie a.catLk:hover{
	color: #99CC00;
}
