﻿
/*global*/
body
{
    text-align: center;
    width: 800px;
    margin: 0px auto;
    padding: 0px;
    font-size: 8pt;
    font-family: verdana;
}
#global
{
    width: 800px;
    margin: 0px;
    padding: 0px;   
}


/*header*/
#header
{ 
    background:url(images/header.jpg) no-repeat left top;
    width:800px;
    height:229px;
    margin-bottom:10px;
}

/*cart*/
#cart
{
    text-align: left;
    font-size: 7pt;
    margin: 40px 0px 0px 480px;
    color: dimgray;
}
#cart .bold
{
    font-weight: bold;
    color: #616161;
}
#cart .red
{
    color: darkred;
    font-weight:bold;
}

/*categories*/
#categories
{
   
    border: #f6e0a5 2px solid;
    background: url(images/catheader.jpg) repeat-x left top;
    height:220px;
    min-height:220px;
}


#categories a
{
    color: #4b4a4a;
    margin:5Px;
    display:block;
    font-size: 9pt;
    text-decoration:none;
    padding-left:15px;
    background: url(images/btnbeige.jpg) no-repeat left 65%;
}

#categories a:hover
{
    color:#90060a;
   background: url(images/btnrouge.jpg) no-repeat left 100%;
   text-decoration:underline;
}
#categories .gras
{
    font-weight:bold;
    
}
#categories a.gras:hover
{
    color:#90060a;
   background: url(images/btnrouge.jpg) no-repeat left bottom;
   text-decoration:underline;
}

#categories  .selected
{
    color:#90060a;
   background: url(images/btnrouge.jpg) no-repeat left 100%;
   text-decoration:none;
}
#categories  .grasselected
{
     font-weight:bold;
    color:#90060a;
   background: url(images/btnrouge.jpg) no-repeat left 100%;
   text-decoration:none;
}

/*content*/
#content
{
     
}
#content #accueil
{
    
  color: dimgray;
    font-size: 8pt; 
    padding:0px 0px 10px 0px;
    
}
#content #title
{
    font-size: 11pt;
    font-weight: normal;
    color: #151515;
  /*  padding-top:2px;
    padding-bottom: 8px;
   */
    font-family: ARIAL;
    margin-bottom:15px; border-bottom: solid 1px #000000;
}


