/* CSS Document */
body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	
	list-style-position: outside;
	list-style-image: url(../images/puce/1.gif);
	text-align: center;
	
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #eee;
	scrollbar-shadow-color: #666;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #666;
	scrollbar-darkshadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	background-image:url(../images/fond/fond.jpg);	
}

/* H. le 2/02/09 News col Gauche */
div.n-bot  { width: 141px; margin: 8px 0 8px 0px;  background: url(../images/fond/n-bot.gif) left bottom no-repeat;  } 
div.n-top  { width: 129px; padding: 1px 6px 2px;  background: url(../images/fond/n-top.gif) left top no-repeat;  } 

/*  */ 
a#introButton    {
display: block; 
width: 165px;
height: 25px;
background: url(../images/bt/introButton.gif) left top no-repeat; 
text-indent: -5000px;
position:absolute;
top:76px;
left:423px; 
}

a#introButton:hover    { background: url(../images/bt/introButton2.gif) left top no-repeat  } 


a#introButton2    { 
background: url(../images/bt/fabricant.gif) left top no-repeat; 
display:block;
height:25px;
width:165px;
position:absolute;
text-indent:-5000px;
top:76px;
left:594px;
}
						
a#introButton2:hover    { background: url(../images/bt/fabricant2.gif) left top no-repeat  } 				

/* maintenance Helven 14/03/08 homepage */

p.baseline     { width: 765px; font: normal 9px arial; margin-top: 2px; margin-bottom: 2px; color: #666666   }
 
#encart-bot    { width: 387px; margin: 0 0 12px 0px;  background: url(../images/fond/encart-bot.gif) left bottom no-repeat;   } 
#encart-top    { width: 387px; padding: 12px 0 12px 0;  background: url(../images/fond/encart-top.gif) left top no-repeat;   } 
#encart-top p  { margin: 0 13px 4px 13px; color: #333333  } 
#encart-top p.contactLink    { text-align :right;   } 

/*  */


p {
	margin: 10px auto;
}

h1 {
	display: none;
}
h2 {
	font-size: 150%;
	color: #c31830;
	margin: 0;
	padding: 0;
	
	border-bottom: 1px dashed #c31830;
}
h3 {
	/*background-image: url(../images/puce/titre.gif);*/
	font-size: 150%;
}
h4 {
	font-size: 120%;
	color: #bf0721;	
}

p {
	/*line-height: 14px;*/
}

.title {
	color: #bf0721;
	font-weight: bold;
	text-transform: uppercase;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}

#menu-left li, #menu-right li {
	margin-left: -15px; /* (Pierrick: Ajout 2006/04/03) */
}
li.options a:link,
li.options a:visited,
li.options a:hover,
li.options a:active {
	color: #bf0721;
}

hr {
	/* Corrige bug des marges de HR sous IE */
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #999; /* Couleur sous IE */
	background-color: #999; /* Couleur sous Firefox */
	border: 0;
}
.dot {
	border-style: dotted;
}


a:link,
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}
#content a:hover,
#content a:active {
	color: #c31830;
	text-decoration: none;
}
a img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Gestion formulaires */
form {
	margin: 0;
}

fieldset  {
	border: 0px outset #666;
}

fieldset p label {
	margin: 0;
	padding: 2px;
}

fieldset p {
	margin: 0;
	padding: 2px;
}

select,
textarea,
input {
	margin-left: 1em;
	
	border: 1px outset #666;

	background-color: #fff;
	
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
}
legend {
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	color: #bf0721;
}

.piedForm {
	text-align: center;
	padding: 10px;
}

/*
#content .piedForm {
	text-align: center;
	padding: 10px;
}
*/

/* Fin gestion des formulaires */


table {
	width: 100%;
	
	border: 1px solid #ddd;
	border-collapse: collapse;
		
	font-size: 11px;
}
thead {
	background-color: #666;
	color: white;
}
td {
	padding: 5px;
}

.altern {
	background-color: #CBC9C9;
}

/* Gestion des blocs */
#intro,
#body,
#outro {
	display: table;
	background:#FFFFFF;
}

#main {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	text-align: left;
}

#intro {
    display:block;
    width: 765px;
    height: 113px;
    position:relative;
    /* pour centrage milieu de page */
    margin-left: auto;
    margin-right: auto;
    /* fin centrage */
    margin-bottom: 3px;
    background-image: url(../images/bandeau.jpg);
    background-repeat: no-repeat;
}


#intro h1 {
	display: none;
}

#form-search-top {
	width: 300px;
	margin-top: 25px;
	float: right;
	
	border: none;
	
	vertical-align: bottom;
}
#form-search-top form {
	vertical-align: bottom;
}
#form-search-top label {
	width: 80px; 
	float: left;
	display: inline;
	font-weight: bold;
}
#form-search-top input {
	display: inline;
}
#form-search-top input[type=image] {
	border: none;
}

#form-search-top p {
	display: inline;
}

#body {
	width: 765px;
	height: auto;
	
	margin-top: 0px;
	/* pour centrage milieu de page*/
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	/*fin centrage */
	padding: 0;
	display: block;
	overflow: visible;
	
	background-image: url(../images/fond/menu.gif);
	background-repeat: repeat-y;
}

#bodylight {
	width: 765px;
	height: auto;
	background:#FFFFFF;
	margin-top: 0px;
	/* pour centrage milieu de page*/
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	/*fin centrage */
	padding-left: 2px;
	display: block;
	overflow: visible;
	
}


/* Donne la même hauteur aux blocs */
#partleft,
#menu-left,
#content,
#menu-right {
	height: 100%;
	display: table-cell;
}

