/* Start of CMSMS style sheet '&gt;accueil-avec-nouveautes' */
div#content {
     /* some air above and under menu and content */
          margin: 0 auto 2em 0;
          padding-top: 0px;
     }
     /* this gets all the outside calls that were used on the div#main before  */
     div.back1 {
     /* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
          margin-left: 27%;
     /* and some air on the right */
          margin-right: 2%;
     /* you can set your own image here */
     }
     /* this is an IE6 hack, you may see these through out the CSS */
     * html div.back1 {
     /* unlike other browser IE6 needs float:right and a width */
          float: right;
          width: 69%;
     /* and we take this out or it will stop at the bottom  */
          margin-left: 0%;
     /* and some air on the right */
          margin-right: 10px;
     /* you can set your own image here */
          background-color: #1C468E;
     }
     div.back2 {
     /* you can set your own image here */
          background-color: #1C468E;
     }
     div.back3 {
     /* you can set your own image here */
          background-color: #1C468E;
     }
     div#main {
     /* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
          padding: 0 15px;
     border-bottom: solid 1px #ffffff;
     }
     div#main ul li {
     /* align le texte avec le titre dans les produits de la page accueil */
     margin-left: 0;
     }
     div.back #main {
     /* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
          padding: 0 20px 1px 20px;
     }
     div.back {
          margin-left: 180px;
          margin-right: 15px;
     }
     div.back0 {
     /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width sur la page d'accueil*/
          margin-left: 200px;
          margin-right: 15px;
     }
     
     div#adresseleft {
          margin: 1em 0 1em 1em;
     }
     div#adresseleft p {
          margin: 0;
     padding: 0 0 0.2em 0;
     }
     div#adresseleft img {
          margin: 0;
     padding: 1em 1em 0 0;
     }
     
     /*styles des liens du tableau nouveautés de la page d'accueil*/
     div#main table.nouveaute caption {
     color: red;
          background-color: #ffff99;
         font-weight: bold;
     text-transform: uppercase;
     padding: 2px;
     margin-bottom: 5px;
     }
     div#main table.nouveaute a, 
     div#main table.nouveaute  a:link,
     div#main table.nouveaute a:active {
          text-decoration: none;
     /* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
          background-color: inherit;
     color: #1C468E;
     }
     div#main table.nouveaute a:visited {
     /* keeps the underline */
          text-decoration: none;
          background-color: inherit;
     }
     div#main table.nouveaute a:hover {
     /* remove underline on hover */
          text-decoration: none;
          background-color: inherit;
     /* using a different color makes the hover obvious */
          color: #666666;
     }
     div#main table.nouveaute img {
     float: right;
     }
     div#main table.nouveaute ul,
     div#main table.nouveaute ol,
     div#main table.nouveaute dl {
          font-size: 0.98em;
          line-height: 1.25em;
          margin: 0 0 1.5em 0;
     }
     div#main table.nouveaute ul li {
     background-image: url(uploads/blacktemplate/traitgris.png);
          background-repeat: no-repeat;
          background-position: left 12px;
     padding: 1px 0 0 12px;
     }
     
     div#main table th.nouveaute {
     width : 15%;
      }
     
     /* END LISTS */
     /* End of '&gt;accueil-avec-nouveautes' */
     
     