/*******************************************************************************

  Général / commun

*******************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: white url(/images/background1.png) repeat-y;
	color: black;
	font: 0.75em arial, verdana, sans-serif; /* Equivaut à 12px */
}

/* Hack pour Firefox supprimant les pointillés lors des clics
------------------------------------------------------------------------------*/
a,
input.button {
  outline: none;
}

a:focus,
input.button:focus {
  -moz-outline-style: none;
}

a img {
	border: none;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Spacer
------------------------------------------------------------------------------*/
hr.spacer {
	clear: both;
	visibility: hidden;
	font-size: 1px;
}

/* Formulaire par défaut
------------------------------------------------------------------------------*/
form.default-form fieldset {
	border: none;
}

form.default-form legend {
	color: #a0a0a0;
	font-size: 2em;
	font-style: italic;
}

form.default-form label {
	float: left;
	width: 120px;
	margin-right: 12px;
	padding-top: 3px;
	font-weight: bold;
	text-align: right;
}

form.default-form div.form-row {
	margin-bottom: 2px;
}

form.default-form div.form-row-content {
	margin-left: 132px;
}

form.default-form input.text, select, textarea {
	border: 1px solid lightgray;
	font: 1.2em arial, verdana, sans-serif; /* Equivaut à 12px */
	margin: 0;
	padding: 2px;
}

form.default-form input.text:focus, select:focus, textarea:focus {
	border: 1px solid black;
}

form.default-form p.required-fields {
	position: absolute;	
	top: 100px;
	margin: 0;
	padding: 0;
	width: 576px;
	font-style: italic;
	text-align: right;
}

form.default-form p.button-set {
	padding-left: 132px;
}

form.default-form p.form-error {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
}

form.default-form ul.error_list {
	margin: 0 0 0 132px;
	padding: 0;
	list-style: none;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

form.default-form ul.error_list li {
	padding-left: 15px;
	background: url(/images/error.gif) no-repeat left center;
}

#isics_contact_message_address {
	height: 3em;
	line-height: 1.5em;
}

/* Conteneur principal
------------------------------------------------------------------------------*/
#container {
	min-height: 520px;	
	background: url(/images/background2.jpg) no-repeat 209px 0;
}

/* Conteneur principal pour la page d'accueil
------------------------------------------------------------------------------*/
#home-container {
	min-height: 557px;
	background: url(/images/home_background.jpg) no-repeat 209px 0;
}



/*******************************************************************************

  Barre latérale

*******************************************************************************/
#sidebar {
	float: left;
	width: 209px;
}

#sidebar h1 {
	margin:  0 0 20px 0;
	padding: 0;	
}

#search-box {
        position: absolute;
        top: 80px;
        left: 25px;
        width: 150px;
        height: 21px;       
}

#search-input {
        width: 113px;
        border: 1px solid #dbc363;
        background-color: #fae79a;
        vertical-align: top;
        height: 17px;
        padding-left: 3px;
        padding-top: 2px;
}

div.search-page-numbers {
        margin-bottom: 20px;
}

div.search-page-numbers a:hover {
        background-color:#FAE79A !important;
}

div.search-page-numbers a {
        border:1px solid #DBC363 !important;
        color: black !important;
}

div.search-page-numbers strong {
        border:1px solid #DBC363 !important;
        color:#0058FF !important;
}

div.search-page-numbers strong {
        background-color:#f5c303 !important;
        color: white !important;
}

div.search-page-numbers a:hover {
        color: black !important;
}

div.search-page-numbers .bookend {
  width: 80px !important;
}

#sidebar-menu {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	background: url(/images/sidebar_menu_background.png) no-repeat left bottom;
}

#sidebar-menu a {
	display: block;
	padding: 2px 0 0 12px;
	line-height: 35px;
	background: url(/images/sidebar_menu.png) no-repeat;
	color: #6d6440;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-menu a:hover,
