
/* CSS Document for Tractel by Dotcom Luxembourg - http://www.dotcom.lu */

/* Index */
body{
	margin:0;
	padding:0;
	/*background:url(../img/bodyBG2.jpg) repeat-x #d5d3d4;*/
}

body a, p, div, img, h1, h2, h3, h4, span, ul, li{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
}

a img { border: none; }

#content{
	width:955px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
	padding-bottom:40px;
}

#content2{
	width:955px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}

.page-content {
	padding-left: 45px;
	margin-bottom: 50px;
}

.header-content {
	position: relative;
	height: 56px; 
}
.header-content::before{
	content: '';
	background: url('../../../img/header-top-left.png') no-repeat bottom left;

	position: absolute;
	top: 0;
	left: 0;

	height: 56px;
	width: 45px;
}

.header-background::before {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 56px;
	background-color: #009ee2;
}

.header-background::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 56px;
	background-color: #ffffff;
}
.header-top{
	background: url("../../../img/header-top.png") no-repeat top left;
	height: 23px;
}

.header-content__logo {
	padding-left: 45px;
	display: inline-block;
}

.clear{
	clear:both;
}

/* Header */
#contentHeader{
	width:100%;
	/*height:103px;*/
	background-color:#FFF;
}

#optionsHeader{
	width   : 310px;
	height  : 94px;
	position: absolute;
	right   : 250px;
	top     : 0px;
}

#optionsHeader a{
	display: block;
	width: 100%;
	height: 100%;
}

#optionsHeader a:hover span{
	text-decoration: underline;
}

#optionsHeader span{
	font-size: 13px;
	color    : #4bb1e3;
	float    : right;
	position : relative;
	top      : 35px;
}

#mapHeader{
	position:absolute;
	left:0px;
	bottom:0px;
}

#newsHeader{
	width:219px;
	height:92px;
	background:url(../img/contentNews.gif) no-repeat;
	position:absolute;
	top:0px;
	right:20px;
}

#newsHeader h1{
	text-align:center;
	margin-top:6px;
}

#newsHeader div{
	width:190px;
	margin:0 auto;
	font-size:11px;
	margin-top:8px;
}

#moreNews{
	position:absolute;
	right:7px;
	bottom:10px;
}

/* BreadCrumbs */

#breadCrumbs{
	list-style-type:none;
	margin-top:10px;
	margin-left:17px;
}

#breadCrumbs li{
	font-size:11px;
	color:#525252;
	margin-right:8px;
	float:left;
}

#breadCrumbs li a, #breadCrumbs li a:visited{
	text-decoration:underline;
	color:#1898da;
}

#breadCrumbs li a:hover{
	text-decoration:none;
}

.contentTitle{
	margin-left:40px;
	margin-top:40px;
}

/* Footer */
#contentFooter{
	width:955px;
	height:34px;
	margin:0 auto;
	/*background:url(../img/footerBG.jpg) repeat-x;*/
	position:relative;
}


	.footer{
		position: relative;
		background: #ecebea;
	}

	.footer--top{
		height: 45px;
		background: #ecebea;
	}
	.footer--top::before{
		content: '';
		position: absolute; 
		top: 0; left: 0;
		width: 50%;
		background: #ffffff;
		height: 45px;
		display: block;
	}
	.footer--top--content{
		position: relative;
		height: 100%;
		width: 955px;
		margin: 0 auto;

		background: #ecebea;    
		text-align: center;
	}

	.footer--top--content::before{
		content: '';
		background: url('../../../img/footer-top.png') no-repeat top left;
		height: 45px;
		width: 45px;
		display: block;
	}

	.footer--links{
		background: #009ee2;
		clear: both;
	}

	.footer--links--content{
		position: relative;
		width: 955px;
		margin: 0 auto;
		padding-left: 95px;
	}

	.footer--links--copy{
		float: right;
		color: #fff;
		font-size: 12px;
		padding: 4px;
	}

	.footer__link{
		float: left;
		padding: 4px 0;
		font-size: 12px;

		list-style-type: none;
		color: #ffffff;
	}

	.footer__link > a, .footer__link > a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.footer__link > a:hover {
		text-decoration: underline;
	}

	.footer__link::after{
		content: '|';
		padding: 0 4px;
	}
#menuFooter{
	height:34px;
	background:url(../img/footerLogo.jpg) no-repeat left;
	margin-left:10px;
}

#menuFooter ul{
	list-style-type:none;
	margin-left:32px;
}

#menuFooter ul li{
	font-size:10px;
	color:#FFF;
	display:block;
	height:34px;
	padding-left:3px;
	padding-right:3px;
	line-height:34px;
	float:left;
}

#menuFooter ul li a, #menuFooter ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

#menuFooter ul li a:hover{
	text-decoration:underline;
}

#infosFooter{
	font-size:10px;
	color:#FFF;
	height:34px;
	line-height:34px;
	position:absolute;
	right:10px;
	top:0px;
}

/* Windmill Menu */

#windMenu{
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-left:40px;
	margin-top:15px;
}

#windMenu li{
	float:left;
	color:#705b5b;
	margin-left:15px;
}

#windMenu li a, #windMenu li a:visited{
	color:#0291d9;
	text-decoration:none;
}

#windMenu li a:hover{
	color:#705b5b;
	text-decoration:underline;
}

/* Wind homepage */

#windTXT{
	margin-left:330px;
	margin-top:40px;
	margin-bottom:50px;
	width:578px;
	position:relative;
}

#txtImg{
	float:left;
}

#windTXT p{
	font-size:12px;
	color:#000;
	margin-left:180px;
	padding-top:20px;
}

