/* CSS Document */
body{
background-color:#FFF;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
}

#maincontainer{
width:760px;
top:0px;
}

#header{
width:760px;
height:130px;
background-image:url(images/header.gif);
margin-bottom:2px;
}

#menucontainer{
width:760px;
height:25px;
background-image:url(images/menu_bg.gif);
background-repeat:no-repeat;
margin-bottom:2px;
border:0px;
}

#content{
width:760px;
height:auto;
border-style:solid;
border-color:#c0bebe;
border-width:1px;
background-image:url(images/content_bg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
margin: 0px 0px 2px 0px;
}

#products_container{
width:760px;
height:auto;
border-style:solid;
border-color:#c0bebe;
border-width:1px;
font-family:Arial, Helvetica, sans-serif;
margin: 0px 0px 2px 0px;
}

#index_text{
margin:20px 0px 20px 0px;
width:455px;
float:right;
}

#thumbnails_table{
width:212px;
height:266px;
margin:15px 10px 15px 60px;
}
#thumbnails_table td{
height:50px;
width:50px;
vertical-align:top;
}

.product_description{
margin:10px 0px 0px 25px;
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

#product_navigation{
width:70px;
margin:30px 0px 0px 60px;
}

#product_photo{
width:200px;
height:267px;
margin:10px 10px 15px 0px;
}

#grass{
width:760px;
height:100px;
background-image:url(images/grass.jpg);
margin: 0px 0px 2px 0px;
}

#footer{
width:760px;
height:35px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#666;
padding:4px 0px 0px 5px;
}

#product_nav_left{
float:left;
width:20px;
height:32px;
background-image:url(images/back_gray.gif);
display:block;
margin-right:20px;
}

#product_nav_left:hover{
width:20px;
height:32px;
background-image:url(images/back_green.gif);
display:block;
}

#product_nav_right{
float:left;
width:20px;
height:32px;
background-image:url(images/next_gray.gif);
display:block;
}

#product_nav_right:hover{
width:20px;
height:32px;
background-image:url(images/next_green.gif);
display:block;
}


/* Menu Items */
#btn_accueil{
float:right;
width:44px;
height:25px;
margin-right:32px;
}

#btn_accueil_link{
display:block;
background-image:url(images/btn_accueil.gif);
width:44px;
height:25px;
}

#btn_accueil_link:hover{
display:block;
background-image:url(images/btn_accueil_over.gif);
width:44px;
height:25px;
}

#btn_panier{
float:right;
width:88px;
height:25px;
margin-right:32px;
}

#btn_panier_link{
display:block;
background-image:url(images/btn_panier.gif);
width:88px;
height:25px;
}

#btn_panier_link:hover{
display:block;
background-image:url(images/btn_panier_over.gif);
width:88px;
height:25px;
}

#btn_fleurscoupees{
float:right;
width:91px;
height:25px;
margin-right:32px;
}

#btn_fleurscoupees_link{
display:block;
background-image:url(images/btn_fleurscoupees.gif);
width:91px;
height:25px;
}

#btn_fleurscoupees_link:hover{
display:block;
background-image:url(images/btn_fleurscoupees_over.gif);
width:91px;
height:25px;
}

#btn_funeraire{
float:right;
width:56px;
height:25px;
margin-right:32px;
}

#btn_funeraire_link{
display:block;
background-image:url(images/btn_funeraire.gif);
width:56px;
height:25px;
}

#btn_funeraire_link:hover{
display:block;
background-image:url(images/btn_funeraire_over.gif);
width:56px;
height:25px;
}

#btn_animation{
float:right;
width:60px;
height:25px;
margin-right:19px;
}

#btn_animation_link{
display:block;
background-image:url(images/btn_animation.gif);
width:60px;
height:25px;
}

#btn_animation_link:hover{
display:block;
background-image:url(images/btn_animation_over.gif);
width:60px;
height:25px;
}

/* Formating */
.title{
color:#99cc66;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.text{
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

ul{
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
list-style:circle;
}

.products_name{
color:#99cc66;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-top:20px;
}

.price_second_row{
margin-left:32px;
}