#sidebar-menu li.in-path a,
#sidebar-menu li.current a {
	background-position: 0 -37px;
	color: black;
	text-decoration: none;	
}

#address {
	margin: 0;
	padding: 150px 12px 0 12px;
	background: url(/images/background3.jpg) no-repeat;
	text-align: right;
}

#isics, #copyright {
	margin: 12px 0;
	padding: 0 12px;
	color: #8c751f;
	font-size: .8em;
	text-align: right;	
}

#isics a, #copyright a, #sidebar-menu2 a {
	color: #8c751f;
}

#sidebar-menu2 {
	margin: 0;
	padding: 0 12px 10px 12px;
	list-style: none;
	font-size: .8em;
	text-align: right;
}



/*******************************************************************************

  Contenu

*******************************************************************************/
#content {
	float: left;
}

div.content-with-box {
	width: 613px;		
  margin: 87px 0 75px 79px;
  padding-bottom: 13px;
	background: url(/images/box_background2.png) no-repeat left bottom;
}

#content-box {
	min-height: 433px;	
	padding: 1px 24px 12px 13px;
	background: url(/images/box_background1.png) no-repeat;
}

#content-box h2 {
	margin: 0;
	padding: 0;
	line-height: 36px;
}

#breadcrumbs {
	position: absolute;
	top: 25px;
	left: 288px;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#content ul.color {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}

#content ul.color li {
	padding-left: 17px;
	background-position: left center;
	background-repeat: no-repeat;
}

#content ul.color li.yellow	{
	background-image: url(/images/puce_yellow.png);
}		

#content ul.color li.red {
	background-image: url(/images/puce_red.png);
}
		
#content ul.color li.blue	{
	background-image: url(/images/puce_blue.png);
}		

#content ul.color li.white {
	background-image: url(/images/puce_white.png);
}
		
#content ul.color li.gray,
#content ul.color li.grey {
	background-image: url(/images/puce_gray.png);
}
		
#content ul.color li.black {
	background-image: url(/images/puce_black.png);
}
		
#content ul.color li.green {
	background-image: url(/images/puce_green.png);
}
		
#content ul.color li.yellow-and-black {
	background-image: url(/images/puce_yellow_black.png);
}
		
#content ul.color li.yellow-and-green {
	background-image: url(/images/puce_yellow_green.png);
}
		
#content ul.color li.white-and-red {
	background-image: url(/images/puce_white_red.png);
}
		
#content ul.color li.yellow-and-red {
	background-image: url(/images/puce_yellow_red.png);
}
		
#content ul.color li.white-and-yellow {
	background-image: url(/images/puce_white_yellow.png);
}
		
#content ul.color li.blue-and-red {
	background-image: url(/images/puce_blue_red.png);
}
		




/*******************************************************************************

  Page d'accueil

*******************************************************************************/
#home {
	margin: 580px 0 0 60px;
	width: 707px;
	color: #606060;
	text-align: justify;
}

#home-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-menu a {
	position: absolute;
	display: block;
	width: 141px;
	background: url(/images/home_menu.png);
	color: black;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}

#home-menu a:hover {
	background-position: 0 -21px;
}

#home-menu a.high {
	background: url(/images/home_menu_high.png);
	line-height: 15px;
	padding: 2px 0 3px 0;
}

#home-menu a.high:hover {
	background-position: 0 -35px;  
}

#home-menu a.family1 {
	top: 482px;
	left: 269px;
}

#home-menu a.family2 {
	top: 131px;
	left: 496px;
}

#home-menu a.family3 {
	top: 155px;
	left: 708px;
}

#home-menu a.family4 {
	top: 469px;
	left: 586px;
}

#home-menu a.family5 {
	top: 496px;
	left: 768px;
}


/*******************************************************************************

  Catalogue

*******************************************************************************/

/* Catégorie
------------------------------------------------------------------------------*/
div.catalogue-category {
	position: relative;
}

