		* { margin: 0; padding: 0; color: #7b7c7e; }
		
		body {
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		}
		
		p { text-align: left; margin: 0; line-height: 1.25em; }
		
		p.description {
		margin-left: 680px;
		/*text-align: left;
		font-size: 11px;
		float: right;
		position: absolute;
		padding: 0;
		margin: 0;
		right: 0;
		top: 0;
		border: 1px solid red;*/ }
		
		p.texte-courant {
		color: #7b7c7e;
		margin-bottom: 10px;
		}
		
		.float-left{
		/*border: solid 1px red;*/
		width: 40%;
		float:left;
		}
		
		/*
		p, ul { font-size: 13px; line-height: 1.4em }
		*/
		
		p a, li a { color: #39c; text-decoration: none }
		a.info { color: red; background-color: white; }
		
		h1#intro {
		color: #6e6f72;
		font-size: 21px;
		/*font-family: sans-serif, Helvetica;*/
		font-weight: normal;
		margin: 30px 0 0 0;
		padding: 0;
		line-height: 1.10em;
		}
		
		#metier {
		color:#019dda;
		/*font-size: 25px;
		font-family:"Times New Roman", Times, serif;
		font-style: italic;*/
		padding: 0;
		margin: 0;
		}
		
		p#cross-links { text-align: center; display:none; }
		
		p#cross-links { margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		/*h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }*/
		
		#global-container {
		/*font-family: Verdana, Arial;
		background: #ebebeb url("../images/body-bg.png") repeat-y center; */
		color: #000;
		width: 960px;
		margin: 30px auto 0;
		/*text-align: center;
		padding-bottom: 20px;*/
		}
		
		a#sticker {
		width: 115px;
		height: 115px;
		display: block;
		background-image: url("../images/sticker.gif");
		position: absolute;
		margin: 0 0 0 750px;
		text-indent: -9000px;
		padding: 0;
		z-index:5;
		}
		
		a:hover#sticker {
		width: 115px;
		height:115px;
		display: block;
		/* background-image: url("../images/sticker.gif");
		background-color: red;
		position: absolute;
		margin: 0 0 0 720px; */
		background-position: -116px 0;
		padding: 0;
		z-index:5;
		}
		
		.bold {
		font-weight: bold;
		}
		
		#header{
		/*text-align:left;
		padding-top: 20px;*/
		position: relative;
		
		}
		
		#header img {
		/*border:1px solid red;*/
		width: 165px;
		}
		
		#header #menu{
		position: absolute;
		top:45px;
		margin: 0 0 0 230px;
		}
		
		#header #menu li {
		float: left;
		text-decoration: none;
		list-style: none;
		/*padding: 5px;*/
		}
		
		#menu li a {
		/*color: #6e6f72;
		color:#303131;
		padding:0.3em 0.6em 0.3em 0.6em;
		margin-left: 10px;*/
		}
		
		#menu li a  {
		-moz-border-radius:10px;
		/*-moz-border-radius-bottomright:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;*/
		-webkit-border-radius:10px;
		margin-left: 5px;
		background-color:#FFF;
		color: #6e6f72;
		border:0 none;
		display:block;
		height:15px;
		line-height:100%;
		padding:5px 10px 3px 10px;
		}
		
		#menu li a:hover {
		/*color: #019dda;*/
		color:#FFF;
		/*background-color:#019dda;*/
		background-color:#53b1e3;
		}
		
		h2 {
		font-size: 1.3em;
		}
		
		h2.titre-du-projet {
		color:#019dda;
		font-family: sans-serif, Helvetica;
		font-weight: normal;
		/*font-variant: small-caps;
		float: right;
		width:280px; */
		margin: 0 0 5px 680px;
		padding: 0;
		}
		
		h2.titre-texte-courant {
		color:#019dda;
		font-size:15px;
		font-family: sans-serif, Helvetica;
		font-weight: normal;
		margin: 20px 0 5px 0;
		padding: 0;
		}

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 50px 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			/*position: relative;*/
			overflow: hidden; 
			/* border: 1px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			width: 860px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			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%;
			/*border: 1px solid red;
			position: relative;*/
			padding:0;
			width: 860px; /* 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;
			width:500px;
			border: 1px solid green;*/
		}
		
		
		
			
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.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: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 150px;
			text-indent: -9000em;
		}
		
		.stripNavL a {
			display: block;
			height: 40px;
			width: 40px;
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavL a:hover {
		background: url("../images/arrow-left-hover.gif") no-repeat center;
		}
		
		.stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		
		.stripNavR a:hover {
			background: url("../images/arrow-right-hover.gif") no-repeat center;
		}		

		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		/*
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		*/
		
		.visuel {
			width: 670px;
			height: 415px;
			float:left;
			margin-right: 20px;
			/*position: relative;
			border: 1px solid #000;
			background: url("../images/mac.gif");*/
		}
