@import url("css/reset.css");
@import url("fonts/stylesheet.css");
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Site-wide properties ======================================================== */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	color: #2e383d;
	line-height: 20px;
}
/* Fibonacci based heading scale ratio */
    h1 {
	font-size: 4.4em;
	font-weight: normal;
}
h2 {
	font-size: 2.8em;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left {
	float: left;
}
.right {
	float: right;
}
/* The inside class provides consistent padding. To be used often! */
.inside {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth {
	width: 100%;
}
.half li, .third li, .quarter li, .fifth li, .sixth li {
	float: left;
}
.half li {
	padding-right: 5%;
	width: 45%
}
.third li {
	padding-right: 5%;
	width: 28.3%
}
.quarter li {
	padding-right: 5%;
	width: 20%
}
.fifth li {
	padding-right: 5%;
	width: 15%
}
/* For when a <br /> just ain't enough */
.separator {
	clear: both;
	float: left;
	height: 1px;
	width: 100%;
}
/* Basic Structure ============================================================= */
#wrap {
	margin: 0 auto;
	position: relative;
	width: 960px;
	background-image: url(images/bg_page.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*==========================================================Header */
    header {
	width: 100%;
	overflow: hidden;
}
.titre_pages{
	position: absolute;
	background-image: url(images/titre_pages_bg.png);
	background-repeat: repeat;
	top: 185px;
	color: #e2e2e2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-left: 35px;
}
div.slice_top{
	background-image: url(images/slice_top.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	margin-bottom: -10px;
	z-index: 500;
	position: relative;
}
a.logo-vitre{
	background-image: url(images/btn_logoVitre.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	float: left;
}
a.logo-solar{
	background-image: url(images/btn_logoSolar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	float: right;
}
a:hover.logo-solar, a:hover.logo-vitre, a.on {
	background-position: bottom;
}
a:hover.on{
	background-position: top;
}
#slideshow_acc{
	height: 414px;
	width: 1050px;
	background-image: url(images/slideshow_acc/slideshow_acc_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: -51px;
	margin-bottom: 0px;
	padding-bottom: 25px;
}
#slideshow_acc ul{
	margin: 0px;
	padding: 0px;
}
#slideshow_acc li{
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	}
/* Content */
    article {
	float: left;
	width: 66.7%;
}
/* Sidebar */
    aside {
	float: left;
	width: 33.3%;
}
nav{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 25%;
	z-index: 50;
}
#nav_principal {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	margin-right: -100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 6px;
	position: absolute;
	top: 94px;
	width: 950px;
}
#nav_principal li{
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#nav_principal a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-family: 'GothamMediumRegular', Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
}
#nav_principal a:hover, #nav_principal a.curent_page{
	color: #dddddd;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left 3px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
}
/*==============================================
================================= PAGE*/
#page{
	width: 100%;
}
#page .content{
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 950px;
	min-height: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 6px;
	z-index: 500;
}
#page .page_rpt{
	background-image: url(images/page_rpt.png);
	background-repeat: repeat;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 9999;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -6px;
}
.page_rpt_inter{
	background-image: url(images/page_rpt.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
div.shadow_left {
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	z-index: 500;
	width: 40px;
	height: 100%;
	margin-left: -45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 6px;
	top: 0px;
	padding: 0px;
}
div.shadow_right {
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	z-index: 500;
	width: 40px;
	height: 100%;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: -45px;
	margin-bottom: 0px;
	right: 6px;
	top: 0px;
}

.bloc_vitre{
	text-align: right;
	width: 375px;
	background-image: url(images/sep.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
	padding-left: 50px;
	margin-left: 20px;
	margin-right: -40px;
}

.bloc_vitre h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bloc_solar {
	text-align: left;
	width: 395px;
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 50px;
}
.bloc_solar h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
a:hover.btn_suite_left{
	background-position: bottom;
	color: #000;
}
a.btn_suite_left{
	font-family: 'GothamBoldRegular', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #2e383d;
	text-decoration: none;
	background-image: url(images/btn_suite.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 376px;
	display: block;
	text-align: left;
	padding-left: 20px;
	margin-left: -22px;
}

a:hover.btn_suite_right{
	background-position: bottom;
	color: #000;
}
a.btn_suite_right{
	font-family: 'GothamBoldRegular', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #2e383d;
	text-decoration: none;
	background-image: url(images/btn_suite_right.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 376px;
	display: block;
	text-align: right;
	margin-right: -22px;
	padding-right: 20px;
	height: 12px;
}
.sep{
	background-image: url(images/sep.png);
	background-repeat: repeat-y;
	width: 2px;
	height: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606161;
	margin-bottom: 0.7em;
	line-height: 19px;
}
.block_texte{
	width: 450px;
	padding-left: 10px;
	padding-top: 40px;
}
.block_texte h1 {
	font-family: 'GothamMediumRegular', Arial, sans-serif;
	font-size: 20px;
	background-image: url(images/bg_h1.png);
	background-repeat: repeat-x;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background-position: 60px;
}
.block_texte .bg_h1_rpt{
	background-image: url(images/page_rpt.png);
	background-repeat: repeat;
	font-size: 20px;
	letter-spacing: normal;
	padding-right: 10px;
	background-position: 0px;
}
.galeries{
	width: 420px;
	background-image: url(images/galeries_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 291px;
	float: right;
}


.img-bg-rpt{
	background-color: #E8E8E8;
	background-image: url(images/page_rpt.png);
	background-repeat: repeat;
}

/*======================== SlideShow Inter*/
/***** Global Classes *****/

#metaContainer {
	position: relative;
	width: 355px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* The left and right navigation buttons */
#metaContainer .backLink, #metaContainer .forwardLink {
	position: absolute;
	top: 108px;
	width: 15px;
	height: 70px;
}
#metaContainer .backLink a, #metaContainer .forwardLink a {
	display: block;
	width: 22px;
	height: 64px;
	text-indent: -9999em;
	background-image: url(images/nav_slidesshow/nav-arrow-sprite.png);
	background-repeat: no-repeat;
	outline: 0;
}
#metaContainer .backLink {
	left: -28px;
}
#metaContainer .forwardLink {
	right: -21px;
}
#metaContainer .backLink a {background-position: 0 0; left: 0px;}
#metaContainer .backLink a:hover, #metaContainer .backLink a:active  {
	background-position: 0 -66px;
	width: 30px;
	margin-left: -8px;
	height: 70px;
}
#metaContainer .forwardLink a {background-position: -96px 0;}
#metaContainer .forwardLink a:hover, #metaContainer .forwardLink a:active  {
	background-position: -88px -66px;
	width: 30px!important;
	margin-right: -8px!important;
}

