/*-------------------------------------------------------*/
/*       BOUTIQUE VERTE STYLE SHEET       */
/*-------------------------------------------------------*/

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
    height:100%;
	font-family: Verdana, Arial, sans-serif;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

a:link,
a:visited {
	color: #819D26;
	text-decoration: none;
}

hr {
    display:none;
}

body {
	font-size: 13px;
}


div#wrapper {
	margin: 0 auto;
	width: 911px;
	padding-top: 10px;
	/*padding-left: 10px;*/
}

/*-------------------------------*/
/*------Main elements------------*/
/*-------------------------------*/

/*------------Header-------------*/

#header {
  background: url(../images/banner.gif) no-repeat;
  width:912px;
  height:150px;
}

#banner {
  height:50px;
  width:912px;
}

/*A- search box*/

#search {
  float:left;
  margin-top: -10px; /*necessaire pour le lien  'mon compte' apparaissant en dessous*/
  margin-left:5px;
  text-align:left;
  width:128px;
}

#search #shop_search_field  {
  background: url(../images/boite_recherche2.gif); 
}

#search .button {
  background: url(../images/fleche_recherche.gif) no-repeat; 
  border:0;
  padding-left:0px;
  /*display:none;*/
}

#search a  {
  color:#FFFFFF;
  font-weight:bold;
  font-size:80%;
  margin-left:6px;
}  
  
#lien-seul {
}  
  
/*B- horizontal menus*/

#horiz-menu {
  float: left;
  width:65%;
}

/*1- horizontal submenu*/

#mainlevel-submenu {
        float:right;
        margin-top:3px;
        margin-bottom:3px;
		text-align:right;
		}

#mainlevel-submenu li {
        display:inline;
        list-style: none;
        padding-left:5px;
        padding-right:5px;
		margin-right:1px;
		margin-left:1px;
		background-color:#FFFFFF;
		padding-bottom:2px;
		letter-spacing: -0.05em;
}

#mainlevel-submenu li a {
		color:#A2C202;
		text-transform:uppercase;
		font-weight: bold;
		font-size:80%;
		padding-top:3px;
		padding-bottom:3px;
		/*padding-left:10px;*/
		/*padding-right:10px;*/
		/*width:76px;*/
		height:20px;
		text-decoration:none;
}

#mainlevel-submenu li a:hover {
		color:#D6F54C;
		text-decoration:none;
}

/*2- horizontal main menu*/

#mainlevel-nav {
        float: right;
		display:block;
        margin-top:3px;
        margin-bottom:3px;
		padding-left:0px;
		text-align:right;
}

#mainlevel-nav li{
		list-style: none;
		display:inline;
		margin-right:1px;
		margin-left:1px;
		text-align:center;
		letter-spacing: -0.01em;
}

h1{/*christophe*/
font-size: 14px;
color: #819D26;
}

#mainlevel-nav li a {
		text-transform:uppercase;
		text-decoration:none;
		font-weight: bold;
		font-size:80%;
		width:80px;
		color: #ffffff;
}

#mainlevel-nav li a:hover {
		/*color:#D6F54C;*/
		color:#e4faaf;

}

#mainlevel-nav a:visited {
	color: #ffffff;
}

#mainlevel-nav li a span {
		padding-right:7px;
		padding-left:7px;
		padding-top:3px;
		padding-bottom:3px;
}



/*COLOR for each section of  products*/

#accueil {
		background-color:#c93BC4;
}

#librairie {
		background-color:#2DB1DD;
}

#optique {
		background-color:#01B952;
}

#nichoirs{
		background-color:#A5C520;
}

#autres{
		/*background-color:#9F59D5;*/
		background-color:#ff9600;

}

#multimedia{
		background-color:#DD1717;
}

/*C- kart*/

#kart {
  float:right;
  margin-right: 15px;
  width:159px;
  height:50px;
  background: url(../images/kart.gif) no-repeat;
}

#kart div {
  float:left;
  padding-left:10px;
  padding-top:10px;
}

a.mainlevel_panier {
  padding-left:0px;
  font-size: 11px;
}

/*------------Left menu----------*/

td.left {
  /*background: url(../images/left_center.gif) repeat-y;*/
  background: url(../images/menu_bottom.gif) no-repeat;
  background-position:bottom left;
  width:130px;
}


