p.intro { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px; 
	padding: 20px 0 30px 0; 
	text-align: center; 
	width: 100% 
	}
p.liensBase, div#options p.liensBase {
	text-align:center;
	position:absolute;
	height:20px;
	top:300px;
	left:190px;
	font-size:12px;
	}
p#cross-links { 
	text-align: center 
	}
p#cross-links { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 30px; 
	padding-bottom: 30px 
	}
a:focus { 
	outline:none 
	}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;	
	}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px auto 0 400px;
	position: relative;
	width: 560px;
	padding-top:20px;
	}
.wrapper  {color:#857D6D;font-size:12px;poistion:relative;}
.wrapper label {color:#0E8294;width:150px;display:block; padding:4px 0 0 0; } 
.wrapper input {height:15px;width:250px;border:1px solid #c0c0c0;}	
.wrapper textarea {width:450px;border:1px solid #c0c0c0;}  
.wrapper dl {width:500px;display:block;position:static;height:1%;overflow:hidden;padding:3px 0 0 0;margin-bottom:15px;}
.wrapper dl dt, .wrapper label {font-size:14px;font-weight:bold;width:500px;color:#0e8294;}
.wrapper dl dd {height:21px;line-height:21px;margin:5px 5px 0 0 ;width:500px;}
.wrapper dl dd input {width:15px;height:15px;border:none;}  
.wrapper dl dd input.texte,.wrapper dl dd textarea {width:350px; border:1px solid #c0c0c0;}      
.wrapper #apl {position:absolute;display:block;top:10px; left:285px}
.wrapper #tal {position:absolute;display:block;top:29px; left:285px;width:200px;height:135px}
.wrapper p.premier {margin:15px 0 5px 0}
.wrapper p input.pec {width:20px;border:none;}
.wrapper #envoyerSurMesure {
position:absolute;top:270px;left:360px;width:129px;height:43px;background:url(../images/btnDevis.png);color:#efefef;font-weight:bold;cursor:pointer;border:none} 

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 520px;
	height: 330px;
	background: #fff;
	overflow: scroll
	}
.csw .loading {
	margin: 200px 0 320px 0; 
	text-align: center
	}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 5px solid #0E8294;
	border:10px solid #0E8294; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
	clear: both;
	background: #fff;
	}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; 
	top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; 
	// This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 500px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 26px; 
			font-weight: normal;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #eee3cc;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #aca69a }
		.stripNav li.tab2 a { background: #aca69a }
		.stripNav li.tab3 a { background: #aca69a } 
		
		.stripNav li a:hover {
			background: #c0c0c0;
		}
		
		.stripNav li a.current {
			background: #0e8294;
			color: #eee;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: -15px;
		}
		
		.stripNavR {
			right: -15px;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.png") no-repeat center;
		}
		
 