/* <!-- Contient #content et #menu-left --> */

#partleft {
	width: 610px;
	vertical-align: top;
}

#menu-left { /* DOIT FAIRE 180 PIX DE LARGEUR AU FINAL */
	width: 140px;
	height: auto;
	padding-left: 20px; /*20*/
	padding-right: 20px; /*20*/
	float: left;
	
	/*background-image: url(../images/fond/menu.gif);
	background-repeat: repeat-y;*/
}
#menu-left fieldset {
	border: none;
}
#espace_abonnes { /* C'EST LUI QUI CASSE TOUT */
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	
	background-image: url(../images/fond/fond_espace_abo.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#espace_abonnes label {
}

#espace_abonnes p {
	padding: 2px;
	margin: 0;
}

#espace_abonnes .piedForm input {
	border: 1 px solid black;
}

#aide {
	margin-top: 10px;
}

#calendrier {
	margin-top: 10px;
}

#calendrier ul li  {
	margin: 0;
	margin-left: -25px;
	padding: 0;	
}

#newsletter {
	margin-top: 10px;
}
#newsletter label {
	clear: both;
}
#newsletter p.piedForm {
	margin: 0;
}

/* BLOC CENTRAL */
#content { /* DOIT FAIRE 415 PIX DE LARGEUR AU FINAL */
	min-width: 315px;
	width: 385px; /*385*/
	height: auto;
	
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	
	vertical-align: top;
	font-size: 11px;	
   float: left; 	
	list-style-image: url(../images/puce/rectangle.gif);
}

#content h2 {
	margin: 0 0 6px 0;
}
#content label.lbleft {
	width: 150px; 
	float: left;
	display: inline;
}

#menuh {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menuh img {
	margin-left: -1px;
	margin-right: -1px;
}

.message {
	color: #A51807;
	font-weight: bold;
 	text-align: center;
}

#search-form {
	border: 1px solid  #999;
	padding: 10px;
	background-color: #ededed;
}
#search-form h3 {
	color: #c31830;
}
#search-form h3,
#search-form p {
	margin: 0;
	padding: 3px;
}
#search-form label {
	width: 95px;
	float: left;
	display: inline;
}

#search-form  p.ligne {
	border-bottom: 1px solid  #ddd;
}

#search-form .piedForm  {
 	text-align: center;
}

#search-form .piedForm input {
	/* border: px; */
}


.indic {
	list-style-image: url(../images/puce/2.gif);
}


#catalogue ul li.largmini  {
 	width: 290px;
}

.category-home {
	width: 100%;
	min-height: 120px; /*inefficace sous IE */
	
	border-style: solid;
	border-color: #f4d5da;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	
	font-size: 11px;
}
.category-titre {
	display: block;
}
.category-image {
	margin-right: 50px;
	float: left;
}
.category-children {
}
.category-more {
	text-align: right;
}

#calendar {
	border: 1px solid #666;	
}
#calendar ul {
}
#calendar ul li {
	margin: 0;
	padding: 12px 4px;
	/* list-style: none; */
	/* list-style-image: none; */		
}
#calendar ul li p {
	margin: 0;
	padding: 1px 0;		
}
#links {
	font-size: 12px;
}

#eval {
	border: 1px solid #ddd;
	padding:5px;
}
#eval p {
	margin: 0;
	padding: 3px;		
}
#eval fieldset p label {
	width: 80%;
	font-weight: normal;		
	text-align: left;
	margin: 0;
}


.subscriptions ul {
	margin: 0;
	padding: 0;
}
.subscriptions ul li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	
	display: block;

	margin: 0;
	padding: 0;
}
.subscriptions ul input {
	margin: 0;
	padding: 0;
	
	border: 0;
}


/* FIN BLOC CENTRAL */

/* MENU DROIT */
#menu-right { /* DOIT FAIRE 140 PIX DE LARGEUR AU FINAL */
	width: 126px; /* car margin de 2 X 1px causé par la bordure de 1px + padding de 2 X 6px des div internes*/
	
	float: right;
}

/*#menu-right h3, #menu-left h3 {
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 0;
}
#menu-right ul, #menu-left ul {
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
}*/


#menu-right div {
	/*width: 100%;*/
	
	padding-left: 6px;
	padding-right: 6px;
	
	border: 1px solid #666 ;
}

#edito {
	overflow: hidden;
}
#edito p {
	padding: 0;
}

#produits {
	overflow: hidden;
}


.descrip {
	font-weight: bold;
}

.detail-product {
	padding: 0 3px;
	clear: both;
}
.detail-product a:link,
.detail-product a:visited,
.detail-product a:hover,
.detail-product a:active {
	border: none;
}
.detail-product p.product-link a:link,
.detail-product p.product-link a:visited,
.detail-product p.product-link a:hover,
.detail-product p.product-link a:active {
	color: #cc0033;
	font-weight: bold;
}
.detail-product p.product-image {
	float: left;
	margin: 6px;
	border: 1px solid #ddd;
}
.detail-product hr {
}

.productimage img {
	border: 1px solid #ddd;
}

.top-category {
	overflow: hidden;
}
.top-category a:link,
.top-category a:visited,
.top-category a:hover,
.top-category a:active {
	color: #cc0033;
	font-weight: bold;
}
.top-image,
.top-product,
.top-prix {
	text-align: center;
}

#outro {
	width: 765px;
	height: auto;
	
	margin-top: 3px; /* léger décrochage */
	/* pour centrage milieu de page*/
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	/* fin centrage */
	
	background-color: #eee;
	
	text-align: center;
	
	clear: both;
}

.noborder {
	border: none;
}

/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */