@charset "utf-8";
/********************************************************
	Global CSS Document
	Copyright SARL Devclic (c) 2009 pour Jean-Marie Muller
********************************************************/

/* CSS Reset */
* { margin: 0; padding: 0;}
:link, :visited { text-decoration: none; }
/*ul,ol { list-style: none; }*/
ul { padding-left:2em; margin-left:0;}
fieldset { border: 0; }
img { border: none; background: none; } a img { border: 0 none; } 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } 
.clear{ clear: both; height: 0px; font-size: 0px; line-height: 0px; } 
.strong{ font-weight: bold; }
p { margin: 1em 0; }

/* General */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#DBE1E4;
}

/* Containers */
#wrapper{
	background-image:url(/img/main_bg.gif);
	margin: 0px auto;
	width:980px;
	height:900px;
}

#globalcontainer{
	margin: 0px auto;
	width:960px;
}

#header{
	height:80px;
	display:block;
}

#header #logo {
  display: block;
  overflow: hidden;
  background: url(/img/logo.gif) no-repeat;
  width: 260px;
  height: 74px;
  float: left;
  margin-left: 15px;
  text-indent: -99999px;
}

#header #logoprint {
  display: none;
}

/* Menu TOP*/
#header ul.menu_top{
	display:block;
	height:28px;
	margin-right:20px;
	float:right;
	border-bottom:1px solid #e9e9e9;
	padding-left:0;
	list-style-type:none;
}

#header ul.menu_top li {
	display: block;
	font-weight:bold;
	font-size:10px;
	float: left;
	margin-top:5px;
	border-right: 1px #e9e9e9 solid;
}

#header ul.menu_top a:link,
#header ul.menu_top a:visited {
	color:#999;
	margin-left:5px;
	margin-right:5px;
	display: block;
	height: 17px;
	line-height: 17px;
	text-decoration: none;
	/* IE 6 */
	width: auto !important;
	width: 0.1em;
	white-space: nowrap;
}

#header ul.menu_top li a:hover {
	color:#069;
}

/* RSS News */
#header ul.menu_top li.actu {
	margin-left:10px;
	border:0;
}

#header ul.menu_top li.actu img {
	float:left;
	margin-right:4px;
}

#header ul.menu_top li.actu a:link,
#header ul.menu_top li.actu a:hover,
#header ul.menu_top li.actu a:active,
#header ul.menu_top li.actu a:visited {
	color:#fd973e;
}

/* Search Box */
#header ul.menu_top li.searchbox {
	background-color:#e9e9e9;
	width:180px;
	margin-left:15px;
	height:20px;
	border:0 ;
}

#header ul.menu_top li.searchbox form input{
	border:0;
	margin-top:2px;
	color: #999;
	font-size:10px;
}

#header ul.menu_top li.searchbox form input.search_text {
	position:absolute;
	width: 130px;
	height: 14px;
	font-weight:bold;
	margin-left:5px;
	margin-top:3px;
}

#header ul.menu_top li.searchbox form input.search_button {
	float:right;
	width: 25px;
	height: 15px;
	cursor: pointer;
	background-color:#fff;
	padding-bottom:1px;
	margin-right:10px;
}

/* Main Menu */
#menu {
	width:955px;
	margin:0 auto;
	height:27px;
	background:url(/img/menu_bg.gif);
}

#menu ul.main_menu {
	margin:0;
	padding:0;
	/*margin-left:300px;*/
	margin-left:190px;
	display:inline-block;
	height:27px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

#menu ul.main_menu li {
	float:left;
	background-color:#FFFFFF;
	display:block;
	margin:0 10px;
	height:27px;
}

#menu ul.main_menu li a {
	display:block;
	text-align:center;
}

#menu ul.main_menu li a strong {
	line-height:27px;
}

#menu ul.main_menu li.accueil a{
	background:no-repeat url(/img/onglet_accueil.gif);
	width:119px;
}

#menu ul.main_menu li.accueil a:hover {
	background:no-repeat url(/img/onglet_accueil.gif);
	color: #FD973E;
}

#menu ul.main_menu li.electricite a {
	width:138px;
}

#menu ul.main_menu li.electricite a:hover {
	background:no-repeat url(/img/onglet_electricite.gif);
}

#menu ul.main_menu li.energie a {
	width:119px;
}

#menu ul.main_menu li.energie a:hover {
	background:no-repeat url(/img/onglet_energie.gif);
}

#menu ul.main_menu li.climatisation a {
	width:168px;
}

#menu ul.main_menu li.climatisation a:hover {
	background:no-repeat url(/img/onglet_climatisation.gif);
}

#menu ul.main_menu li.contact a{
	width:119px;
}

#menu ul.main_menu li.contact a:hover {
	background:no-repeat url(/img/onglet_accueil.gif);
	color: #FD973E;
}

