@charset "utf-8";
/* CSS Document */

.cloud
{
	position:relative; 
}

#cloud1 {
	left:50%;
	margin-left:-347px;
	top:120px;	
}
#cloud3
{
	left:0;
	margin-left:0px;
	top:0px;
	}	

#scrollCloudsContainer
{
	/*position:fixed;*/
}

/* RESET */

:link, :visited, :focus, a {
	text-decoration:none;
	outline:none;
}
a:link { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
ul, ol {
	list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code, kbd, input, select, textarea, table {
	font-size: 1em;
}
dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div, p, blockquote, fieldset, legend, input, select, textarea {
	margin:0;
	padding:0
}
a img, :link img, :visited img, abbr, acronym, fieldset, iframe {
	border:0;
}
address, abbr, cite {
	font-style:normal
}
caption {
	text-align:left;
}
table, td {
padding:0;
}
q:before, q:after {
	content:'';
}

/* CENTRE DE REMISE EN FORME */

H2 {
 background: url('img/titles.png') no-repeat left 0px;
 height: 110px;
 margin-top: 40px;
 text-indent: -9999px;
}

h3 {
	font-size:1.35em
}


/* STRUCTURE */

body {
	background: #1c7196 url('img/bg.png') no-repeat center top;
	color: #FFF;
	font-family: Arial;
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0;
    padding-top: 100px;
}

#content {
    min-height: 1500px;
    position: relative;
}

#menu {
	color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

	#menu ul {
	text-align: center;
	}

	#menu li {
	background: transparent url('img/sep.png') no-repeat right center;
	display: inline;
	}
	
		#menu li:last-child {
		background: none;
		position: relative;
		}
		
	
		.default a {
		background: url('img/menu.png') no-repeat left top;
		color: #FFF;
		display: inline-block;
		margin: 16px 25px 5px 10px;
		text-indent: -9999px;
		}
		
		.fixed a {
		background: url("img/menu.png") no-repeat scroll left top transparent;
	    color: #FFFFFF;
	    display: inline-block;
	    margin: 8px 25px 0px 10px;
	    opacity: 0.8;
	    padding: 0;
	    text-indent: -9999px;
		}
		
			.fixed a:hover {
			opacity: 1;
			}
			
		.default .cloudz,
		.default .fb {
		display: none;
		}		
		
		
		.cloudz {
		left: 50%;
	    margin-left: -520px;
	    position: absolute;
		}	
		
		.cloudz a {
		background: url('img/tiny-cloudz.png') no-repeat;
		height: 47px;
		margin-top: -4px;
		opacity: 1 !important;
		width: 150px;
		}
		
		.fb {
		background:none;
		height: 30px;
		left: 50%;
		margin-left: 400px;
		margin-top: -27px;
		position: absolute;
		width: 30px;
		z-index: 3000;
		}
		
		.fb a {
		background: url("img/facebook.png") no-repeat scroll 0 0;
	    display: block;
	    height: 32px;
	    margin: 0;
	    width: 32px;
		}
		
		a.actualite {
		background-position: 0 0;
		width: 106px;
		}
		
		a.expertise {
		background-position: -124px 0;
		width: 104px;	
		}
		
		a.references {
		background-position: -244px 0;
		width: 122px;
		}
		
		a.equipe {
		background-position: -398px 0;
		width: 70px;
		}
		
		a.contact {
		background-position: -486px 0;
		width: 88px;
		}
		
	.default {
	background: url("img/menu-bg.png") repeat scroll 0 0 transparent;
	font-size: 1.4em;
	height: 47px;
	margin-top: 260px;
	position: absolute;
	width: 850px;
	height: 50px;
	}
 
	.fixed {
	background: #0F455D;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	font-size: 1em;
	height: 25px;
	margin-top: 0;
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	z-index: 2000;
	}
	

.part {
	color: #FFF;
	margin: 0 auto -40px;
	width: 1020px;
}



	#intro {
		margin-top: 115px;
	}
	
		#intro h1 {
		text-align: center;
		}
	
	#presentation {
	margin-top: 250px;
	padding-bottom: 50px;
	}
	
		#presentation .screen {
		float: left;
		padding: 0 4px;
		text-align: left;
		width: 516px;
		}
		
		#presentation #slidesContainer {
		}
		
		#presentation #slidesContainer .slide {
		}
		
			#presentation .screen h3 {
			color: #95d8f5;
			font-weight: normal;
			line-height: 1.3em;
			margin-bottom: 1.3em;
			text-transform: uppercase;
			}
			
			#presentation .screen h3 strong {
			color: #FFF;
			font-size: 1.2em;
			}
		
		#presentation .before,
		#presentation .after {
		float: left;
		width: 248px;
		}
		
		.before a,
		.after a {
		background: transparent url('img/arrows.png') no-repeat left top;
		cursor: pointer;
		display: block;
		height: 43px;
		margin: 40px auto 0;
		opacity: 0.7;
		width: 43px;
		text-indent: -9999px;
		}
		
		.before a:hover,
		.after a:hover {
		opacity: 1;
		}
		
		.after a {
		background-position: -43px 0;
		}
		
		
		
	#news {
	clear: both;
	display: inline-block;
	padding-top: 48px;
	text-align: left;
	width: 1040px;
	}
	
		#news h3 {
		background: transparent url('img/news.png') no-repeat left top;
		height: 46px;
		margin-bottom: 20px;
		text-indent: -9999px;
		}
		
		#news li {
		float: left;
	    height: 300px;
	    margin-right: 40px;
	    overflow: hidden;
	    width: 220px;
		}
		
			#news li strong {
			text-transform: uppercase;
			}
			
			#news li p {
			font-size:0.9em;
			}
			
			#news li .time {
			color: #4c9ec3;
			font-weight: bold;
			}
			
			#news li a{
			display:block;
			color:#FFF;
			font-weight:bold;
			}
			
