body {
	font-family: serif;
	font-size: medium;
	color: #111;
	margin: 0px;
	background:#25c0ee url(images/sky_background.png) left top repeat-x;
	width:1000px;
	margin:10px auto;
	border:1px solid #333333;
}

*{outline:none;}

h1 {
	font-family: "Comic Sans MS","Trebuchet MS", Arial, sans-serif;
	font-size: large;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	
}
h2 {
	font-family: "Comic Sans MS","Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
}
h3 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: medium;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
label {
	font-size: medium;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	display: block;
}

.error p {font-size:20px;color:#ff8400;} /* error style text*/
input.error, textarea.error {background-color:#fdfa9e;color:ff8400;}

p {
	margin: 3px 20px;
	font-size:0.8em;
}
p.note {
	margin: 0px 20px;
}
div.page {
	padding: 0px 20px;
}


li.bg-description{background-color:#89D6ED;}

div.footer {
	font-size: small;
	border-top: 1px solid #CCCCCC;
	padding: 0px 20px;
	margin-top: 35px;
}
div#logo {
	padding: 5px 20px 0px 12px;
}
div.menu {
	background-color: #409f30;
	padding: 3px 20px;
}
div#logo ul,
div.menu ul {
	margin: 0;
}

div#logo ul li, 
div.menu ul li {
	border-left: 1px solid #000000;
	display: inline;
	padding: 0 5px;
}
div#logo ul li:first-child, 
div.menu ul li:first-child {
	border-left: 0px;
	padding: 0px;
}
div.status {
	padding: 10px 20px;
}
div.submit {
	padding: 20px 0px 5px 0px;
}
div.note {
	margin-top: 10px;
	padding: 5px 0px;
	font-weight: bold;
	color:  #990000;
}
input, select, textarea {
	padding: 0px;
	border: 1px solid #666666;
	font-family: serif;
	font-size: medium;
}
input[type=submit] {
	font-weight: bold;
	border: 1px ridge #666666;
}
input[type=radio],
input[type=checkbox] {
	border: 0px;
}
table {
}
th {
	background-color: #990000;
	color: #FFFFFF;
	padding: 2px;
}
td {
	background-color: #CCCCCC;
	padding: 2px;
}
div.pagelist {
	padding: 20px 20px 5px 20px;
	text-align: center;
	border:0px solid red;
	display:block;
}



span.heavy {
	font-weight: bold;
}
div.help {
	font-size: smaller;
	font-weight: normal;
	width: 70%;
	margin: 0px 20px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li { 
	margin: 0;
	padding: 2px 0pt 2px 30px;
}
form {
	margin: 0px;
}
.helpcall {
	font-size: smaller;
	position: relative;
	bottom: 8px;
	border: 2px outset #CCCCCC;
	background: #CCCCCC;
	text-decoration: none;
	padding: 0px 3px;
	cursor:pointer
}
fieldset {
	width: 70%;
	margin: 15px 0px;
	display: block; /* display: block for IE 7 ?? */
}
fieldset > label {
	padding-top:0px;
}
fieldset legend {
	font-weight: bold;
}
fieldset div.setting {
	float: left;
	margin-right: 30px
}
div.advanced {
	float: right;
	width: 200px;
	border: 2px outset #CCCCCC;
}
div.advanced div {
	text-align: center;
	cursor: pointer;
}
.treeview-high {
	color: #990000;
}
div#categories select {
	vertical-align: top;
}
ul.top_cat_list {
	margin-top: 30px;
}
.top_cat_list li {
	list-style-type: none;
	float: left;
	width: 200px;
	border:2px solid #CCCCCC;
	margin: 0px 10px 10px 0px;
	padding: 3px;
	text-align: center;
	height: 3em;
}
.top_cat_list li a {
	text-decoration: none;
}
span.freq {
	vertical-align: top;
	font-size: smaller;
	color: #666666;
}
img.new_image {
	border:2px solid #990000;
}
div#show_filter {
	width: 100px;
	border: 2px outset #CCCCCC;
	background: #FFFFFF;
	margin-top: 5px;
}
div#show_filter div {
	text-align: center;
	font-size: small;
	cursor: pointer;
}
.sort_filter {
	width: 450px;
}
.sort_filter_h3 {
	background: #FFFFFF;
	padding: 6px 3px 0px 3px;
}
.sort_filter select {
	width: 190px;
}
.sort_filter label {
	float: left;
	width: 190px;
	font-size: small;
	padding: 2px;
	text-align: right;
	margin-right: 2px;
}
.sort_filter div.field {
	float: left;
	width: 230px;
	font-size: small;
}
.sort_filter div.field input {
	font-size: small;
}
.sort_filter select {
	font-size: small;
}
div.sort_clear1 {
	clear: both;
	width: 100%;
	height: 0px;
}
div.sort_clear2 {
	clear: both;
	width: 100%;
	height: 2px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 2px;
}
fieldset.conf {
	width: 100%;
	margin: 15px 0px;
	display: block; /* display: block for IE 7 ?? */
}
fieldset.conf > label {
	padding-top:8px;
}
.geo_actions {
	display: inline;
	margin-left: 10px;
	font-size: small;
}
.geo_actions a {
	margin: 2px;
	padding: 2px;
	background: #CCCCCC;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	/*font-size: 12px;*/
	font-family: serif;
	font-size: medium;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_odd {
	background-color: #CCCCCC;
}

.ac_over {
	background-color: #999999;
	color: white;
}

*{font-family: "Trebuchet MS", Arial, sans-serif;}


a{color:#fff;text-decoration:none;}

a.adlink{color:#000099;}

#ad_list{padding-left:1em;background-color:#89d6ed;}
h4{padding-left:2em; background:transparent url(images/pomme-tete.gif) left center no-repeat;color:#409f30;}
#ad_list a{color:#409f30;}
#pageList a.adLink{color:#409f30;}
#ad_list li{font-size:0.8em;}

#sort_filter_form{display:none;}

#formid{background-color:#89D6ED;border:2px solid #fff;}

h3.categorie-h3{color:#fff;font-size:1.3em;text-transform:uppercase;margin-top:1em;}

#logoImg{border:0px solid red;}