@CHARSET "UTF-8";

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #c7c3c3; color: #fff; text-shadow: none; }
::selection { background: #c7c3c3; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container-12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push-1, .pull-1,
.push-2, .pull-2,
.push-3, .pull-3,
.push-4, .pull-4,
.push-5, .pull-5,
.push-6, .pull-6,
.push-7, .pull-7,
.push-8, .pull-8,
.push-9, .pull-9,
.push-10, .pull-10,
.push-11, .pull-11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .grid-1 {
  width: 60px;
}

.container-12 .grid-2 {
  width: 140px;
}

.container-12 .grid-3 {
  width: 220px;
}

.container-12 .grid-4 {
  width: 300px;
}

.container-12 .grid-5 {
  width: 380px;
}

.container-12 .grid-6 {
  width: 460px;
}

.container-12 .grid-7 {
  width: 540px;
}

.container-12 .grid-8 {
  width: 620px;
}

.container-12 .grid-9 {
  width: 700px;
}

.container-12 .grid-10 {
  width: 780px;
}

.container-12 .grid-11 {
  width: 860px;
}

.container-12 .grid-12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .prefix-1 {
  padding-left: 80px;
}

.container-12 .prefix-2 {
  padding-left: 160px;
}

.container-12 .prefix-3 {
  padding-left: 240px;
}

.container-12 .prefix-4 {
  padding-left: 320px;
}

.container-12 .prefix-5 {
  padding-left: 400px;
}

.container-12 .prefix-6 {
  padding-left: 480px;
}

.container-12 .prefix-7 {
  padding-left: 560px;
}

.container-12 .prefix-8 {
  padding-left: 640px;
}

.container-12 .prefix-9 {
  padding-left: 720px;
}

.container-12 .prefix-10 {
  padding-left: 800px;
}

.container-12 .prefix-11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .suffix-1 {
  padding-right: 80px;
}

.container-12 .suffix-2 {
  padding-right: 160px;
}

.container-12 .suffix-3 {
  padding-right: 240px;
}

.container-12 .suffix-4 {
  padding-right: 320px;
}

.container-12 .suffix-5 {
  padding-right: 400px;
}

.container-12 .suffix-6 {
  padding-right: 480px;
}

.container-12 .suffix-7 {
  padding-right: 560px;
}

.container-12 .suffix-8 {
  padding-right: 640px;
}

.container-12 .suffix-9 {
  padding-right: 720px;
}

.container-12 .suffix-10 {
  padding-right: 800px;
}

.container-12 .suffix-11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .push-1 {
  left: 80px;
}

.container-12 .push-2 {
  left: 160px;
}

.container-12 .push-3 {
  left: 240px;
}

.container-12 .push-4 {
  left: 320px;
}

.container-12 .push-5 {
  left: 400px;
}

.container-12 .push-6 {
  left: 480px;
}

.container-12 .push-7 {
  left: 560px;
}

.container-12 .push-8 {
  left: 640px;
}

.container-12 .push-9 {
  left: 720px;
}

.container-12 .push-10 {
  left: 800px;
}

.container-12 .push-11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .pull-1 {
  left: -80px;
}

.container-12 .pull-2 {
  left: -160px;
}

.container-12 .pull-3 {
  left: -240px;
}

.container-12 .pull-4 {
  left: -320px;
}

.container-12 .pull-5 {
  left: -400px;
}

.container-12 .pull-6 {
  left: -480px;
}

.container-12 .pull-7 {
  left: -560px;
}

.container-12 .pull-8 {
  left: -640px;
}

.container-12 .pull-9 {
  left: -720px;
}

.container-12 .pull-10 {
  left: -800px;
}

.container-12 .pull-11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container-12:before,
.container-12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container-12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container-12 {
  zoom: 1;
}

/****************************************************************************************/

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/****************************************************************************************/

h1, h2, h3, h4, h5, p, ul {
	margin: 0;
}

html,
body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font: 14px/20px 'Arial', 'sans-serif'; font-weight: 500;
	background: #c6c5c5 url(../images/bg.png) repeat-y center top;
}