div.catalogue-category p.category-image {
	position: absolute;
	top: 3px;	
	right: 24px;
	margin: 0;
	padding: 0;
}

div.catalogue-category span.rows-infos {
	line-height: normal;
        font-size: 0.65em;
	font-weight: normal;
}

div.catalogue-category div.category-description {
	margin: 0 -12px 12px -12px;
	padding: 12px;	
	height: 45px;
	background: url(/images/background4.jpg) no-repeat top right;
	border-bottom: 3px solid #f7c604;
}

div.catalogue-category div.category-description p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

div.catalogue-category div.subcategories-list {
	margin: 0 -12px -12px -12px;
	padding: 12px;
	min-height: 400px;
	background: #f2e4ac;	
}

div.catalogue-category ul.subcategories-list {
	margin: 0;
	padding: 0;
	list-style: none;	
}

div.catalogue-category li.subcategory {
	position: relative;
	margin-bottom: 12px;
	padding: 12px;
	height: 80px;
	background: white url(/images/background5.jpg) no-repeat right top;
	border: 1px solid #f7c604;		
}

div.catalogue-category li.subcategory h3 {
        position: absolute;
        top: 43px;
        left: 100px;
        margin: 0;
	padding: 0;
	font-size: 1.2em;
}

div.catalogue-category p.subcategory-image {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div.catalogue-category div.subcategory-description p {
	margin: 0;
	padding: 0;
}

div.catalogue-category div.products-list {
	margin: 0 -12px -12px -12px;
	padding: 12px 0 0 12px;
	min-height: 400px;
	background: #f2e4ac;
}

div.catalogue-category ul.products-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.catalogue-category li.product {
	float: left;
	margin: 0 12px 12px 0;
	width: 133px;	
	background: white;
	border: 1px solid #f7c604;	
}

div.catalogue-category li.product h3 {
	position: relative;
	top: 133px;
	margin: 0;
	padding: .5em 0;
	height: 3em;
	overflow: hidden;
  background: #ffd533;	
	font-size: .9em;
	line-height: 1.2em;
	text-align: center;
}

div.catalogue-category li.product h3 a {
	color: black;
	text-decoration: none;
}

div.catalogue-category li.product h3 a:hover {
	text-decoration: underline;
}

div.catalogue-category p.product-image {
	position: relative;
	top: -3.90em;
	margin: 0;
	padding: 0;
	height: 133px;
	font-size: .9em;
}

div.catalogue-category p.product-reference {
	margin: 0;
	padding: 6px;
  background: #ffd533;
	text-align: center;
}

/* Produit
------------------------------------------------------------------------------*/
div.product-detail {
	position: relative;
}

div.product-detail p.product-reference {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 36px;	
}

div.product-detail div.image {
  float: left;
  width: 300px;
  height: 300px;
  margin: 40px 0 0 -12px;
  position: relative;
}

#carousel {
  float: left;
  width: 300px;
  height: 364px;
  margin: 12px 0 12px -12px;
  position: relative;
}

#carousel .container {
  float:left;  
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#carousel ul li {
  width: 300px;
  height: 300px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(/images/carousel_previous.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 0 63px;
}

#carousel .previous_button_over {
  background: url(/images/carousel_previous_over.png);
}

#carousel .previous_button_disabled {
  background: url(/images/carousel_previous_disabled.png);
  cursor: default;
}

#carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(/images/carousel_next.png);
  display:inline;
  margin-left: 63px;
  cursor: pointer;
}

#carousel .next_button_over {
  background: url(/images/carousel_next_over.png);
}

#carousel .next_button_disabled {
  background: url(/images/carousel_next_disabled.png);
  cursor: default;
}

div.product-detail div.product-text {
	float: right;
	padding-left: 12px;
	width: 275px;
	min-height: 409px;
	border-left: 1px solid #f7c604;
}