@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font:normal 12px Lucida, Arial, Helvetica, sans-serif;
	background:#f2f1ed url(../images/bkg_body.jpg) top repeat-x;
	text-align:center;
	color:#737272;
}

a img{
	border:none;
}

p{
	margin:0;
	padding:1em 0 0;
}


#page{
}

	#page #tree{
		background:url(../images/bkg_page_tree.jpg) bottom no-repeat;
		min-height:940px;
	}

	#page #header{
		margin:0 auto;
		width:990px;
		text-align:left;
		
	}
	
		#page #header .logo{
			position:absolute;
			width:281px;
			height:185px;
			margin-left:7px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/img_logo_constructionchabot.png', enabled=true, sizingMethod=scale);
		}
		#page #header .logo[class]{
			background:url(../images/img_logo_constructionchabot.png) no-repeat;
		}
		
		#page #header #menu{
			padding:30px 0 0 10px;
			height:67px;
		}
		
		#page #header #menu ul{
			margin:0;
			padding:19px 0 0;			
			list-style:none;	
			position:relative;
			width:980px;
		}
		
		#page #header #menu ul li{
			display:block;
			float:left;
			
			padding: 0 13px;
			border-left:solid 2px #6e7072;
			list-style:none;
		}
		#page #header #menu ul li.first{
			margin-left:360px;
		}
		
			#page #header #menu ul ul{
				position:absolute;
				visibility:hidden;
				width:600px;
				text-align:right;
				top:45px;
				left:335px;
				padding:0;
			}
			
			#page #header #menu ul ul li{
				border:none;
				display:inline;
				float:none;
				padding:0 0 0 13px;
			}
			
			#page #header #menu ul ul li a{
				color:#939598;
				text-decoration:none;
			}
			#page #header #menu ul ul li a:hover{
				color:#e7e3ee;
				text-decoration:none;
			}
			#page #header #menu ul ul ul#ul_dev{
				position:absolute;
				visibility:hidden;
				width:600px;
				text-align:right;
				top:30px;
				left:-30px;
				padding:0;
			}
			#page #header #menu ul ul ul#ul_ter{
				position:absolute;
				visibility:hidden;
				width:600px;
				text-align:right;
				top:30px;
				left:-30px;
				padding:0;
			}
		
	#page #container{
	}
		
		#page #container .title_bar{
			color:#fff;
			line-height:40px;
		}
		
			#page #container .title_bar .path, #page #container #content .colLeft{
				float:left;
				padding-left:0px;
				text-align:justify;
			}
		
			#page #container .title_bar .mail_rbq{
				float:right;
				text-align:right;
				padding-right:15px;
				margin-top:4px;
			}
			
			#page #container .title_bar a, #page #container .title_bar span{
				color:#939598;
				text-decoration:none;
			}
			
			#page #container .title_bar a:hover{
				color:#ccc;
			}
			
		
		#page #container #content{
			min-height:365px;
			padding:8px 0 20px;
			/*background:url(../images/bkg_tree.jpg) 410px bottom no-repeat;*/
		}
		
			#page #container #content .colLeft{
				width:600px;
				text-align:justify;
			}
			
			
			#page #container #content .colRight{
				float:right;
				padding-right:0px;
				width:240px;
				text-align:right;
			}
			
			#page #container #content h1{
				font:normal 14px Cambria, "Times New Roman", Times, serif;
				text-transform:uppercase;
				color:#000;
				margin:0 6px 0 0;
				padding:10px 0;
			}
			
			#page #container #last_real ul{
				margin:0;
				padding:0;
				list-style:none;
			}
			#page #container #last_real ul li{
				padding:10px 0 0;
				list-style:none;
			}
			
			#page #container #last_real .a_next{
				display:block;
				margin-top:160px;
				margin-right:5px;
				
			}

		


#footer{
	background:#000;
	min-height:390px;
}
	#footer #top_footer{
		border-top:solid 3px #e3e2dd;
		background:#e8e6df;		
		border-bottom:solid 4px #7a7a7a;
		padding:27px 0;
	}
		#footer #top_footer a{
			display:block;
			float:left;
		}
		#footer #top_footer .keywords{
			float:right;
			width:400px;
			padding:0 20px;
		}

	#footer .menu ul{
		margin:0;
		padding:19px 0 0;			
		list-style:none;	
	}
	
	#footer .menu ul li{
		display:block;
		float:left;
		height:115px;
		padding: 0 22px;
		border-left:dotted 1px #fff;
		list-style:none;
	}
	#footer .menu ul li.first{
		border:none;
	}
	
		#footer .menu ul ul{
			padding:8px 0;
		}
		
		#footer .menu ul ul li{
			border:none;
			display:list-item;
			float:none;
			padding:3px 0;
			height:auto;
		}
		
		#footer .menu ul ul li a{
			color:#939598;
			text-decoration:none;
		}
		#footer .menu ul ul li a:hover{
			color:#e7e3ee;
			text-decoration:none;
		}
	
	#footer .copyright, #footer .credit{
		color:#737272;
		margin-top:50px;
		padding:0 20px;
	}
	
	#footer .copyright{
		float:left;
	}
	
	#footer .credit{
		float:right;
	}
	
	#footer .credit a{
		color:#737272;
		text-decoration:none;
		font-style:italic;
	}
	#footer .credit a:hover{
		color:#737272;
	}


.container{
	margin:0 auto;
	width:990px;
	text-align:center;
}
.containerbis{
	margin:0 auto;
	width:990px;

}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}


