/**************************************
 * GENERAL
 *************************************/		
 
body {
	background: #99afb1 url(../images/background.jpg) repeat-x;
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
	color: #00383d; }

h1, h2, h3, h4 {
	font-weight: normal;
	color: #0071bc;
	width: 100%;
	display: block;
	clear: both; }
	
	h1 { width: 1.8em; }
	h2 { width: 1.6em; }
	h3 { width: 1.4em; }
	h4 { width: 1.2em; }
	
	h1 a, h2 a, h3 a, h4 a {
		font-weight: normal;
		text-decoration: none;
		color: #0071bc; }
		
a { 
	color: #0071bc;
	text-decoration: none; }
	
label {
	float: left;
	display: block;
	clear: none;
	width: 120px;
	margin-right: 10px;
	line-height: 1.8em;
	text-align: right; }
	
	label em { color: red; }
	label em.no-required { visibility: hidden; }
	
input, textarea, select {
	background: #edf1f2;
	border: 1px solid #edf1f2;
	color: #808787;
	padding: 3px;
	font-size: 1em;
	width: 65%; }
	
	select { width: 67%; }
	
form p { margin-bottom: 5px; }

#container { font-size: 1em; }

	#container h2, #container h3, #container h4, #container h5 { width: 100%; }
	
	
/**************************************
 * INTRO
 *************************************/		
 
#intro { }


/* HEADER */
#header { height: 172px; }
	
	#header h1 {
		width: 128px;
		height: 172px; }
	
		#header h1 a {
			display: block;
			width: 128px;
			height: 172px;
			background: transparent url(../images/logo.jpg) no-repeat;
			text-indent: -9000em; }
				
/* NAVIGATION */	
#navigation ul {}

	#navigation li { 
		margin-right: 3px;
		float: left; }
	
		#navigation li a {
			position: relative;
			clear: both;
			height: 148px;
			width: 120px;
			color: #fff;
			font-size: .95em;
			text-decoration: none;
			display: block; }
		
			#navigation li#nav_qui a { width: 130px; }
		
			#navigation li a strong {
				position: absolute;
				left: 0;
				font-weight: normal;
				display: block;
				width: 120px;
				text-align: center;
				bottom: 5px; }
				
				#navigation li#nav_qui a strong { width: 130px; }
		
			#navigation li a span {
				position: absolute;
				display: none;
				right: 10px;
				bottom: 35px;
				width: 70%;
				color: #00383d;
				font-size: .95em;
				line-height: 1.9em;
				text-transform: uppercase;
				text-align: right; }
				
		#navigation li a:hover, #navigation li.selected a {
			background: transparent url(../images/menu.jpg) left no-repeat;	}
			
			#navigation li a:hover span, #navigation li.selected a span { display: block; }


/**************************************
 * CONTENU
 *************************************/		