#prodButton{
	margin-top:30px;
	margin-left:270px;
}

/* Wind Products */

#windProducts{
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	width:745px;
}

#windProducts p{
	font-size:12px;
	color:#000;
}

#windProducts div img{
	float:left;
}

.margin{
	margin-right:53.5px;
}

#line2{
	margin-top:20px;
}

/* Wind References */

#windRef{
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	width:760px;
}

#windRef p{
	font-size:12px;
	color:#000;
}

#windRef img{
	margin-top:50px;
}

/* Page Energy Products & Services */

#contentProducts{
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	width:675px;
}

#contentProducts h1{
}

#contentProducts div{
	width:203px;
	float:left;
	margin-left:10px;
}

#contentProducts div img{
	margin-top:5px;
}

#contentProducts p{
	font-size:12px;
	line-height:16px;
}

#contentProducts p a, #contentProducts p a:visited{
	color:#0291d9;
	text-decoration:underline;
}

#contentProducts p a:hover{
	color:#705b5b;
	text-decoration:underline;
}

#contentProducts h2{
	font-size:13px;
	font-weight:bold;
	margin-left:230px;
	margin-top:15px;
	color:#705b5b;
	text-decoration:underline;
}

#downBrochure{
	margin-top:60px;
	margin-left:385px;
}

.italic{
	font-style:italic;
}

#backButton{
	margin-left:10px;
	margin-top:20px;
}

.prodTXT{
	margin-left:230px;
	margin-top:15px;
}
/* Page Presentation Brochure */

#contentBrochures{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:100px;
	width:810px;
}

#contentBrochures p{
	font-size:12px;
	font-style:italic;
	color:#0291d9;
	margin-bottom:10px;
	margin-left:15px;
}

#contentBrochures div{
	background:url(../img/mapBG.gif) repeat-y;
}

#windEnergy{
	float:left;
	margin-left:60px;
	border:2px solid #0291d9;
	margin-top:20px;
}

#countryList{
	float:right;
	margin-right:60px;
}

/* Pages Brochures */

#contentDocs{
	margin-left:315px;
	margin-top:40px;
	margin-bottom:20px;
	width:578px;
	position:relative;
}

#docHeader{
	width:578px;
	height:70px;
	background:url(../img/broHeader.gif) no-repeat;
}

#docHeader p{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#705b5b;
	float:right;
	margin-right:20px;
	margin-top:15px;
}

#docHeader p a, #docHeader p a:visited{
	color:#0291d9;
	text-decoration:underline;
}

#docHeader p a:hover{
	color:#705b5b;
	text-decoration:underline;
}

#docHeader2{
	width:578px;
	height:31px;
	background:url(../img/broHeader2.gif) no-repeat;
}

#docHeader h1{
	margin-left:15px;
	padding-top:15px;
	font-size:16px;
	color:#0291d9;
	font-weight:bold;
	font-style:italic;
}

#contentDocs h2{
	font-size:14px;
	font-weight:bold;
	color:#705b5b;
	margin-left:30px;
}

.docTitle{
	margin-top:20px;
}

#contentDocs ul{
	list-style-type:none;
	line-height:25px;
	margin-top:10px;
	margin-left:55px;
}

#contentDocs ul li{
	font-size:12px;
	font-style:italic;
}

#contentDocs ul li a, #contentDocs ul li a:visited{
	color:#0291d9;
	text-decoration:underline;
}

#contentDocs ul li a:hover{
	text-decoration:none;
}

#docInfos p{
	font-size:12px;
	font-weight:bold;
	color:#0291d9;
	margin-top:15px;
	margin-left:45px;
}

#docInfos{
	background:url(../img/broBG.gif) repeat-y;
}

#docFooter{
	width:578px;
	height:31px;
	background:url(../img/broFooter.gif) no-repeat;
}

#windIMG{
	position:absolute;
	right:35px;
	bottom:4px;
}

#countriesMenu{
	width:215px;
	float:left;
	margin-top:40px;
	margin-left:62px;
}

#countriesMenu > ul{
	list-style-type:none;
	display:block;
	width:215px;
	background:url(../img/countriesBG.jpg) repeat-y;
	padding-left:15px;
}

#countriesMenu > ul > li{
	font-size:13px;
	font-style:italic;
	color:#705b5b;
	line-height:18px;
	font-weight:bold;
	/*font-weight:bolder;*/
}

#countriesMenu > ul > li ul{
	margin-left:20px;
	list-style-type:none;
}

#countriesMenu > ul > li ul li{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

#countriesMenu > ul > li ul li a, #countriesMenu > ul > li ul li a:visited{
	color:#0291d9;
	text-decoration:none;
}

#countriesMenu ul li a:hover{
	color:#705b5b;
	text-decoration:underline;
}

#countriesMenu ul li span{
	color:#0291d9;
}

#selected{
	font-weight:bold;
}

#prevNext{
	float:right;
	margin-top:15px;
}

/* Lien retour */
#windBack{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#0291d9;
	margin-left:50px;
	margin-top:15px;
}

#windBack a, #windBack a:visited{
	text-decoration:underline;
	color:#0291d9;
}

#windBack a:hover{
	text-decoration:underline;
	color:#705b5b;
}
/*Titre*/
.rub_title
{
	display:block;
	margin:20px 0 20px 40px;
	
	color:#715C5C;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
}

/*	Century Gothic,	*/
.rub_title span
{
	color:#715C5C;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;

	background: url(../../../img/ligne_bleu.gif) no-repeat bottom left;
	padding:0 5px 5px 0 ;
}
/*Fin Titre*/
