html, body {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #006633;
  background-image: url();
  background-repeat: repeat;
}

body, table, td {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}

#page{
  width:990px;
  margin:0px auto;
}

#centpourcent {
  height: 100%;
  width: 100%;
}

input, select, textarea {
	color: #006633;
}
input:focus, textarea:focus {
	border: 1px solid #745a32;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#position {
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
#position a:link, #position a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#position a:hover, #position a:active {
	text-decoration: none;
	color: #006633;
}

.little {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

a.little:link, a.little:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
a.little:hover, a.little:active {
  color: #666666;
  text-decoration: none;
}

.bdp_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #666666;
}

a.bdp:link, a.bdp:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #999999;
  text-decoration: none;
}
a.bdp:hover, a.bdp:active {
  color: #666666;
  text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #745a32;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: normal;
	font-size: 18px;
}

hr {
  width: 100%;
  background-color: #745a32;
  color: #745a32;
  border: 0px;
  height: 1px;
}

.home_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.home_link:visited, a.home_link:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a.home_link:hover, a.home_link:active {
  color: #666666;
  text-decoration: none;
}

.product_line {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.product_line .thumbnail {
	float: left;
	margin-right: 20px;
}
.product_line .thumbnail img {
	float: left;
	border: 0px;
}
.product_line a.product_name {
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.product_line a:hover.product_name {
	color: #006633;
	text-decoration: none;
}
.product_line .product_description {
	font-size: 11px;
}




a.link_to_product:visited, a.link_to_product:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
a.link_to_product:hover, a.link_to_product:active {
  color: #006633;
  text-decoration: none;
}

.prix {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13pt;
  color: #333333;
}


.divstyle {
  position: absolute;
  border: 1px solid #000000;
  top:0;
  left:0;
}

.pstyletitle{
  postion:absolute;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.pstylebody {
  postion:absolute;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* ** MOTEUR DE RECHERCHE INTERNE ** */
#search_area .title {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
}
#search_area form {
	float: left;
	width: 100%;
}
#search_area input.field {
	float: left;
	width: 100px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px;
	border: 1px solid #e1e1e1;
}
#search_area input.submit {
	float: left;
	height: 18px;
	margin-left: 4px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	background-color: #006633;
	color: #ffffff;
}

/* ** INSCRIPTION NEWSLETTER ** */
#form_mailing_list .title {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
}
#form_mailing_list form {
	float: left;
	width: 100%;
}
#form_mailing_list label {
	float: left;
	clear: both;
	font-size: 11px;
	color: #666666;
}
#form_mailing_list input.field {
	float: left;
	clear: both;
	width: 100px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px;
	border: 1px solid #e1e1e1;
}
#form_mailing_list input.submit {
	float: left;
	clear: both;
	width: 112px;
	height: 18px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 0px;
	background-color: #006633;
	color: #ffffff;
	margin-top: 4px;
}



/* ** MENU HORIZONTAL ** */
/* ** MENU DEROULANT PARTIE CATALOGUE ** */
ul#menu li ul{
	display: none;
}

ul#menu li:hover>ul{
	display: block;
}


ul#menu{
	list-style:none;
	float: left;
	height: 23px;
	padding: 0px;
	margin: 0px;
}


ul#menu li{
  float:left;
  display:block;
  padding: 0px;
 
  }

ul#menu li a{
  display:block;
  padding: 0px;
  text-decoration: none;
 
}

ul#menu li a.fam_mere{
display:block;
color:#3f8d96;
line-height:23px;
vertical-align:middle;
text-decoration:none;
font-size:8pt;
font-family: Arial, Helvetica, sans-serif;
margin:0px;
}
ul#menu li a.fam_mere img{
	float: left;
	border: 0px;
}

ul#menu li.level1{
position:relative;
float:left;
width: 180px;
height:23px;
z-index:2;
list-style:none;
}

ul#menu>li.level1:hover{
}

ul#menu ul{
  position:absolute;
 top:23px;
 left:-3px;
  z-index:2;

  list-style:none;
  margin:0px;
  padding:0px;
 width:190px;

  
}

ul#menu ul ul{
  top:0px;
  left:180px;
  
}

ul#menu ul li{
  position:relative;
 z-index:2;
  float:none;
  margin:0px;
  padding:0px;
  display:block;
  float:left;
  width:180px;
    border-right:1px solid #006633;
   border-left:1px solid #006633;
}

li {
list-style: none;
}

ul#menu ul li.last a{
width:182px;
background-color:transparent;
background:url(http://www.r7g.com/20013/m/img/menu/fond_last_li.gif) top left no-repeat;
height:15px;
border:none;
}

ul#menu ul li.last{
width:182px;
border:none;
height:29px;
}



ul#menu ul li a{
display:block;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
border-bottom:2px solid #ffffff;
padding:7px 0px;
background-color:#006633;
text-align:center;
color:#ffffff;
font-size:9pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
line-height:12px;
width:176px;
}


ul#menu ul li a:hover{
	background-color:#747a32;
	color: #ffffff;
}

ul#menu ul li.last a:hover{
background-color:transparent;
background:url(http://www.r7g.com/20013/m/img/menu/fond_last_li_on.gif) top left no-repeat;
}


/* ** PRODUITS EN PAGE  D'ACCUEIL ** */
.right_products {
	float: right;
	width: 175px;
	clear: right;
	padding-left: 5px;
}
.right_products .title {
	float: left;
	width: 175px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #745a32;
}
.right_products a.product_name {
	float: left;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	color: #745a32;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
.right_products a:hover.product_name {
	color: #006633;
	text-decoration: none;
}
.right_products .pro111duct_name {
	float: left;
	width: 175px;
	padding: 10px 0px;
}
.right_products .product_thumbnail {
	float: left;
	clear: both;
	padding-right: 2px;
}
.right_products .product_description {
	padding-bottom: 10px;
}



/* ** PAGE CONTACT ** */
#form_contact {
	float: left;
	width: 730px;
}
#form_contact .line {
	float: left;
	clear: both;
	width: 700px;
	padding: 3px 15px;
}
#form_contact .line label{
	float: left;
	width: 100px;
	color: #745a32;
}
#form_contact .line input.field {
	float: left;
	width: 168px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px;
	border: 1px solid #e1e1e1;
}
#form_contact .line select {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form_contact .line textarea {
	float: left;
	width: 258px;
	height: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid #e1e1e1;
}


#form_contact div.checkbox {
	float: left;
	width: 370px;
	padding: 5px 15px;
	line-height: 19px;
}
#form_contact div.checkbox input {
	float: left;
	margin-right: 5px;
	padding: 0px;
}

#form_contact  input.submit {
	float: left;
	clear: both;
	height: 18px;
	margin-left: 4px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	background-color: #006633;
	color: #ffffff;
}
#form_contact div.cnil {
	float: left;
	clear: both;
	font-size: 10px;
	margin-top: 10px;
}
