html {
		overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d7e6ee;
	color: #505a64;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	margin: 0;
	padding: 0;
}

a {
	color: #ff6e00;
	font-weight: bold;
}

a img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #105aa0;
	font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue Condensed Black", Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

td {
    vertical-align: top;
}

#insideContent form {
    background-color: #CDEBF6;
    padding: 5px;
    border: 2px solid #fff;
    margin-top: 1em;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
}

.orange {
	color: #ff6e00;
}

.blue {
	color: #0096E6;
}

.bold {
	font-weight: bold;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

#message {
    width: 200px;
    margin: 0 auto;
    position: relative;
    padding-left: 65px;
}

#message #checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
}

#main {
	background-image: url('../images/page_background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f6fdff;
	width: 100%;
	padding-top: 5px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 125px;
	z-index: 999;
}

#header #logo {
	position: absolute;
	left: 30px;
	top: 10px;
}

#header #headerText {
	position: absolute;
	left: 235px;
	top: 15px;
}

#header #headerText h1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #505a64;
	margin: 0.67em 0;
}

#header #headerText h1 strong {
	font-weight: normal;
	font-weight: 300;
}

#header #phone {
	position: absolute;
	right: 43px;
	top: 4px;
}

#header #navigation {
	position: absolute;
	right: 39px;
	bottom: 29px;
	background-image: url('../images/navbar_background.png');
	width: 774px;
	height: 34px;
	z-index: 800;
}

#header #navigation #buttons {
	float: right;
	padding: 6px;
}

#menu {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	float: left;
}

#menu li {
	height: 30px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	overflow: visible;
}

#menu li.level1 {
	margin: 0px 0.01em;
}

#menu li:hover {
	overflow: visible;
}

#menu li .menuTitle, #menu li a {
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #005fa6;
	font-size: 12px;
}

#menu li a {
	display: block;
}

#menu li:hover,
#menu li .current {
	background-image: url('../images/menu_background_active.png');
}

#menu .dropdownMenu {
	position: absolute;
	left: 0;
	top: 30px;
	min-width: 150px;
	background-color: #06b3e8;
	z-index: 667;
}

#menu ul.dropdown {
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu ul.dropdown li {
	display: block;
	width: 120px;
}

#menu ul.dropdown li a {
	width: 100%;
}

#menu ul.dropdown li:hover {
	color: #ff6e00;
	background-image: none;
}

#menu ul.dropdown li:hover a {
	background-color: #ff6e00;
}

#navigation #rounder {
	background-image: url('../images/menu_rounder_left.png');
	width: 4px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 666;
}

#breadcrumb {
	position: absolute;
	left: 170px;
	top: 103px;
	font-size: 10px;
	font-weight: bold;
	z-index: 103;
}

#splash {
	position: relative;
	height: 320px;
	z-index: 100;
}

#splash #splashImage {
	position: absolute;
	top: -20px;
	z-index: 101;
}

#splash #splashButtons {
	position: absolute;
	top: 224px;
	left: 205px;
	z-index: 102;
}

#splash #splashFader {
		position: absolute;
		top: 130px;
		left: 216px;
		z-index: 103;
}

#splash #splashFader ul, #pressLogos {
		margin: 0;
		padding: 0;
		list-style: none;
}

#footer {
	background-color: #d7e6ee;
	border-top: 1px solid #fff;
	width: 100%;
	font-size: 12px;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
}

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

#footer p {
	font-size: 10px;
}

#footerContent {
	width: 910px;
	margin: 10px auto;
	text-align: center;
}

#footerLinks {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#footerLinks li {
	display: inline;
	padding: 0 10px;
}

#footerLinks li a {
	font-weight: bold;
	color: #105aa0;
}

#splash #rightColumn {
	position: absolute;
	left: 688px;
	padding: 10px;
	padding-bottom: 20px;
	background-image: url('../images/frontpage_blue_frame.png');
	background-repeat: no-repeat;
}

#insideSplash #rightColumn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin-left: 50px;
	width: 260px;
}


#rightColumn h1 {
	font-size: 20px;
}

#rightColumh h4 {
	font-size: 14px;
}

#rightColumn ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 10px;
	width: 230px;
}


.productColumn ul {
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
	margin: 20px 0;
}

#rightColumn li, .productColumn li {
	font-size: 14px;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	padding: 3px 0 7px 25px;
	line-height: 14px;
  font-weight: bold;
}

#rightColumn #sponsors {
	/* margin: 0; */
	margin: 0 0 0 47px;
}

#rightColumn #sponsors li {
	background-image: none;
	padding: 0;
}

#insideSplash {
	width: 100%;
	position: relative;
	padding: 0 0 10px 40px;
}

#insideContent {
  position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 605px;
	font-size: 12px;
	padding-bottom: 30px;
}

#insideContent p {
	margin: 0 0 1em 0;
}

#insideContent .titre {
	margin: 1em 0;
}

#insideContent h4, #blogMeta h4 {
	color: #0096e6;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#insideContent #contactCarte {
  position: absolute;
  top: 71px;
  left: 369px;
}