/*=================================================================Footer */
    footer {
	width: 100%;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat;
	background-position: top;
	min-height:100%;
	clear: both;
	padding-bottom: 200px;
}
footer .content{
	background-image: url(images/bg_footer_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9ea1;
	width: 970px;
	padding-top: 10px;
	padding-right: -10px;
	padding-left: -10px;
	margin-right: auto;
	margin-left: auto;
}
address{
	font-style: normal;
}
a.btn_logoC{
	background-image: url(images/btn_logoC.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 100px;
	text-indent: -9999px;
	display: inline-block;
	margin-top: -10px;
}
a:hover.btn_logoC{
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

/* The H1 declarations - for @font-face presentational purposes only */
h1 {
	font-family: 'GothamBoldRegular', Arial, sans-serif;
	font-size: 30px;
}
h1 span {
	font: 88px GothamMediumRegular, Arial, sans-serif;
	letter-spacing: -4px
}

/*SLIDER acc */
.slider {
	width:950px;
	height:414px;
	position:relative;
	z-index: 0;
}

.sliderContent {
	width:950px;
	height:414px;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(images/prev_next.png);
	width:43px;
	height:43px;
	position:absolute;
	top:50%;
	margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
	background-position:0 -44px;
}

.next {
	right:15px;
	background-position:-43px 0;
}

.next:hover {
	background-position:-43px -44px;
}

.sliderContent .item {
	position:absolute;
	width:950px;
	height:414px;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
	color:#0174a8;
}
a:hover{
	color: #599ebe;
}
a img {
border:none;
}

a.lien_contact{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
/*SLIDESHOW*/
#slideShim img {
	width:356px;
	height: 278px;
}

/*images preéchargement*/
.img_loading{
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}