/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #504F42;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#art-page-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 150px;
	
}

#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:23px;
	min-height:23px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 34px;
	height: 34px;
	background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 17px, 17px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-color: #FFFFFF;
}


.art-Sheet
{
	margin-top: -8px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 984px;
	height: 180px;
}


div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 984px;
	height: 180px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo {
	display:block;
	position:absolute;
	right:1em;
	top:145px;
	height:30px;
}
.art-Logo input{
	width:3em;
	text-align:right;
	
}
.art-Logo .submit{
	width:auto!important;
	font-size:1em;
	border:1px solid #000;
	background:#ddd;
	text-align:center!important;
	width:100px;
	height:25px;
}


.art-Logo-text
{
	font-size:1.2em;
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
font-family: Arial, Helvetica, Sans-Serif;
letter-spacing: 0px;
text-transform: none;
font-variant: normal;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
}
/* end Logo */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 984px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 9px;
	margin-bottom: 5px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-size:13px;
font-weight: bold;
letter-spacing: 0px;
text-transform: none;
font-variant: normal;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:5px;
}

.art-BlockHeader .r
{ 
	width:984px;
	right:0;
	clip: rect(auto, auto, auto, 979px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 3px 1px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 10px;
	height: 10px;
	background-image: url('images/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('images/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('images/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #E0E0E0;
}


.art-BlockContent-body
{
	color:#4F8C54;
}

.art-BlockContent-body a
{
	color:#000!important;
	text-decoration:none!important;
	padding:0.5em 1em;
	display:block;
	font-weight:normal;
	letter-spacing:normal!important;
	border-bottom:1px dashed #fff;
}



.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a#actif
{
	color: #49834E;
		background:#fff!important;

font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #000000;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
margin-left: 12px;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 0 15px 0;
	margin-bottom:2em;
}



.art-Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #A3A38F;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostMetadata */
.art-PostMetadataHeader
{
	padding:1px;
	background-color: #FFFFFF;
}
/* end PostMetadata */

/* begin PostHeaderIcon */
.art-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: left;
margin-top: 12px;
margin-bottom: 8px;
	color: #2E5231;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: left;
margin-top: 12px;
margin-bottom: 8px;
	margin:0;
	color: #2E5231;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #37623B;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #545445;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
text-align: left;
  color: #76B27B;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size:0.9em;
-font-size:14px;

font-style: normal;
font-weight: normal;
  color: #141414;

  }


.art-PostContent p 
{
	margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
  color: #141414;
}

.art-PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #407244;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #376000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #376000;
  
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #76B27B;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 22px;
text-align: left;
  color: #142416;
  margin-bottom:1em;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 1.2em;
font-weight:normal;
text-align: left;
  color: #376000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-align: left;
font-size:1.2em;
  color: #626250;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 14px;
text-align: left;
  color: #0F1A10;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-align: left;
  color: #0F1A10;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-align: left;
  color: #0F1A10;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #141414;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
text-align: left;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 14px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:14px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
	color:#0A0A0A;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#97C49A;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .art-button-wrapper
{
	display:block;
	float:left;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #EFF6EF !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #EFEFEB !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:14px;
}

.art-button-wrapper .r
{
	width:417px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 984px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 984px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 30px;
    cursor: default;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#C8E0CA;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #8DBF91;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #AFAE9D;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #CEE3D0;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#24241E;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#8F8F8F;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 245px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 737px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 982px;
}
/* end LayoutCell */
.show	{
	border:1px solid #000; margin:1em;
}
/*dernier élémément de menu*/
.last {border-bottom:none!important;}

/* contenu */
.description{
	
	padding:0.5em 0 0;
	
}



/* page recherche*/
.chercher_encore{
	border:1px solid #ccc;
		padding:0.5em;
}
.chercher_encore input{
	text-align:right;
}



#recherche {
	margin:0 2em 1em 0 ;
	line-height:2em;
	color: #000;
	text-align:right;
}
	#recherche input{
		text-align:right;
	}
	#recherche .submit{
		color:#2E5600;
		margin-left:4em;
	}
#votre_demande{
	border:1px solid #ccc;
	background:#eee;
	padding:0.5em;
}
	#votre_demande #total{
		float:right;
	}
	
	
	

/*template detail_rampe.tpl.html*/