a {
	color: #baa781;
	text-decoration: none;
}

a:visited { color: # ; }
a:hover { text-decoration: underline; }

#fill {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: transparent url(../images/header.jpg) no-repeat center top;
}

#content {
	padding: 10px 0 84px 0;
}

footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	padding: 10px 0;
	width: 100%;
	font: 12px 'Arial', 'sans-serif'; font-weight: 500;
	/*height: 44px;*/
	line-height: 18px;
	color: #fff;
	border-top: solid 2px #fff;
	background-color: #696767;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

header {
	width: 100%;
	height: 260px;
	border-bottom: solid 3px #c3c2c2;
	background: url(../images/slide02.jpg) no-repeat top center;
}

#page-home header {
	height: 390px;
}

#page-contact header {
	background-image: url(../images/slide-contact.jpg);
}

#header {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#demandesoumission {
	position: absolute;
	top: 90px;
	right: 10px;
	display: block;
	box-shadow: 0 0 15px #444;
	width: 85px;
	padding: 15px 10px;
	padding-left: 50px;
	background: #696767 url(../images/icon-quote.png) no-repeat 10px center;
	font: 14px/14px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}

#demandesoumission:hover {
	text-decoration: none;
	background-color: #8c8989;
}

#sondage {
	position: absolute;
	top: 185px;
	right: 10px;
	display: block;
	box-shadow: 0 0 15px #444;
	width: 85px;
	padding: 15px 10px;
	padding-left: 50px;
	background: #696767 url(../images/icon-quote.png) no-repeat 10px center;
	font: 14px/14px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}

#sondage:hover {
	text-decoration: none;
	background-color: #8c8989;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 465px;
	height: 136px;
}

h1 a {
	display: block;
	width: 465px;
	height: 136px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

h2 {
	font: 18px/28px 'Arial', 'sans-serif'; font-weight: 900;
	text-transform: uppercase;
	color: #696767;
}

h3 {
	font: 18px/28px 'Arial', 'sans-serif'; font-weight: 900;
}

nav {
	width: 600px;
	float: right;
	padding: 24px 10px 0 0;
}

nav ul {
	display: inline-block;
	float: right;
	box-shadow: 0 0 15px #444;
}

nav ul li {
	float: left;
}

nav ul li a{
	font: 18px/26px 'Arial', 'sans-serif'; font-weight: 900;
	display: inline-block;
	float: left;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	height: 44px;
	line-height: 44px;
	background-color: #696767;
}

nav ul li a.active,
nav ul li a:hover {
	background-color: #c7c3c3;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

.projethome {
	background-color: #f4f3f3;
}

.projethome ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.projethome ul li {
	display: block;
	margin-bottom: 10px;
}

.projethome .description {
	font: 12px/16px 'Arial', 'sans-serif'; font-weight: 900;
	color: #696767;
}

.projethome img {
	max-width: 100%;
}

.projethome span {
	font: 12px/22px 'Arial', 'sans-serif'; font-weight: 500;
	color: #4a4a4a;
}

.products {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.products li {
	padding: 0 !important;
	margin-bottom: 10px;
}

.products li.omega {
	clear: right;
}

.products a {
	display: block;
	min-height: 140px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
	padding: 8px 8px 4px;
	border: 2px solid #f4f3f3;
	background: #f4f3f3;
}

.products a:hover {
	border: 2px solid #ababab;
}

.products img {
	max-width: 100%;
}

.products .title {
	display: block;
}

.products .category {
	display: block;
	font-size: 12px;
	color: #868686;
}

.left {
	float: left;
}

.right{
	float: right;
}

.fancy {
	position: relative;
}

.fancy select {
	position: relative;
	z-index: 2;
	opacity: 0;
	padding-right: 4px;
}

.fancy span {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	display: block;
	
	border: 1px solid #c3c2c2;
	padding: 0 4px;
	background: transparent url(../images/select-arrow.png) no-repeat right center;
}

.titre-beige {
	font: 16px/26px 'Arial', 'sans-serif';
	font-weight: 900;
	display: inline-block;
	padding: 0 8px;
	text-transform: uppercase;
	color: white;
	background-color: #696767;
}

p {
	margin: 0;
	padding: 0;
	min-height: 1em;
}

#page-contact .grid-4 {
	position: relative;
	height: 400px;
}

#page-contact .map {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
}

#page-contact form input,
#page-contact form textarea {
	display: block;
	width: 284px;
	margin: 0 0 10px 0;
	font: 14px/20px 'Arial', 'sans-serif';
}

