/* CSS Document for Tractel.com by Dotcom */

/* Strcuture générale des pages */

body{
	margin:0;
	padding:0;
}

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

#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%;
	background-color:#FFF;
	position: relative;
}

#optionsHeader{
	width   : 285px;
	height  : 94px;
	position: absolute;
	right   : 130px;
	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{
	background     : none repeat scroll 0 0 #ffffff;
	display        : block;
	height         : 20px;
	list-style-type: none;
	padding-left   : 17px;
	padding-top    : 10px;
	position       : relative;
	top            : -3px;
	/top            : -30px;
	z-index        : 9;
}

#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;
}

/* Fin structure de la page */

.masterTitle{
	font-size:16px;
	color:#0291d9;
	font-weight:bold;
	margin-top:60px;
	margin-left:40px;
}

.underTitle{
	margin-left:40px;
	margin-top:30px; /* SI ON TOUCHE A CA FAUT REFAIRE TOUT LES TITRES QUE ZOZO A PREPARER SUR PHOTOSHOP */
}

#presentation{
	width:896px;
	margin:0 auto;
	margin-top:30px;
}

#presContent{
	position:static;
	width:896px;
	margin:0 0 0 -1px; 
	border:1px dashed white;
	background:url(../img/productsBG.jpg) repeat-y;
}
.contentTop{
	font-size:0;
}
#contentLinks{
	width:850px;
	margin:0 auto;
}

#contentLinks ul{
	list-style-type:none;
}

#contentLinks ul li{
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	float:left;
	margin-right:15px;
	margin-left:15px;
}

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

#contentLinks a:hover{
	text-decoration:none;
}

#diapo{
	float:left;
	margin-left:50px;
	margin-top:50px;
}

#diapo2{
	float:left;
	margin-left:50px;
	margin-top:50px;
}

#prodTXT{
	width:545px;
	margin-left:310px;
	margin-top:50px;
}

#prodTXT2{
	width:545px;
	margin-left:310px;
	padding-top:20px;
}

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

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


#prodTXT ul{
	list-style-type:none;
	margin-left:25px;
	margin-top:15px;
}


#prodTXT2 ul{
	list-style-type:none;
	margin-left:25px;
	margin-top:15px;
}

#prodTXT ul li{
	color:#000;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	line-height:18px;
	text-indent: -15px;
}

#prodTXT2 ul li{
	color:#000;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	line-height:18px;
}

#prodTXT ul li a, #prodTXT ul li a:visited{
	color:#0291d9;
	text-decoration:underline;
	font-weight:bold;
}

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

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

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

#prodTXT2 table{
	margin-top:20px;
}

#prodTXT2 table td{
	font-size:11px;
	height:25px;
}

#prodTXT2 h3{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#705b5b;
	margin-top:15px;
}

#prodTXT2 ul{
	list-style-type:none;
	margin-top:30px;
}

#prodTXT2 ul li{
	font-size:11px;
	color:#705b5b;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#prodTXT2 ul li a, #prodTXT2 ul li a:visited{
	color:#705b5b;
	text-decoration:underline;
}

#prodTXT2 ul li a:hover{
	color:#0291d9;
	text-decoration:underline;
}

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

.prodTitle{
	margin-top:15px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

.prodCell{
	font-style:italic;
	font-weight:bold;
	color:#0291d9;
}

.prodCell2{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#705b5b;
}

.strongIT{
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
}

#linkBack{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#0291d9;
	margin-left:10px;
	margin-bottom:3px;
}

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

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

#prodTXT p.title1{
	color:#0291d9;
	font-weight:bold;
	padding: 0 0 15px 0;
}
#prodTXT p.title1 span{
	color:#705b5b;
	font-style:italic;
}
/*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*/

#header_menus {
    float: right;
    position: absolute;
    right: 95px;
    top: 20px;
    z-index: 500;
}

#header_menu1, #header_menu2 {
    float: left;
    position: relative;
}

#header_menu1 {
    margin: 0 35px 0 0;
}