.detail_rampe{
	
	border-bottom:3px solid #ccc;
	margin-bottom:1em;

}
#detail .detail_rampe{
	border:none!important;
}
	.detail_rampe .avertissement{
		color:red;
	
	}
	.detail_rampe .photos{
		
		padding-right:1em!important;
	}
	.detail_rampe .photos img{
		border:1px solid #000;
		margin:0 0.5em 0.5em 0;
	}
	.detail_rampe .cocher_comparer a{
		text-decoration:none;
		color: #000;
		cursor:hand;
	}
	.detail_rampe .cocher_comparer a:hover{
		color:#376000;
	}
	.detail_rampe .cocher_comparer img{
		border:none!important;
	}
		.detail_rampe .comparer{
			margin-top:0.5em;
			margin-left:5px;
		}
	.detail_rampe ul{
		margin-top:0;
		font-weight:bold;
	}
	.donnees, .options{
		width:360px;
		float:right;
		padding-left:0;
		margin-bottom:2em;
		/*border-left:1px solid #000;*/
	}
	/* dans la page de commande */
	/* ETAPE 1 : les rampes */
	.options{
		border-left:1px solid #000;
		width:320px;
		padding-left:1em;
	}
	.options .prix_htva{
		font-size:1.2em;
		font-weight:bold;
	}
	.options .livraison{
		margin:1em 0;
		border:1px solid #ccc;
		padding:0.5em 1em;
		line-height:1.5em;
	}
	.options .titre{
			font-weight:bold;
			color:#376000;
			margin-bottom:1em;
		}
	.resume img{
		border:1px solid #000;
		margin-top:1em;
	}
	.donnees .intitule, .resume .intitule{
		color:#376000;
		font-weight:normal!important;
	}
	.donnees .tarif{
		border:2px solid #ccc;
		padding:0.7em;
		font-size:1.2em;
		margin: 0 0 1em 25px;
		text-align:center;
		background:#eee;
		
	}
	
	.detail_rampe .htva, .detail_rampe .tvac, .detail_rampe .prix_tvac {
		font-size:0.6em;
	}
	.detail_rampe .prix_htva{
		color:#376000;
		font-weight:bold;
	}
	.donnees .donnee_importante{
		color:#900;	
	}
	.detail_rampe .reference{
		color:#000;
	}
	#afficher{
		display:none; font-weight:bold;
	}
	
	/*ETAPE 2 : Les coordonnées */
	#form_coordonnees{
		border:1px solid #ccc;
	}
	#form_coordonnees .entete{
		background:#376000;
		
		color:#fff;
	}
	#form_coordonnees td{
		padding:0.2em;
	}
	.resultat_tva{
		font-weight:normal; font-style:italic;
	}
	/*ETAPE 3 : récapitulatif */
	.recapitulatif{
		border:1px solid #ccc;
		width:100%;
	}
	.recapitulatif td{
		padding:0.5em;
	}
	.recapitulatif .prix{
		text-align:right;
	}
	.recapitulatif .total td{
		background:#666;
		color:#fff;
		font-size:1.2em;
	}
	.bt_confirmer{
		background:#376000;
		color: #fff;
		margin-left:2em;
		border:1px solid #000;
		padding:0.5em 1em;
	}
	/*ETAPE 4 : Paiement*/
	.banque{
		border:1px solid #900;
		font-size:1.2em;
		text-align:right;
			background:#eee;

	
	}
	
/*page comparatif, tableau*/
.bt_comparer{
	background:transparent url(images/struct/comparer_rampes.gif);
	width:100px;
	height:25px;
	border:none;
	margin:-0.5em 0 0.5em 5px;
	
}
.detail_rampes{
	border-collapse:collapse;	
}
	
	.detail_rampes .retour{
		border-top:none;
		
	}
	.detail_rampes .retour img{
		border:none!important;
	
	}
	.ligne_photos td{
		border-left:none!important;
		border-top:1px solid #ccc;
		text-align:center;
	}
	.ligne_photos img{
		border:1px solid #ccc;
	}
	.detail_rampes .bt_commander{
		border:none;
		margin-top:0.5em;
	}
	
