/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: Helvetica, Arial, sans-serif, "Helvetica Neue";
	font-size:12px;
	line-height:1.1em;
	font-weight: bold;
	background-color: #fff;
}
		
* { margin: 0; padding: 0; }

* a:hover, * a:active{	outline:none;}	

img{border:0}


#wrapper {
    width: 960px;
	background-color:#fff;
    margin: 0 auto;
	z-index:2;}

#slider {
    width: 850px;
    margin: 0 auto;
    position: relative;}





/* polices */


h1 {
	font-size:1.3em;
	line-height: 1.1em;
	color: #ff8a00;
			}


h2 {
	font-size:0em;
	color: #FFFFFF;
			}

.coda-nav{
	letter-spacing: 0.4em;
	font-weight: normal;
	cursor: default;
			}

#services {
	color: #A5A5A5;
	font-weight: normal;
	line-height: 1.6em;
			}

#baseline {
	color: #E7E7E7;
	text-align: center;
	font-weight: normal;
			}
			
#gmap {
	color: #000;

			}
			
			
/* layout */
.logo {
	position:relative;
	left:480px;
	top:5px;
	width:450px;
	height:111px;
}




.portrait {
	position:absolute;
	left:489px;
	top:104px;
	width:471px;    
	height:462px;
}

.txt-apropo {
	position:absolute;
	left:70px;
	top:320px;
	width:280px;
	height:426px;
}

.txt-id {
	position:absolute;
	left:1030px;
	top:260px;
	width:270px;
	height:426px;
}

.txt-ed {
	position:absolute;
	left:1330px;
	top:300px;
	width:270px;
	height:426px;
}

.txt-web {
	position:absolute;
	left:1630px;
	top:300px;
	width:270px;
	height:426px;
}

.txt-folio {
	position:absolute;
	left:1990px;
	top:430px;
	width:220px;
	height:426px;
}

.txt-ct {
	position:absolute;
	left:3600px;
	top:300px;
	width:260px;
	height:426px;
}


.visio {
	position:absolute;
	left:2310px;
	top:150px;
	width:550px;
	height:400px;
}

.timbre {
	position:absolute;
	left:2980px;
	top:200px;
	width:513px;
	height:323px;
}


/* CONFIGURATION CODA-SLIDER */

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }




/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	padding: 0px 0;
}
	.coda-slider { background: #FFF }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px;height:560px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #ff8a00 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #fff; color: #000; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	