#maincontent { 
	background: #e0e7e8;
	margin-bottom: 15px; }
	
	#content, #sidebar { margin-bottom: 25px; }
	
	#content h2 {
		background: transparent url(../images/h2.jpg) bottom no-repeat;
		padding-bottom: 25px; }
		
	/* STATIC */
	div#container div.static { font-size: 1.1em; }
	
	div#container div.static p { margin: .6em 1em; }
	div#container div.static li { margin: .6em; }
	
	div.page_web strong { color: #7FB03B; }
	div.page_seo strong { color: #DE9515; }
	div.page_print strong { color: #CC174C; }
	
	div.page_web li strong, div.page_seo li strong, div.page_print li strong { color: #00383d; }
	
	div.page_web ul, div.page_seo ul, div.page_print ul { padding-top: 10px }
		
	div.page_web li, div.page_seo li, div.page_print li { padding: 2px 30px }


	div#container div.static #avis h3, div#container div.static #avis h4 { margin-top: 15px; font-size: 14px; color: #154654; font-weight: bold; }
	div#container div.static #avis h3 strong, div#container div.static #avis h4 em { color: #007cc2;  }
	div#container div.static #avis h4 em { font-size: 11px; font-style: normal; font-weight: normal;  }	
	div#container div.static #avis p { padding-left: 0; margin-left: 0;}
	div#container div.static #avis p strong { color: #007cc2; }

	div#container div.static #avis p.contact a {
		font-weight: bold;
	}
	
	/* BREADCRUMBS */
	#breadcrumbs { 
		color: #9AAFB2;
		padding-bottom: 5px;
		/*font-size: .85em; 
		text-transform: uppercase */}
		
		#breadcrumbs a { color: #9AAFB2 }
		
		#breadcrumbs strong { 
			font-weight: normal;
			color: #557077; }
	
	/* HOME PRESENTATION */
	#presentation { font-size: 1.2em; }
	
	/* HOME METIERS */
	#metiers div { 
		background: #ccd7d8;
		padding-bottom: 10px; 
		margin-bottom: 25px;
		height: 170px;
		cursor: pointer; }
		
		#metiers div h2 { 
			background: #E0E7E8;
			font-size: 1.4em;
			padding-bottom: 3px;
			margin-bottom: 10px;  }
		
		/*	
		#container #metiers div#site_internet:hover h2 a { color: #f6a800 }
		#container #metiers div#referencement:hover h2 a { color: #bfce17 }
		#container #metiers div#identite_graphique:hover h2 a { color: #e20045 }
		*/
			
		#metiers div p, #metiers div ul { padding: 0 10px; }
		
		#metiers div ul { margin-top: 10px; }
		
		#metiers div p.goto { 
			text-align: right;
			padding: 10px; }	
	
	/* HOME REFERENCES */	
	#references {
		height: 295px;
		background: transparent url(../images/references_home.jpg) top no-repeat;
		overflow: hidden; }
		
		#references object {
			position: relative;
			margin-top: -1px;
			margin-left: 10px; }
	
	
	/* SAVOIR FAIRE */
	#infos_metiers {
		margin: 15px 0;
		height: 230px;
		/*background: transparent url(../images/metiers.jpg) no-repeat*/ }
		
		#infos_metiers h3 {
			width: 520px;
			height: 70px;
			margin: 0;
			padding: 0;
			margin: 0 0 0 0;
			line-height: 1.2em;	}
			
			#infos_metiers h3 a { 
				display: block;
				width: 480px;
				height: 52px;
				font-size: 1.2em;
				padding: 8px 20px 10px 20px;
				color: #99afb1; }
				
				#infos_metiers h3.metiers_print a { background: transparent url(../images/metiers.jpg) 0 0 no-repeat; }
					#infos_metiers h3.metiers_print a:hover, #infos_metiers h3.metiers_print a.selected { 
						color: #fff;
						background-position: -520px 0; }
						
				#infos_metiers h3.metiers_seo a { background: transparent url(../images/metiers.jpg) 0 -70px no-repeat; }
					#infos_metiers h3.metiers_seo a:hover, #infos_metiers h3.metiers_seo a.selected { 
						color: #fff;
						background-position: -520px -70px; }
						
				#infos_metiers h3.metiers_web a { background: transparent url(../images/metiers.jpg) 0 -140px no-repeat; }
					#infos_metiers h3.metiers_web a:hover, #infos_metiers h3.metiers_web a.selected { 
						color: #fff;
						background-position: -520px -140px; }
				
				#infos_metiers h3 a strong { 
					display: block;
					color: #6c8687;
					font-size: .65em;
					padding: 3px 0 0 0;
					font-weight: normal;
					line-height: 1.3em; }
					
					#infos_metiers h3 a:hover strong , #infos_metiers h3 a.selected strong { 
						/*opacity: .7;
						-moz-opacity: .7;
						-webkit-opacity: .7;*/
						color: #fff; }
				
	#logos { height: 320px; }
	
	div.savoirfaire_titre_print {
		width: 520px;
		height: 110px;
		text-indent: -9000em;
		background: transparent url(../images/savoirfaire_print_titre.jpg) -80px 0 no-repeat; }
		
	div.savoirfaire_titre_web {
		width: 520px;
		height: 110px;
		text-indent: -9000em;
		background: transparent url(../images/savoirfaire_web_titre.jpg) -80px 0 no-repeat; }
		
	div.savoirfaire_titre_seo {
		width: 520px;
		height: 110px;
		text-indent: -9000em;
		background: transparent url(../images/savoirfaire_seo_titre.jpg) -80px 0 no-repeat; }
	
	
	div.savoirfaire_liste {
		display: block;
		margin-top: 20px;
		width: 520px;
		height: 425px;
		text-indent: -9000em; }
		
		div.print { background: transparent url(../images/savoirfaire_print.jpg) no-repeat; } 
		div.seo { background: transparent url(../images/savoirfaire_seo.jpg) no-repeat; } 
		div.web { background: transparent url(../images/savoirfaire_web.jpg) no-repeat; } 
		
		
		#slider_container, #sliderref_container {  
			width: 520px; 
			margin: 0; 
			display: block; 
			position: relative;  }
			
			#sliderref_container { margin: 15px 0; }

		#slider_inner, #sliderref_inner { 
			position: relative; 
			overflow: hidden ; 
			width: 510px;
			height: 180px;
			background: transparent url(../images/slider_bg.jpg) center no-repeat;
			margin: 0 auto 0;
			padding: 0; }

			#slider_bg_left, #slider_bg_right , #sliderref_bg_left, #sliderref_bg_right  {
				position: absolute;
				z-index: 50;
				top: 0;
				width: 33px;
				height: 181px; }
				
				#slider_bg_left, #sliderref_bg_left { 
					background: transparent url(../images/slider_bg_left.png) no-repeat;
					left: 0; }
				
				#slider_bg_right, #sliderref_bg_right { 
					background: transparent url(../images/slider_bg_right.png) no-repeat;
					right: 0; }

			#slider_items, #sliderref_items { 
				display: block; 
				position: relative;  }
	
				#slider_items div.slider_item, #sliderref_items div.sliderref_item { 
					display: block; 
					position: relative; 
					float: left; 
					margin: 30px 5px 0 0;
					width: 170px; 
					text-align: center; 
					color: #fff; }
				
				#slider_items a, #sliderref_items a { 
					padding: 0; 
					border: 1px solid #fff;
					margin: 0; 
					clear: both; 
					display: block;
					height: 125px;
					overflow: hidden; }
				
				#slider_items a img, #sliderref_items a img { border: 0; }
		
		
	/* REFERENCES */
	p.pagination {
		text-align: center;
		padding: 30px 0 20px 0; }
		
		p.pagination a, p.pagination strong {
			padding: 2px 4px;
			border: 1px solid #376367;
			color: #376367;
			background: transparent; }
			
		p.pagination a:hover, p.pagination strong {
			color: #fff;
			border-color: #0071bc;
			background: #0071bc; }
	
	div.reflistitem {
		float: left;
		width: 242px;
		margin-right: 15px;
		margin-bottom: 10px; }
	
		div.reflistitem h4 { 
			padding: 5px 0 5px 20px;
			background: transparent url(../images/references_barre_titre.jpg) 0 25px no-repeat; }
		
		div.reflistitem img { border: 2px solid #fff; }
	
	
	#container div#refitem { position: relative; }
	
	#container div#refitem #refitem_types {
		position: absolute;
		top: -20px;
		right: 30px;
		width: 116px; }
		
		#container div#refitem #refitem_types span {
			display: block;
			width: 116px;
			height: 22px;
			text-indent: -9000em; }
			
			#container div#refitem #refitem_types span.site-internet { background: transparent url(../images/refitem_types.jpg) 0 0 no-repeat; }
			#container div#refitem #refitem_types span.referencement { background: transparent url(../images/refitem_types.jpg) 0 -22px no-repeat; }
			#container div#refitem #refitem_types span.identite-graphique { background: transparent url(../images/refitem_types.jpg) 0 -45px no-repeat; }
	
	#container div#refitem #refitem_title { width: 360px; }
	
	#refitem_title h4 { margin-top: 25px; }
	
	#refitem_title h4 a {
		padding: 20px 0 0 41px;
		background: transparent url(../images/references_puce_titre.jpg) top left no-repeat; }
	
		#refitem_title p.goto { padding-left: 100px; }
		
			#refitem_title p.goto a { color: #163541; }
	
	div.refitem_desc_temoignage {
		background: #d4edfa url(../images/temoignage.jpg) left bottom repeat-x;
		padding: 10px 10px 20px 10px;
		width: 450px;
		margin: 20px auto; }
		
		#container div.refitem_desc_temoignage h5 {
			display: block;
			text-transform: uppercase;
			color: #1170b3;
			text-indent: -9000em;
			height: 40px;
			background: transparent url(../images/temoignage_titre.png) right no-repeat;
		}
		
		div.refitem_desc_temoignage h6 strong {
			text-transform: uppercase;
			color: #1170b3;
		}
		
		div.refitem_desc { 
			width: 450px;
			margin: 20px auto;
			position: relative; }
		
		div.refitem_desc img { 
			position: relative;
			margin-top: -7px;
			float: left; }
			
			div.refitem_desc ul, div.refitem_desc_temoignage ul {
				list-style: disc;
				margin: 10px 10px 10px 20px ; padding: 0; }
				
				div.refitem_desc ul li, div.refitem_desc_temoignage ul li { 
					margin: 0; padding: 0;
					list-style: disc; }
	
	div.liste { 
		width: 520px;
		height: 300px;
		margin-top: 10px;
		overflow: hidden;
		position: relative;}
		
		div.liste img.gradient {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 50; }
	
		#box{ 
			position: absolute;
			top: 30px;
			padding: 5px 0 1px 0;
			background: #fff; }
		
		#box span{
			display: block;
			float: left; }
		
		#thumbs {
			position: absolute;
			top: 161px;
			left: 37px;
			z-index: 60;
			width: 390px;
			clear: both;
			height: 104px;
			overflow: hidden;
			margin-top: 50px;
			padding-left: 50px;
			background: transparent url(../images/refitem_thumbs.jpg) top left no-repeat; }
			
		#thumbs .thumbs, #handles, #mask{
			position: absolute;
			top: 0;
			width: 100%;
			height: 54px; }
			
		#thumbs .thumbs div, #handles span{
			display: block;
			width: 74px;
			height: 54px;
			margin: 0 10px 0 0;
			float: left;
			cursor: pointer; }
		
		#thumbs .thumbs { 
			padding: 10px 10px 20px 10px; }
			
		#thumbs .thumbs div img{
			width: 74px;
			float: right;
			border: 2px solid #c6d4d6;
			background: #dfe6e7; }
			
		#handles span { background:url(../images/thumb_invisible.gif) no-repeat; }
		
		#mask {
			width: 1200px;
			/*background: url(../images/thumbs_mask.gif) no-repeat center top*/ }
			
	/* SAVOIR FAIRE */
	h3.metiers strong {
		display: block;
		font-size: .8em;
		font-weight: normal; }	
		
		
	/* ACTUALITES */
	div.newsitem {
		background: #fff url(../images/actualites_bg.jpg) left bottom no-repeat;
		padding: 0 0 30px 0;
		margin-bottom: 15px; }
		
		div.newsitem p, div.newsitem h3 { padding: 5px 15px ; }
		
		div.newsitem p.newsitem_category {
			width: 520px;
			height: 29px;
			padding: 5px 0 0 5px;
			background: transparent url(../images/actualites_element_titre.jpg) no-repeat; }
			
			div.newsitem p.newsitem_category a { color: #fff; }
			
			div.newsitem p.newsitem_date { 
				color: #00383d; 
				padding-top: 0;}
				
				div.newsitem_img {
					float: left;
					margin: 10px 15px 0 15px; }
					
					div.newsitem_img img {
						border: 1px solid #E0E7E8;	}
					
					
			
			div.newsitem p.newsitem_tags, div.newsitem p.newsitem_tags a {
				color: #99afb1;
				font-style: italic; }
				
				div.newsitem p.newsitem_tags a { text-decoration: underline; }
			
			div.newsitem p.newsitem_goto { 
				clear: both;
				display: block;
				font-size: 1.2em;
				text-align: right;	}

		div.newsitem div.newsitem_desc { display: block; float: left; clear: none; width: 275px; padding-bottom: 20px; }
			div.newsitem div.newsitem_desc p { padding: 5px 0; }
		
		div.newsitem div.newsitem_content { display: block; padding: 10px 0; clear: both; }

		div.newsitem div.newsitem_content ul, div.newsitem div.newsitem_desc ul {
			padding-left: 20px;
			margin: 5px 10px 5px 5px;
			list-style-type: disc; }

		div.newsitem div.newsitem_content ul li, div.newsitem div.newsitem_desc ul li { 
			margin-left: 5px;			
			list-style-type: disc; }
		
	/* CONTACT */
	#coordonnees {
		background: #99afb1 url(../images/header_coordonnees.jpg) top no-repeat;
		padding: 40px 15px 15px 15px;
		margin-bottom: 20px;
		color: #fff;
		text-align: right;
		font-size: 1.3em;
		line-height: 1.8em; }
		
		#details { 
			float: left;
			width: 260px;
			padding-top: 17px; }
			
			#details p.tel { font-size: 1.2em; }
				#details p.tel em { font-style: normal; }
		
		#plan {
			display: block;
			background: #fff;
			border: 4px solid #ccd8d8;
			width: 204px;
			height: 108px;
			float: right; }	
	
	#formulaire {}
	
		h3.form_legend { 
			padding-bottom: 8px;
			font-size: 1.15em; }
		
		#formulaire form {
			background: #ccd8d8;
			padding: 15px 20px;	}
			
			#formulaire form legend { display: none; }
			
			#formulaire form p.choix label, #formulaire form p.submit label { visibility: hidden; }
			
			#formulaire form p.submit { 
				padding-right: 30px;
				text-align: right; }
			
			#formulaire form input, #formulaire form textarea, #formulaire form select {
				font-size: 1.05em;
				font-family: Verdana; }
				
			#formulaire form p.submit input { 
				padding: 5px;
				width: auto;
				background: #226AB4;
				border: 0;
				color: #fff; }
				
			#formulaire form span.error {
				display: block;
				padding-left: 140px;
				color: #EB5656;
				padding-bottom: 3px; }
				
				#formulaire form p.submit span {
					color: #99AFB1;
					text-align: left;
					padding-right: 120px; }
					
					#formulaire form p.submit span em { color: red; }
				
				
	/* FAQ */
	ul#faq_liste li {
		padding: 3px 5px 7px 5px;
		margin-bottom: 3px;
		border-bottom: 1px solid #CCD7D8; }
		
		ul#faq_liste li.last { border: 0; }
	
		ul#faq_liste li p.goto { text-align: right; }
		
		ul#faq_liste li h3 { font-size: .9em; }
		
		
		ul#faq_liste ul li { 
			font-size: 90%;
			padding: 3px 5px 3px 5px;
			border-top: 1px solid #CCD7D8;
			margin-top: 3px;
			border-bottom: 0;
			margin-bottom: 0;
		}
		
	/* MENTIONS LEGALES */
	#mentions-legales #content h3 { padding: 10px 0 8px 0 }
	#mentions-legales #content p { padding: 0 10px }
	
	/* 404 */
	#error404 {
		padding: 15px;
		background: #fff;
		width: 460px;
		margin: 0 auto; }
		
		#error404 p { text-align: left; }