#insideContent #gammesEoliennes {
	margin: 2em 0 1.5em;
	position: relative;
}

#gammesEoliennes .gamme {
	width: 250px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin-right: 40px;
}

#gammesEoliennes .gamme .icon {
	float: left;
	margin-right: 10px;
}

#gammesProduits {
	margin-top: 1em;
}

#gammesProduits .container {
	width: 618px;
	margin-left: -3px;
}

#gammesProduits .container .header {
	background-image: url('../images/gammes_container_header.jpg');
	background-repeat: no-repeat;
	height: 33px;
	position: relative;
}

#gammesProduits .container .header .titre {
	position: absolute;
	left: 10px;
}

#gammesProduits .container .content {
	background-image: url('../images/gammes_container_content.jpg');
	background-repeat: repeat-y;
	padding: 5px 5px 2px 8px;
}

#gammesProduits .container .content .product {
	margin-right: 2px;
	margin-bottom: 5px;
	width: 116px;
	height: 135px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	
}

#gammesProduits .container .content .product .infos {
	width: 106px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../images/gamme_product_overlay.png');
	color: #fff;
	padding: 5px;
	line-height: 1.2em;
}

#gammesProduits .container .content .product .infos .orange {
	color: #ff9600;
	font-size: 10px;
}

#gammesProduits .container .content .product .infos .moreInfoButton {
	text-align: right;
	margin: 3px -3px -3px 0;
}

#gammesProduits .container .footer {
	background-image: url('../images/gammes_container_footer.jpg');
	background-repeat: no-repeat;
	height: 8px;
}

.frame {
	width: 248px;
	margin-top: 60px;
	font-size: 12px;
}

.frame p {
	margin-top: 0px;
}

.frame .header {
	background-image: url('../images/rightcol_frame_header.png');
	background-repeat: no-repeat;
	height: 33px;
	position: relative;
}

.frame .header .titre {
	position: absolute;
	left: 10px;
	top: 10px;
}


.frame .content {
	background-image: url('../images/rightcol_frame_content.png');
	background-repeat: repeat-y;
	padding: 25px 30px 22px 23px;
}

.frame .phone {
	text-align: center;
}

.frame .search {
	text-align: center;
	margin: 2em 0;
}

.frame .footer {
	background-image: url('../images/rightcol_frame_footer.png');
	background-repeat: no-repeat;
	height: 9px;
}

#content {
	width: 910px;
	margin: 0 auto;
	background-image: url('../images/content_background.jpg');
	background-repeat: no-repeat;
	min-height: 200px;
	position: relative;
}

#content #commentCaMarche {
	padding: 10px 15px;
}

#content #commentCaMarche #ccmBoxes {
	width: 445px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#content #commentCaMarche #ccmBoxes .box {
	width: 200px;
	margin: 0 20px 16px 0;
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 11px;
	line-height: 1.4em;
	color: #505a64;
	vertical-align: top;
	zoom: 1;
	cursor: pointer;
	*display: inline;
}

#content #commentCaMarche h3, .productColumn h3 {
	color: #ff6e00;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px 0 0 20px;
	margin-top: 10px;
	font-size: 16px;
	background-image: url('../images/ccm_arrow.png');
	background-repeat: no-repeat;
}

.titre {
	overflow: hidden;
}

.titre h1, .titre h2, .titre h3, .titre h4 {
	margin-top: -100px;
}

.titreNosPartenaires {
	width: 190px;
	height: 15px;
	margin: 5px 0;
	background-image: url('../images/titre_nos_partenaires.png');
}

.titreFaitesConfiance {
	width: 230px;
	height: 44px;
	background-image: url('../images/titre_faites_confiance.png');
}

.titreCommentCaMarche {
	width: 276px;
	height: 29px;
	background-image: url('../images/titre_comment_ca_marche.png');
	margin: 10px 0;
}

.titreBlog {
	width: 158px;
	height: 38px;
	background-image: url("../images/titre_blog.png");
}

.titreEoliennesWeoleEnergy {
	width: 343px;
	height: 29px;
	background-image: url('../images/titre_eoliennes_weole_energy.png');
}

.titreGammeHorizon {
	width: 173px;
	height: 16px;
	background-image: url('../images/titre_gamme_horizon.png');
}

.titreGammeVision {
	width: 159px;
	height: 16px;
	background-image: url('../images/titre_gamme_vision.png');
}

.titreGammeGrandsVents {
	width: 214px;
	height: 16px;
	background-image: url('../images/titre_gamme_grandsvents.png');
}

.titreTrouvezVotreEolienne {
	width: 149px;
	height: 14px;
	background-image: url('../images/titre_trouvez_votre_eolienne.png');
}

.titreBlogWeole {
	width: 186px;
	height: 46px;
	background-image: url('../images/header_blog_logo.png');
}

.titreSearchResults {
	width:170px;
	height: 14px;
	background-image: url('../images/titre_resultats_de_la_recherche.png');
}

#content #blog {
	display: -moz-inline-stack;
	display: inline-block;
	width: 200px;
	margin: 0 20px 16px 0;
	vertical-align: top;
	font-size: 12px;
	zoom: 1;
	*display: inline;
}

