a{
	color: red;
	text-decoration: underline;
}
a.compte{
	color: #1345b6;
	text-decoration: none;
}
 a.compte:a, a.compte:link, a.compte:visted, a.compte:active, a.compte:vlink {
	color: #1345b6;
	text-decoration: none;
}
a.compte:hover {
	color: #1345b6;
	text-decoration: underline;
}

body {
background-color: #ededed;
	/*background: url(../images/bg_top.jpg) #EDF6FF 0 0 repeat-x;*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header #compte {
	float: left;
	font-size: 90%;
	height: 22px;
	line-height: 16px;
	margin-left: 778px;
	margin-top: 32px;
	position: absolute;
	text-align: center;
	width: 311px;
	left: -111px;
	top: -26px;
}

.header #container {
	height: 91px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1004px;
	background: url(../images/dstokhead.jpg) #fff 0 0 no-repeat;

}

.header #logo {
	float: left;
	height: 74px;
	margin-left: 0px;
	margin-top: 10px;
	position: absolute;
	width: 226px;
	left: 15px;
	top: 1px;
}

.header #navigation{
	margin: 0 auto;
	background-image: url(../images/bg_navbar.gif);
	height: 36px;
	width: 973px;

}
.header #cherchez{
	margin: 0 auto;
background-image: url(../images/cherchez_bg.jpg);
	height: 34px;
	width: 973px;
	text-align:left;
}
.header #spacehead {
	padding: 0;

}
.header #maincontent {
	padding: 0;
	height: 96px;
}
.header #motor{
	background: url(../images/bgleftmotor.jpg) #fff 0 0 no-repeat;
	padding: 0;
	line-height: 40px;
	float: left;
	height: 40px;
	position: absolute;
	width:300px;
	left: 361px;
	top: 37px;
}
.header #prospect{
background-color: #E8FC9D;
	padding: 0 6px;
	line-height: 13px;
	float: left;
	height: 13px;
	margin-left: 360px;
	margin-top: 18px;
	position: absolute;
	color:#596E16;
	font-size: 9px;
}
.header #panier{
	background-image: url(../images/homepanier.jpg);
	padding: 0;
	line-height: 50px;
	float: left;
	width: 190px;
	height: 50px;
	margin-left: 761px;
	margin-top: 0px;
	position: absolute;
	color:#000;
	font-size: 11px;
	left: 10px;
	top: 34px;
}
a.panier{
	color: #000;
	text-decoration: none;
}
 a.panier:a, a.panier:link, a.panier:visted, a.panier:active, a.panier:vlink {
	color: #000;
	text-decoration: none;
}
a.panier:hover {
	color: #000;
	text-decoration: underline;
}
/************ main section of site ******************/
.main #container2 { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid red;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 ;
	background: url(../images/dstokcontainer.gif) #fff 0 0;	
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 9px;
		/*border: 1px solid blue;*/
}
.main #sidebar1 img{
padding: 0 0 10px 0;
}
.main #mainContent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	/*border: 1px solid green;*/
	text-align: left;
	
} 

.slide #container3 { 
width: 994px;
   margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid red;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.slide #sidebar13 {
	float: left; /* since this element is floated, a width must be given */
	width: 618px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
   padding: 0px;
	/*border: 1px solid blue;*/
}
.slide #mainContent3 { 
	margin-left: 628px;
	padding: 0; 
	/*border: 1px solid red;*/
}


.product #container4 { 
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid red;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 0 0 0;
	position: relative;
}
.product #sidebar14 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px 0 0;
}
.product #sidebar14 img{
padding-bottom:10px;
}
.product #mainContent4 { 
	margin: 0  0 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*border: 1px solid blue;*/
	position:relative;
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.catalogue #container6 { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid red;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px;
	position: relative;
}
.productbox #container5 {
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C0C0C0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	position:relative;
	margin-right:9px;
	height:250px;
}
.productbox #mainContent5 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 1px solid aqua;*/
	
	}
	.productbox #mainContent5 h2 {
	background: url(../images/headerbg.jpg) #1345b6 0 0 no-repeat;
	/*background-color:#1345b6;*/
	line-height:26px;
	display: block;
	color:#fff;
	font-weight: bold;
	font-size:12px;
	margin:0;
	padding-left : 10px;
	}

	.productbox #mainContent5 .description {
	background-color: transparent;
	font-weight: normal;
	font-size:11px;
	margin:0;
	padding : 0 4px 0 8px;
	}
	.productbox #mainContent5 .description h3 {
	background-color: transparent;
	line-height:26px;
	display: block;
	color:#1345b6;
	font-weight: bold;
	font-size:12px;
	margin:0;
	}
