body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}
body {
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a:link {
	color: #7e269b;
}
a:visited {
	color: #7e269b;
}
a:hover {
	color: #555;
}
a:active {
	color: #555;
}
.clear {
	clear:both;
}


/* LAY OUT SETTINGS */
#header {
	background-color:#FFF;
	height:64px;
}
#header_shadow {
	background-image:url(../images/header_shadow.gif);
	background-repeat:repeat-x;
	width:100%;
	height:7px;
}
#header_logo {
	float:left;
	margin-top:5px;
}
#header_links {
	float:right;
	padding:10px;
}
#header_content {
	background-color:#FFF;
	width:100%;
	height:0px;
}
#content {
	width:1000px;
	margin:auto;
	padding:5px;
}
#content_sidebar {
	float:right;
	width:300px;
	padding:10px;;
	border-left-color:#dddddd;
	border-left-style:dashed;
	border-left-width:medium;
}
#footer {
	text-align:center;
	padding:10px;
}
#footer_ad {
	margin:auto;
	margin-top:10px;
	width:980px;
	height:300px;
	background-color:#dddddd;
	border-color:#cccccc;
	border-style:solid;
	border-width:medium;
	padding:10px;
	display:none;
}
.categorie_icon {
	width:150px;
	height:150px;
	page:10px;
	float:left;
}
.Thumbnail {
	float: left;
	padding:5px;
	height:140px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-style:solid;
	border-width:medium;
	margin:2px;
}