/*affichage tableau */
.table_rampes {
	border : 1px solid #ccc;
	margin:1em 0 1em 0;
	width:100%;
	border-collapse:collapse;
}
.table_rampes td, .detail_rampes td{
	padding:0.2em;
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
	.ligne_tri td{
		padding:0.2em;
		text-align:center;
	}
	.vs	{
		padding:0!important;
	}
	.ligne1	{
		background:#fff;
	}
	.ligne_promo2,.ligne_promo1 {
		background:#ffd;
		
	}
	.ligne2	{
		background:#eee;
	}
	.table_rampes .entete{
		background:#376000;
		color:#fff;
		text-align:center;

	}
	.table_rampes .entete a{
		color:#fff!important;
		text-decoration:none;
	}
	.table_rampes .comparer{
		padding:0.2em;
		text-align:center;
	
	}
	.rampe_commander{
		width:100px;
		border-left:none!important;
	}
	.rampe_commander img{
		border:none;
	}
	.rampe_detail, .rampe_commander{
		text-align:center;
		padding:0.1em 0!important;
		}
		
	.rampe_detail {
		border-left:none!important;
		border-right:none!important;
	}
	.rampe_detail img{
		border:none;
	}
	.rampe_ref, .rampe_ref a{
		color:#356200;
	}
	.rampe_ref a:hover{
		color:#000;
	}
	
	.rampe_long{
		font-weight:bold; 
		text-align:right;
	}
	.rampe_charge_moy{
		font-weight:bold;
	}
	.rampe_charge_min, .rampe_charge_moy, .rampe_charge_max{
		text-align:right;
	}
	.rampe_entraxe, .rampe_haut_cote, .rampe_larg_ext{
		font-weight:normal!important;
		color:#666;
		font-size:0.8em;
	}
	.rampe_larg{
		text-align:center;
		text-align:right;
	}
	.rampe_poids {
		text-align:right;
		padding-right:0.5em;
	}
	.rampe_htva{
		color:#036;
		text-align:right;
	}
	.rampe_tvac{
		color:#356200;
		font-size:1.1em;
		text-align:right;
	}
	.rampe_tarif, .prix_ancien{
	text-align:right;
	text-decoration:line-through;	
	}
/* Filtre sur les séries */
.series_rampes{
	margin:1em 0;
}	
	.series_rampes a{
		border:1px solid #ccc;
		padding:0 0.1em;
		margin:0.2em 0.2em 0.2em 0;
		line-height:1.5em;
		text-decoration:none!important;
	}
	.series_rampes a:hover, 
	.series_rampes a.serie_active{
		background:#376000;
		color:#fff;
	}
/* page commande : rampes_commande.tpl.html */
#changer_tete, #changer_fixation, #sans_rebords{
	margin : 1em 0;
}
#changer_fixation img{
	border:1px solid #ccc;
	margin-bottom : 0.5em;
}
#changer_fixation .puce{
	border:none;
	margin:0;
}
.resume .avertissement{
	margin:0 1em;
}
.options{
	float:right;
}



.avertissement, .exemple{
	font-style:italic;
}
.avertissement{
	color:#376000;
}
.changer_vue{
	float:right;
}
#message{
	color:#900;
	font-weight:bold;
	border:1px solid #900;
	padding:0.5em;
	margin:1em 0;
	background:#eee;
	line-height:1.5em;
}
/* page comment choisir ?*/
.hauteurs_rampes{
	border:1px solid #000;
	border-collapse:collapse;

}
.hauteurs_rampes td{
	text-align:right;
	padding:0.2em 0.5em;
	border:1px solid #ccc;
	
}
.hauteurs_rampes .entete{
	background:#376000;
	color:#fff;
}
.tetes, .fixations{
	width:100%;
	font-weight:bold;
}
.fixations img{
	border:1px solid #ccc;
	margin:0.5em 1em 0.5em 0;
}
/* page contacter */
#coordonnees, .table_contact{
	border:1px solid #ccc;
	width:100%;
}
#coordonnees td{
	padding: 1em 2em;
}
.table_contact td{
	padding:0.2em;
}
.table_contact .entete{
	background:#376000;
	color:#fff;
}
.table_contact .entete td{
	padding:0.4em;
}
.vacances{
	background:#ffe; border:1px solid #900; padding:1em; margin:0.5em 0;
}
.info_livraison{
	font-size:0.8em; color:#376000; margin-top:5px;
}