/* EXPERTISE */
			
	#expertise h2 {
	
	}
			
	#expertise ul {
	display: inline-block;
	margin-left: 200px;
	margin-top: 50px;
	}
	
		#expertise li {
		float: left;
	    margin-right: 70px;
	    width: 200px;
		}
		
		#expertise h3 {
		background: none repeat scroll 0 0 #0F455D;
	    border-radius: 8px 8px 8px 8px;
	    font-size: 1.2em;
	    padding: 12px;
	    text-transform: uppercase;
		}
		
			#expertise li p {
			font-size: 0.9em;
		    margin: 0 0 20px;
		    padding: 10px;
		    width: 180px;
			}
			
/* REFERENCES */

#references {
	position: relative;
	z-index: 10;
}
			
	#references h2 {
	background-position: 0 -110px;
	margin-bottom: 110px;
	}
			
	#references .screen {
	float: left;
	position: relative;
	text-align: left;
	width: 740px;
	}
	
		.screen .hider {
		display: none;
		position: absolute;
		}
		
		.screen .right {
		-moz-transform: rotate(180deg);			
		-webkit-transform: rotate(180deg);			
		-o-transform: rotate(180deg); 
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		right: -1px;
		top: 0;
		}
		
		.screen .hider img {
		height: 332px;
		width: 68px;
		}
	
	#references .before,
	#references .after {
	float: left;
	height: 200px;
	width: 140px;
	}
	
		#references #projet {
		clear: both;
		height: 250px;
		width: 860px;
		}
		
			#references #projet h3 {
			font-weight: normal;
			text-transform: uppercase;
			}
		
			#references #projet .type {
			color: #97dffe;
			display: none;
			text-transform: uppercase;
			}
			
			#references #projet .desc {
			font-size: 0.9em;
			line-height: 1.5em;
			margin: 15px 0 0px;
			}
			
			#references #projet a {
			background: #97dffe;
			color: #0f3e53;
			display: inline-block;
			margin: 20px 0 0;
			padding: 4px 6px;
			}
			
				#references #projet a:hover {
				background: #FFF;
				}
				
			#references .slide {
			height: 332px;
			position: relative;
			width: 700px;
			}
				
			#references .slide a {
			position: absolute;
			}
			
			#references #projet li {
			float: left;
			margin-right: 10px;
			}
			
			#references #projet ul a {
			border: 3px solid rgba(255,255,255,0.7);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			display: inline-block;
			padding: 0;
			}
			
				#references #projet ul a:hover {
				border: 3px solid rgba(255,255,255,1);	
				}
				
				
/* L'EQUIPE */

#equipe {
	position: relative;
	z-index: 100;
}
				
	#equipe H2 {
	background-position: 0 -220px;
	margin-bottom: 350px;
	}
	
		#equipe h3 {
		font-weight: normal;
		text-transform: uppercase;
		}
		
		#equipe #members {
		width: 100%;
		height: 200px;
		}
		
		#equipe .member {
		height: 400px;
		}
		
		#equipe .member img {
		border: 4px solid #FFFFFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		float: left;
		}
		
		#equipe .member .content {
		float: left;
		margin-left: 20px;
		}
			