/**************************************
 * SIDEBAR
 *************************************/		
 		
#sidebar { padding-top: 65px; }

	#sidebar h3 { 
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 1.3em; }	
		
		#sidebar h3 a { font-weight: bold; }
		
	#sidebar ul li {
		background: #cdd8d9;
		padding: 6px 10px;
		font-size: 1.1em }
		
		#sidebar ul li a { color: #02383d; }

	/* SUBNAV */	
	#sidebar div.options ul {
			background: #cdd8d9 url(../images/sidebar_options.jpg) top right no-repeat;
			border-right: 1px solid #c0cdd0;
			padding: 1px 0 0 0;
			margin-bottom: 25px; }
			
			#sidebar div.options ul li { padding: 0; }
			
			#sidebar div.options ul li a {
				background: #cdd8d9;
				padding: 6px 10px;
				display: block; }
			
			#sidebar div.options ul li a:hover { 
				background: #f2f7f7;
				color: #219cd3; }
				
				#sidebar div.options ul li.last { 
					background: #cdd8d9 url(../images/sidebar_options.jpg) bottom right no-repeat;
					padding: 0 0 1px 0; }
					
	
	/* CATALOGUE */		
	#gotocatalogue {
		margin: 25px 0; 
		display: block;
		height: 44px;
		text-indent: -9000em;
		background: transparent url(../images/gotocatalogue.jpg) no-repeat; }
	
	/* ACTUALITES */			
	#sidebar #actualites ul li { 
		position: relative;
		background: transparent url(../images/actualites_element.jpg) no-repeat;
		height: 88px;
		margin-bottom: 5px;
		padding: 0;  }	
		
		#sidebar #actualites li a {
			padding: 7px;
			display: block;
			color: #1070b3; }
			
			#sidebar #actualites li a strong { 
				display: block;
				color: #02383d; }
		
		#sidebar #actualites li a.goto { 
			position: absolute;
			bottom: 10px;
			right: 17px;
			font-size: .9em;
			padding: 0;
			color: #fff; }
		
	#actualites p { text-align: right; }
		
	#actualites p a {
		text-transform: uppercase;
		padding-right: 5px;
		color: #99afb1; }
		