#page-contact form input.placeholder,
#page-contact form textarea.placeholder { color: #a9a9a9; }

form .submit {
	padding: 2px 8px !important;
	margin: 0 !important;
	width: auto !important;
	border: 0;
	outline: 0;
	background: #696767;
	color: #ffffff;
}

#page-contact form textarea { height: 240px; }

form .securityquestion { display: none !important; }


#fancybox-left,
#fancybox-right {
	width: 64px !important;
	visibility: visible !important;
}

#fancybox-left { left: -64px !important; }
#fancybox-right { right: -64px !important; }

#fancybox-left span {
	left: 20px !important;
}

#fancybox-right span {
	left: auto !important;
	right: 20px !important;
}

.breadcrumb {
	display: block;
	padding: 0 10px;
	margin: 0 0 10px 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li > a {
	position: relative;
	display: block;
	padding: 0 15px 0 10px;
	color: #696767;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb > li > a:after,
.breadcrumb > li > a .ie-after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	width: 2px;
	height: 12px;
	background: transparent url(../images/breadcrumb-sep.png) no-repeat left top;
}

.breadcrumb > li:last-of-type > a {
	color: #696767;
}

.breadcrumb > li:last-of-type > a:after,
.breadcrumb > li:last-of-type > a .ie-after {
	display: none;
}

.lt-ie8 .breadcrumb > li > a { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("li") ).className="ie-after" ); }

#page-products .photos {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

#page-products .photos li {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px;
}

#page-products .photos li a {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: center;
}

#page-products .photos img {
	display: inline;
}

#page-products .category {
	display: block;
	font-size: 12px;
	color: #868686;
}

.categories {
	display: block;
	padding: 0;
	margin: -41px -10px -10px 0;
	list-style: none;
	width: 192px;
	float: right;
	background: #F4F3F3;
}

.categories li {
	position: relative;
	display: block;
	width: 172px;
	margin: 10px;
}

.categories li > a {
	display: inline-block;
}

.categories li > a > span {
	font: 18px/26px 'Arial', 'sans-serif'; font-weight: 900;
	position: absolute;
	display: inline-block;
	padding: 0 5px;
	left: 0;
	bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #696767;
}

#page-home .categories {
	width: auto;
	margin: 0 -10px;
	float: none;
	background: transparent;
}

#page-home .categories li {
	float: left;
}

#page-products {
	background-image: url(../images/categories-bg.png)
}

.pagination {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.pagination > li {
	display: inline;
}

.pagination > li > a {
	display: inline-block;
	padding: 2px 6px;
	background: #BAA781;
	color: #ffffff;
	border: 1px solid #BAA781;
}

.pagination > li > a:hover {
	text-decoration: none;
}

.pagination > li > a.current {
	font-weight: bold;
	background: transparent;
	color: #BAA781;
}

#news {
	display: block;
	width: 100%;
	background: url(../images/bg2.png) repeat-y top center;
}

#news .omega {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #111;
}

#concour {
	display: block;
	width: 600px;
	max-height: 600px;
}

#concour > .title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
	text-transform: uppercase;
}

#concour > img {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

#concour > .description {
	display: block;
	margin: 0 0 10px 0;
}

#concour input[type="submit"],
.concours > .readmore {
	display: block;
	float: right;
	padding: 6px 10px;
	background: #696767;
	color: #ffffff;
	margin: -32px 10px 0 0;
	border: 0;
}

#concour input[type="submit"] {
	margin: -6px 10px 0 0;
}