a.item{
	color: #1345b6;
	text-decoration: none;
}
 a.item:a, a.item:link, a.item:visted, a.item:active, a.item:vlink {
	color: #1345b6;
	text-decoration: none;
}
a.item:hover {
	color: #1345b6;
	text-decoration: underline;
}
	.productbox #mainContent5 .description .prix {
	background-color: transparent;
	color:Red;
	font-weight: bold;
	font-size:14px;
padding :8px 0 8px 8px;
position: relative;
	}

	.productbox #mainContent5 .description .prix .acheter{
	position: absolute;
	top:4px;
	left:136px;
	}
	.description .short{
		height:42px;
	}
	.navlist{
	position: relative;

	}
	.navlist span{
	display: block;
	line-height:14px;
	padding-left:10px;
	background: url(../images/green_bullet.gif) 0 50% no-repeat;
	font-size: 11px;
	letter-spacing: -1px;

	}
	.navlist .gamme{
	position: absolute;
	top:112px;
	left:50px;
	font-size: 12px;
	font-weight: bold;
	padding-right:20px;
	background: url(../images/gamme_fleche.gif) 96% 50% no-repeat;
	display: block;
	width: 107px;
		text-align: right;
	}
.footerbar{
	height:33px;
	line-height:33px;
	background: url(../images/dstokcontainer.gif) #fff 0 0;	
	position: relative;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width:1004px;
	margin: 0 auto;
	text-align: center;	
}
a.footermenu{
	color: #333;
	text-decoration: none;
	padding:0 10px;
}
 a.footermenu:a, a.footermenu:link, a.footermenu:visted, a.footermenu:active, a.footermenu:vlink {
	color: #333;
	text-decoration: none;
		padding:0 10px;
}
a.footermenu:hover {
	color: #999;
	text-decoration: underline;
		padding:0 10px;
}
.bottombar{
	height:33px;
	line-height:33px;
	background: url(../images/dstokcontainer.gif) #fff 0 0;	
	position: relative;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	width:1004px;
	margin: 0 auto;
	margin-bottom:30px;
	text-align: center;	
}
.artgroupe{
	position: absolute;
	top:10px;
	left:920px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.catblock #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.catblock #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.catblock #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 10px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.fiche_charac{
	color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 2px;
}

.fiche_dstock_prix{
	background-image: url(../images/bg_prix.gif);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	padding-left: 26px;
}

.fiche_texte{
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 8px;
}
.generalcontent{
   background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	border-left: solid 1px #0AA124;
	border-right: solid 1px #0AA124;
}
.cgvhead{
	color: #E61F2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cgvtext{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.cgvnav{
background-color: #B0B0B0;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: solid 1px #CFCFCF;
	height: 19px;
}
a.cgvtop {	background: transparent; color: #FFFFFF; text-decoration: none;}
a.cgvtop:link { background: transparent; color: #FFFFFF; text-decoration: none;}
a.cgvtop:visited { background: transparent; color: #FFFFFF; text-decoration: none;}
a.cgvtop:active { background: transparent; color: #FFFFFF; text-decoration: none;}
a.cgvtop:vlink { background: transparent; color: #FFFFFF; text-decoration: none;}
a.cgvtop:hover {	background: transparent; color: #FFFFFF; text-decoration: underline;}
a.cgvtop:focus { background: transparent; color: #FFFFFF; text-decoration: none;}
.panier_table{
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	text-align: center;
}

.panier_table2{
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	color: #2B3394;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-top: 2px;
	text-align: left;
	text-align: left;
}

.panier_table3{
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	color: #2B3394;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-top: 2px;
	text-align: left;
	text-align: left;
}
#prix_barre_devises_liste_produits{
	font-size:10px;
	width:100px;
	display: block
}