#blog .date {
	font-size: 10px;
	font-weight: bold;
	color: #0096e6;
}

#video {
	position: absolute;
	top: 3px;
	right: 30px;
	width: 200px;
}

#medias {
	position: absolute;
	width: 200px;
	right: 30px;
	top: 225px;
}

.productColumn {
	font-size: 12px;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	width: 285px;
	margin: 0 25px 0 0;
	zoom: 1;
	*display: inline;
}

.productColumn blockquote {
	font-size: 14px;
	line-height: 1.5em;
	margin: 1em 20px;
}

.last, #quoteForm .last {
	margin-right: 0;
	clear: both;
}

.label {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width:  120px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	margin-right: 5px;
	vertical-align: top;
}

.contactlabel {
  width: 220px;;
}

sup {
	line-height: 1px;
}

#rightColumn sup {
		font-size: 11px;
}

.beginQuote {
	margin-left: 0px; /*-12*/
}

.productImage {
	text-align: center;
}

#quoteForm {
	margin: 20px 0;
	padding: 50px 0 10px 0;
	line-height: 1.4em;
	font-size: 12px;
	background-image: url('../images/form_separator.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#quoteForm .textfield {
	width: 185px;
}

#quoteForm .textarea {
	width: 263px;
	height: 45px;
}

#quoteForm .submit {
	margin-left: 149px;
}

#quoteForm .label {
	width: 80px;
}

#quoteForm .doubleSize .label {
	display: inline;
	width: auto;
	text-align: auto;
}

.productImage {
	position: relative;
}

#prevButton {
	position: absolute;
	left: 5px;
	top: 200px;
	z-index: 800;
}

#nextButton {
	position: absolute;
	right: 16px;
	top: 200px;
	z-index: 801;
}

.pics {
	height: 420px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 274px;
	z-index: 20;
	text-align: center;
}

#zoom {
  z-index: 9000;
}

#buttonFicheProduit {
	position: absolute;
	right: 60px;
	top: 128px;
}

#blogMeta {
	font-size: 12px;
	width: 230px;
}

#blogMeta .postInfo {
	background-color: #fff;
	padding: 1px 1em;
	margin-bottom: 1em;
}

#blogMeta .commentFormLink {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin-left: 0.5em;
}

#blogMeta #commentForm {
	padding: 5px;
	background-color: #fff;
}

.small {
	font-size: 11px;
	font-weight: normal;
}

.grey {
    color: #999;
}

#photoscroller {
		height: 400px;
		width: 600px;
		position:  relative;
		overflow: hidden;
		z-index: 600;
}

#scrollerContent {
		width: 4802px;
		height: 400px;
		z-index: 500;
}

#photoscroller .section {
		width: 600px;
		height: 400px;
		float: left;
		display: inline-table;
		z-index: 450;
		position: relative;
		background-color: #0096E6;
}

#photoscroller .section .arrowLeft, #photoscroller .section .arrowRight {
		position: absolute;
		bottom: 185px;
}

#photoscroller .section .arrowLeft {
		z-index: 500;
}

#photoscroller .section .arrowRight {
		z-index: 499;
		padding-left: 552px;
}

#photoscroller .section .description {
		position: absolute;
		bottom: 0px;
		width: 570px;
		padding: 15px;
		background-color: #b5e7fd;
		border-bottom: 1px solid #;
}

#photoscroller .section .title {
		border-top: 5px solid #0096e6;
		position: absolute;
		top: 0px;
		width: 570px;
		padding: 15px
}

#photoscroller .section .title h1 {
		color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		background-color: #0096e6;
		display: inline;
		padding: 0 3px;
}

#installation_menu {
		margin: 20px 0 -3px 0;
		padding: 0px;
		list-style-type: none;
}

#installation_menu li {
		font-size: 24px;
		font-weight: bold;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
}

#installation_menu li a {
		display: block;
		padding: 5px 15px;
		text-decoration: none;
}

#installation_menu li a:hover {
		background-color: #b5e7fd;
		color: #0096e6;
}

#installation_menu li a.active {
		color: #fff;
		background-color: #0096E6;
}

#analyse_devis {
		background-image: url('../images/etapes/1.jpg');
}

#genie_civil {
		background-image: url('../images/etapes/2.jpg');
}

#assemblage {
		background-image: url('../images/etapes/3.jpg');
}

#levage_du_mat {
		background-image: url('../images/etapes/4.jpg');
}

#ancrage_du_mat {
		background-image: url('../images/etapes/5.jpg');
}

#raccordement {
		background-image: url('../images/etapes/6.jpg');
}

#validation_tests {
		background-image: url('../images/etapes/7.jpg');
}

#installation_terminee {
		background-image: url('../images/etapes/8.jpg');
}

#recentArticles {
		margin-top: 5em;
		border-top: 1px dotted #ddd;
		padding-top: 1em;
}

#categoriesLinks {
		margin-top: 4em;
}

#categoriesLinks li {
		background-image: none;
		margin-left: 0;
		padding-left: 1em;
}