td.left .padding {
  padding:5px;
  width:130px;
  background: url(../images/leftmenu_top.gif) no-repeat;
  height: 270px;
}

#left-container {
  width:140px;
  background: url(../images/left_center.gif) repeat-y;
  /*background: url(../images/menu_bottom.gif) no-repeat;*/
  position: relative;
  bottom: 0px;
  left:0px;
}

td.left .padding .moduletable{
  width: 126px;
  height:270px;
}

.left h3 {
  margin-left:5px;
}

/*hack not to display "votre compte" twice*/

td.left div.padding table tbody tr td a.mainlevel {
  display:none;
}


/*------------Content------------*/

#mainbody {
  clear:both;
  background: url(../images/mainbody_center.gif) repeat-y;
  background-color:#c3ea97;
  background-position:bottom left;
}

#mainbox-top {
  background: url(../images/main_top.gif) no-repeat;
  background-position:bottom left;
  width:592px;
  height:66px;
}

#mainbox-bottom {
  background: url(../images/main_bottom.gif) no-repeat;
  background-position:bottom left;
  width:592px;
  height:24px;
}

#mainbody .content .padding {
  background: url(../images/main_center.gif) repeat-y;
  margin-left: 11px; /*repeated image is shorter than 592px to let the top left border designed wih the end of the flower*/
  margin-top: -50px; /*set like this to overflow top image of the box, which has a quite big height.*/ 
  padding-top: 0px;
}

/*------------Right menu---------*/

td.right {
  background-position:bottom left;
  width:174px;
}

.greenbox-top {
   margin-top: 3px; /*align box with central content for top box*/
   background: url(../images/greenbox_top.gif) no-repeat;
   height:14px;
}

.greenbox-bottom {
   background: url(../images/greenbox_bottom.gif) no-repeat;
   height:14px;
}

.right .moduletable {
   background: url(../images/greenbox_center.gif) repeat-y;
   padding-left:10px;
   padding-right:10px;
}

.right .moduletable a img {
  border:0;
}

.right .padding {
   padding:0px;
   margin:0px;
   width:155px;
}

.right h3 {
  margin-top: 0px;
  margin-bottom:0px;
}
/*------------Footer-------------*/

#footer {
  width:912px;
  height:46px;
  clear:both;
  background: url(../images/footer.gif) no-repeat;
}

#the-footer {
  margin-top: -1px;
}


/*--- different color or each article : see Sorian(Louis)--- */

.sectiontableentry3 a:link, .sectiontableentry3 a:visited {
	color: #FF0000;
}

.sectiontableentry3 a:hover {
	color: #0000FF;
}


/*---------------------------------------------- END Guillaume for Natagora--------------------------------------------------------*/

/*What follows remain from the original template used, it can "normally" be removed be should be checked first (to be sure).*/



div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */



div#top {
	margin-left:  100px;
	height: 100px;
	font-style: italic;
}

div#top .padding {
	padding:  5px;
}

div#horiz-menu {
	background: url(../images/menu-bg-bv.gif) 0 0 repeat-x;
	height: 50px;
}


table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: url(../images/fond-general-bv.gif) 0 0 no-repeat;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding {
	padding: 15px 25px;
}



div#bottom {
	background: #121A28 url(../images/bottom-bg.png) 0 0 repeat-x;
}


div#footer .rk-1 {
	background: url(../images/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(../images/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	background: url(../images/bottom-bv.gif) 50% 0 no-repeat;
	text-align: center;
}

img#rocket {
	width: 150px;
	height: 50px;
}


/* My Comment */



/* @group menus */

div#horiz-menu a:hover {
	
}

div#horiz-menu a:hover {

}


/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #121A28;
	border-bottom: 0px solid #e7e7e7;
	padding: 0px 0;
}

td.right div.moduletable,
td.left div.moduletable
{
	color: #121A28;
}

div#bottom div.moduletable {
	color: #ccc;
}


/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #99CC00;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel{
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/menu-bullet.png) 0 0 no-repeat;
}

a.mainlevel_recherche {
	padding: 0;
	font-size: 11px;
}

a.mainlevel_recherche :visited,
a.mainlevel_recherche :link{
	line-height: 10px;
	padding: 0;
	font-size: 5px;
}


a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}



/* @end */

/* @end */