/*
 * CSS Style for "freeStyle" Theme 
 * @author ZulloP
 * @url http://eshop.webrevolution.org
 * @email eshop@webrevolution.org
 */
 
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: Navy; /* #737373;*/
}
#body_bg{
	background-image: url(../images/main_bg.gif);
	/*background-repeat: no-repeat;*/
}
a:link, a:visited {
	color: Purple; /*#455575*/
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 15px; /*15**/
	margin-bottom: 0px;
	padding: 0px;
}
table.pollstableborder {
	border: 0px;
	text-align: left;
}

.small {
	font-size: 10px;
	color: #acacac;
}
.createdate {
	font-size: 10px;
	color: #acacac;
}
.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
}
.contentheading a:link, .contentheading a: visited {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
	text-decoration: none;
}
.contentheading a: hover {
	text-decoration: underline;
}
.modifydate {
	font-size: 10px;
	color: #acacac;
	padding-top: 10px;
}
.pagenavcounter {
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
}
.readon {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
/*general style*/
#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 76px; /*68*/
	width: 800px; /*823px;*/
	background-position: left;
}
#topmenu{
	background-image: url(../images/top_menu_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 800px; /*823px;*/
}
#topmenu_spacer{
	background-image: url(../images/top_menu_spacer.gif);
	background-repeat: repeat-x;
	height: 1px; /*11*/
	width: 800px; /*823px;*/
}
#header{
	height: 74px; /*142*/
	width: 800px; /*823px;*/
	background-repeat: no-repeat;
	background-color: transparent;
}

#header object{
	width: 800px;
	height: 74px;
	background-color: transparent;
}

#header_spacer{
	background-image: url(../images/header_spacer.gif);
	background-repeat: repeat-x;
	height: 1px; /*11*/
	width: 800px; /*823px;*/
	
}
#path_way{
	background-image: url(../images/pathway_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 800px; /*625*/
}
.pathway{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 3px;
	overflow: hidden;
}
#mainbody_top{
	background-image: url(../images/mainbody_bg_top.gif);
	background-repeat:repeat-x;/* no-repeat;*/
	height: 9px;
	width: 800px; /*625 598px;*/
	position: absolute;
	margin-left: 0%;
}
#mainbody_middle{
	background-image: url(../images/mainbody_bg_middle.gif);
	background-repeat: repeat-y;
	width: 800px; /*625 598px;*/
}


.mainbody{
	padding: 10px;
}
#mainbody_bottom{
	background-image: url(../images/mainbody_bg_bottom.gif);
	background-repeat:repeat-x;/* no-repeat;*/
	height: 7px;
	width: 800px; /*625 598px;*/
}
#copyright{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 3em;
	height: 30px;
	background-image: url(../images/background.gif);
	width:800px; /*par moi*/

}



.adminform textarea {
	width: 550px!important; /*550*/
}

.adminform textarea.inputbox {
	width: 550px!important; /*550*/
}
/* menu style */
div.module h3 {
	margin: 0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 20px;
	color: #455575;
}
div.module {
	width: 200; /*180 216*/
	margin-bottom: 10px; /*margin-right: 0px;*/
	margin-left:0px;
	background-color:transparency; 
}
div.module div {
  /*background: url(../images/menu_bg_bottom.gif) bottom left no-repeat;*/
}
div.module div div {
  /*background: url(../images/menu_bg_top.gif) top left no-repeat;*/
  padding: 7px 10px 15px 0px;/*0 au lieu de 12 : padding left*/
}
div.module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 100%; 
}