/*			#guillaume {
			margin-left: 170px;
			}
			
			#sabine {
			margin-left: 368px;
			}
			
			#thomas {
			display: block;
			text-align: right;
			width: 400px;
			margin-left: 290px;
			}
			
			#matthieu {
			display: block;
		    text-align: right;
		    width: 400px;
			margin-left: 450px;
			}
			
			#mathieu {
			display: block;
			text-align: right;
			width: 400px;
			margin-left: 610px;
			}*/
		
		#equipe .post {
		background: none repeat scroll 0 0 #4DA8D0;
		color: #1C7196;
		display: inline-block;
		font-size: 0.9em;
		margin: 4px 0 10px;
		padding: 1px 8px;
		text-transform: uppercase;
		}
		
		#equipe .desc {
		color: #FFFFFF;
	    font-size: 1em;
	    font-weight: normal;
	    width: 400px;
		}
	
		.photos-team ul {
		text-align: center;
		}
		
		.photos-team li {
		display: inline-block;
		vertical-align: top;
		}
	
		.photos-team a.polaroid {
		background: url("img/polaroid.png") no-repeat scroll left top transparent;
		color: #333333;
		display: block;
		font-family: "Courier New", Courier, mono;
		height: 156px;
		margin: 100px 0px 0;
		padding: 50px 0 0 12px;
		position: relative;
		text-align: left;
		width: 137px;
		z-index: 300;
		}
		
			.photos-team a.one {
			margin-top: 104px;
			-moz-transform: rotate(-3deg);			
			-webkit-transform: rotate(-3deg);			
			-o-transform: rotate(-3deg); 
			-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
			display: block;
			height: 156px;
			width: 137px;
			z-index: 400;
			}
		
			.photos-team a.two {
			margin-top: 96px;
			-moz-transform: rotate(6deg);			
			-webkit-transform: rotate(6deg);			
			-o-transform: rotate(6deg); 
			-ms-transform: rotate(6deg);
			transform: rotate(6deg);
			}
			
			.photos-team a.three {
			margin-top: 82px;
			-moz-transform: rotate(-5deg);			
			-webkit-transform: rotate(-5deg);			
			-o-transform: rotate(-5deg); 
			-ms-transform: rotate(-5deg);
			transform: rotate(-5deg);
			}
			
			.photos-team a.four {
			margin-top: 63px;
			-moz-transform: rotate(-11deg);			
			-webkit-transform: rotate(-11deg);			
			-o-transform: rotate(-11deg); 
			-ms-transform: rotate(-11deg);
			transform: rotate(-11deg);
			}
			
			.photos-team a.five {
			margin-top: 52px;
			-moz-transform: rotate(-3deg);			
			-webkit-transform: rotate(-3deg);			
			-o-transform: rotate(-3deg); 
			-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
			}
			
			.photos-team a.six {
			margin-top: 34px;
			-moz-transform: rotate(5deg);			
			-webkit-transform: rotate(5deg);			
			-o-transform: rotate(5deg); 
			-ms-transform: rotate(5deg);
			transform: rotate(5deg);
			}
	
				
/* CONTACT */

#contact {
	padding-bottom: 160px;
}
				
	#contact H2 {
	background-position: 0 -330px;	
	}
	
		#contact p {
		font-size: 1.2em;
		}
	
		#contact p.mail {
		margin:60px 0 20px;
		}
		
			#contact p.mail a {
			background: #FFF;
			color: #1c7196;
			display: inline-block;
			padding: 4px 8px;
			}
			
		#contact p.tel {
		color: #b0e7ff;
		font-family: Georgia;
		font-style: italic;
		padding: 4px 0;
		}
		
			#contact p.tel strong {
			color: #FFF;
			font-weight: normal;
			}
			
		#contact .map {
		background: url("img/magnifier.jpg") no-repeat scroll left bottom transparent;
	    height: 116px;
	    margin-top: 15px;
		}
		
		#contact .map p {
		font-size: 1.4em;
	    line-height: 1.2em;
		}
		
		#contact .map a {
		color: #B0E7FF;
	    display: block;
	    font-size: 0.7em;
	    margin-top: 10px;
		}
	
/* CLOUDZ */
	
.cloud-intro {
	background: url("img/cloud-intro.png") no-repeat scroll left top transparent;
    height: 437px;
    left: 50%;
    margin-left: -349px;
    width: 698px;
}

.cloud1 {
	background: url('img/cloud1.png') no-repeat left top;
	height: 600px;
	width: 900px;
	top: 3000px;
}

.cloud2 {
	background: url('img/cloud2.png') no-repeat right top;
	height: 541px;
	opacity: 1;
	right: 0;
	top: 2400px;
	width: 577px;
}

.cloud3 {
	background: url('img/cloud2.png') no-repeat right top;
	height: 541px;
	opacity: 1;
	right: 0;
	top: 800px;
	width: 577px;
}

.cloud3bis {
	background: url('img/cloud3.png') no-repeat right top;
	height: 689px;
	opacity: 1;
	left: 0;
	top: 6870px;
	width: 785px;
	z-index: 1;
}

.cloud4 {
	background: url('img/cloud4.png') no-repeat right top;
	height: 1154px;
	opacity: 1;
	left: -100px;
	top: 1800px;
	width: 718px;
	z-index: 1;
}

.cloud5 {
	background: url('img/cloud5.png') no-repeat right top;
	height: 485px;
	left: 50%;
	margin-left: -395px;
	opacity: 0.4;
	right: 0;
	top: 3200px;
	width: 793px;
}

.photos-team {
	background: url('img/line.png') no-repeat center top;
	height: 485px;
	right: 0;
	top: 4900px;
	width: 100%;
	z-index: 1000;
}

.cloud6 {
	background: url('img/cloud6.png') no-repeat right top;
	height: 738px;
	opacity: 1;
	right: 0;
	top: 2400px;
	width: 795px;
	z-index: 0;
}

.cloud7 {
	background: url('img/cloud7.png') no-repeat right top;
	height: 476px;
	opacity: 1;
	right: 0;
	top: 1200px;
	width: 7125px;
	z-index: 0;
}

.plane {
	background: url('img/plane.png') no-repeat right top;
	height: 184px;
	opacity: 1;
	right: 450px;
	top: 5350px;
	width: 260px;
	z-index: 0;
}




