/*
  $Id: stylesheet.css,v 1.0 30/07/2007 @steur $
*/

/* ------- CSS OSC --default template ------- */
@import url(Page_index.css);
@import url(footer.css);
@import url(menu.css);
@import url(boxes_index.css);

body {
	margin : 0;
	padding : 0;
	height: 100%;
	background : white;
	color : gray;
	font : 0.8em Verdana,Arial,Lucida,Helvetica,sans-serif;
}


/* ------- compatibility IE6 --------- */

html>body fieldset { padding-top : 1em; top : 0; }
fieldset {position : relative; top : 1em; padding : 0 0.5em 1em 0.5em; }
legend { position :relative; top : -1em; padding : 0.4em; }

/* ------- --------------- --------- */


 
/* - general - */
.floatLeft { float:left; }
.floatRight { float:right; }
.underline { text-decoration: underline; }
.spacer { clear:both; visibility:hidden;}
img {border:0 ;}
img.topVentes
{
border : 2px;
}

/* input buttons  */
input.submitBt {text-align: center; border:1px solid #000;color:#fff;background:#cdd270;font-weight:700;}
input.submitBt:hover{color:#036; background:#9a9e49; cursor:pointer;}

/*  main nav */
#MenuHoriz ul li { 
  display:inline; 
  padding:0.8em;
}
#MenuHoriz ul li a {
  text-decoration:none; 
}
#MenuHoriz ul li a:hover { 
  text-decoration:none; 
  color : yellow;
  /*border-bottom: 4px solid #74A474;*/ 
}


/* splipage result */ 
div#splitPageTop {list-style-type: none; margin: 0 1em 0 0; padding: 0  0 1.5em; border-bottom: 1px solid #666; }
div#splitPageBottom {list-style-type: none; margin: 0 1em 0 0; padding: 0; border-top: 1px solid #666; }
div#splitPageTop a { color: #0000FF; }
div#splitPageTop a:hover { color: #0000FF; background: #FFFF33; }
div#splitPageTop span.jump { font-weight:bold; }
p.sP1 {float:left;}
p.sP2 {float:right;}

p.copyright
{
color : black;
}



/* index */
div#categoriesImages {  border: 1px solid #000; }
div.categoriesThumbs {  float:left; }


/* modules/new_products.php */
div.newProducts{
  border: 1px solid #000;
}

div.newProducts h4 { 
  height: 2em;
  clear:both;
}

dl.newProduct {
  float: left;
   border: 1px solid #000;
   width: 150px;
}

dl.newProduct dt { height: 35px; }
dl.newProduct dd img {  width: 100px; height: 80px; }
dl.newProduct dd {  margin: 0; padding: 0 10px 5px 10px;}



/* sitemap.php */
div#sitemap ul {margin:1em;}

div#OffresSpeciales img
{
  background : #fff;
}