#menu ul.main_menu li a:link,
#menu ul.main_menu li a:visited,
#menu ul.main_menu li a:active {
	color:#036;
}

#menu ul.main_menu li a:hover {
	color:#fff;
}

#menu ul.main_menu li.accueil a:hover {
	color:#036;
	color: #FD973E;
}

#menu_skycraper {
	background-image:url(/img/top_menu_bg.gif);
	height:129px;
	width:959px;
}

#menu_skycraper .left {
	float:left;
	position:absolute;
	display:block;
	height:60px;
	width:285px;
	margin-left:25px;
}

#menu_skycraper .right{
	float:left;
	position:absolute;
	display:block;
	height:60px;
	width:285px;
	margin-left:390px;
}

#menu_skycraper .slogan{
	margin-top:30px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

#menu_skycraper .right .slogan{
	text-align:right;
}

#menu_skycraper .tags{
	margin-top:30px;
	color:#ddd;
	font-weight:bold;
	font-size:9px;
	text-transform:capitalize;
}

#menu_skycraper .tag1{
	display:block;
	float:left;
	margin-left:20px;
}

#menu_skycraper .tag2{
	margin-top:20px;
	margin-left:25px;
	display:block;
	float:left;
}

#menu_skycraper .tag3{
	margin-top:0px;
	margin-left:25px;
	display:block;
	float:left;
}

#menu_skycraper .tag_middle{
	float:left;
	position:absolute;
	display:block;
	height:10px;
	width:50px;
	margin-left:335px;
	margin-top:110px;
	color:#ddd;
	font-weight:bold;
	font-size:9px;
	text-transform:capitalize;
}

#menu_skycraper .officesbox{
	float:left;
	position:absolute;
	display:block;
	height:110px;
	width:240px;
	margin-left:690px;
	margin-top:10px;
	color:#ddd;
}

#menu_skycraper .officesbox h1{
	float:left;
	display:block;
	margin-left:35px;
	margin-top:7px;
	color:#ddd;
	font-size:14px;
	font-weight: normal;
	width:63px;
}

#menu_skycraper .officesbox .horaires{
	float:left;
	display:block;
	margin-left:45px;
	margin-top:7px;
}

#menu_skycraper .officesbox .open, 
#menu_skycraper .officesbox .closed{
	float:left;
	display:block;
	margin-left:50px;
	margin-top:12px;
	font-size:28px;
	font-weight: bold;
}

#menu_skycraper .officesbox .open {
	color:#548223;
	background: url(/img/opened_offices.gif) 145px -3px no-repeat;
	width:200px;
	height:32px;
}

#menu_skycraper .officesbox .closed {
	color:#a20202;
	background: url(/img/closed_offices.gif) 135px 0px no-repeat;
	width:200px;
	height:32px;
}

#menu_skycraper .officesbox .tel{
	float:left;
	display:block;
	margin-left:50px;
	margin-top:10px;
	color:#bcd9e0;
	font-size:22px;
	font-weight: bold;
}

#menu_skycraper .officesbox a{
	color: #ddd;
}

#breadcrumb {
	height:15px;
	background-color:#f0f0f0;
	margin:0 auto;
	width: 946px;
	font-size:10px;
	padding-top: 5px;
	padding-left: 9px;
}

#breadcrumb a{
	color:#000;
}

#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	color: #000;
}

#breadcrumb .currentpage{
	color:#069;
}

#content {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:710px;
	height:570px;
}

#content h1 {
	color:#296889;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:normal;
}

#content h2 {
	color:#069;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:normal;
}

#sidebar {
	margin-top:20px;
	float:left;
	width:220px;
	overflow:hidden;
	height: 570px;
}

#sidebar h1 {
        text-transform:uppercase;
	font-size:14px;
	color: #296889;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:5px;
	margin-bottom:5px;
}

#sidebar .activites{
	background-color:#f4f4f4;
	border:1px solid #e9e9e9;
	padding:5px;
	font-size:11px;
}

#footer {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	width:940px;
	clear:both;
	height: 20px;
	border-top: 1px #e9e9e9 solid;
}

#footer .copyright {
	display:block;
	width: 260px;
	background-color: #efefef;
	color: #5f626a;
	height:20px;
	line-height:20px;
	font-size:11px;
	text-align:center;
	float:left;
}

#footer #menu_footer{
	display:block;
	width: 670px;
	background-color: #f6f6f6;
	color: #5f626a;
	height:20px;
	line-height:20px;
	font-size:11px;
	margin-left:10px;
	float:left;
}

#footer #menu_footer ul{
	margin:0;
	padding:0;
	display:inline-block;
	height:20px;
	font-size:11px;
	float:right;
}

#footer #menu_footer ul li {
	display: inline-block;
	float: left;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	line-height:20px;
}

#footer #menu_footer ul li:hover {
	background-color:#f2f7f9;
}


#footer #menu_footer ul li a {
	text-transform: uppercase;
	color:#5f626a;
}