/**************************************
 * FOOTER
 *************************************/		
 
#footer {
	text-align: right;
	background: #99afb1;
	color: #fff;
	padding-top: 20px; }
	
	#footer-inner { position: relative; }
	
	#footer a { color: #fff; }

	/* ADRESSE */		
	#adresse, #subnav div, #copyright {
		background: transparent url(../images/pointilles_footer.jpg) 100% 1% no-repeat;
		height: 105px;
		padding-right: 15px; }
		
		#adresse p { margin-bottom: 3px; }
		
		#adresse a { color: #00383d; }
	
	/* COPYRIGHT */		
	#copyright ul {
		height: 65px;  
		padding-top: 45px;
		font-size: .85em;
		background: transparent url(../images/logo_footer.jpg) top right no-repeat; }
		
		#copyright li { 
			text-align: left;
			text-indent: -9999em; }

	
	/* LISTE DES VILLES */	
	#villes {
		padding: 25px 0;
		text-align: center; }
		
		
	#gototop { 
		display:none;
		font-weight:bold; 
		font-family:tahoma; 
		width:80px; 
		background: #CAD5D7; 
		font-size:11px; 
		text-decoration:none; 
		position:fixed; 
		right:5px; 
		bottom:5px; 
		padding:7px; }
		
		#gototop:hover	{ text-decoration:underline; }
		
		
		/* CGV */
	body div#container #content div#cgv div.nav { padding: 15px 0 }
	
	body div#container div#cgv p { margin-left: 0; }
	body div#container div#cgv p.goto { text-align: right; padding: 5px 0 15px; }
	
	body div#container #content div#cgv h2.sub { background: none; margin: 0; padding: 0; color: #05393a; font-weight: bold; font-size: 14px; text-transform: uppercase; }
	
	body div#container div#cgv h3 { color: #219cd3; font-weight: bold; font-size: 12px; margin-bottom: 0; padding-bottom: 0; }
	body div#container div#cgv h4 { color: #05393a; font-weight: bold; font-size: 12px; }

