@charset "utf-8";
/* General Atlantic Markup Styles
---------------------------------------- */
/* ajout de la class text-small le 20090414 14h52*/
* {

/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;

/*Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {

/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../images/body-bg.jpg) center top no-repeat;
	background-color: #dee2e2;
	font-size: 10px;
	margin: 0;
	padding: 0 0 12px;
}
h2 {
	padding: 0 0 0 15px;
	margin: 0;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.3em;
	background: url(../images/h2-bg.gif) 0 0 repeat-x;
}
h2.red {
	background-position: 0 -25px;
}
.noborder {
	border-style: none;
}
h2 span {
	font-size: 0.85em;
	font-weight: normal;
}
h3 {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h3 strong, h3 strong a {
	color: #444444;
}
h3 span {
	line-height: 0.85em;
	font-size: 0.85em;
	font-weight: normal;
}
p, div.p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
.art_widget_intro p {
  margin-bottom: 0;
}
img {
	border-width: 0;
}
hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #a0a0a0;
	height: 1px;
	margin: 0;
	display: block;
	clear: both;
}
a {
	color: #a0a0a0;
	text-decoration: underline;
}
a:hover {
	color: #bf0016;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	color: #a0a0a0;
}
a.normal-link {
	padding-left: 15px;
	background: url(../images/link-arrow.gif) 4px 5px no-repeat;
}
.normal-link2 {
	padding-left: 15px;
	background: url(../images/link-arrow.gif) 4px 5px no-repeat;
}
.normal-link a {
	padding-left: 15px;
	background: url(../images/link-arrow.gif) 4px 5px no-repeat;
}
.normal-link-white {
	padding-left: 15px;
	background: url(../images/link-arrow-white.gif) 4px 5px no-repeat;
}
.dark-link {
	
/* Added on 2009-05-07 */
	padding-left: 15px;
	background: url(../images/link-arrow-dark.gif) 4px 5px no-repeat;
}
.nos-services-panel-content a.normal-link-white {
	color: white;
	text-decoration: underline;
}
.pdf-link {
	padding-left: 20px;
	background: url(../images/picto-pdf.gif) 4px 0 no-repeat;
}
/* Main blocks
---------------------------------------- */
#global {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	position: relative;
}
#page-header {
	
}
#logo-container {
	padding: 0;
	margin: 0;
	width: 350px;
	float: left;
	overflow: hidden;
}
#site-logo {
	padding: 0;
	margin: 16px 0 0 0;
	float: left;
}
#sub-logo {
	float: left;
	font-size: 1.3em;
	font-variant: small-caps;
	margin: 0 0 0 57px;
	padding: 0;
	width: 100%;
}
#sub-logo strong {
	color: #777777;
}
#header-buttons {
	padding: 0;
	margin: 10px 0 0;
	width: 580px;
	float: right;
	overflow: hidden;
}
/* Espace pro button
	--------------------------------------------- */
#espace-pro {
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
}
#espace-pro a {
	padding: 0;
	margin: 0;
	width: 201px;
	height: 26px;
	background: url(../images/espace-pro-btn-bg.png) no-repeat 0 0;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 26px;
	text-align: center;
	display: block;
	color: #666;
	margin: 35px 0 0;
}
#espace-pro a:hover {
	color: #fff;
	background: url(../images/espace-pro-btn-bg.png) no-repeat 0 -26px;
}
/* Contact installer button
	--------------------------------------------- */
#contact-installer {
	padding: 0;
	margin: 0;
	float: right;
}
#contact-installer a {
	background: transparent url(../images/contact-installer-bg.png) no-repeat scroll 0 0;
	display: block;
	font-size: 1.2em;
	height: 41px;
	line-height: normal;
	padding: 12px 0 0 20px;
	text-decoration: none;
	width: 185px;
	color: #fff;
}
#contact-installer a:hover {
	background-position: 0 -53px;
	color: #fff;
}
#page-body {
	padding: 0;
	margin: 5px 0 0;
	overflow: hidden;
}
#page-col-left {
	padding: 0;
	margin: 0 10px 0 0;
	width: 180px;
	float: left;
	overflow: hidden;
}
#page-main-right {
	padding: 0;
	margin: 0;
	width: 790px;
	float: right;
	overflow: hidden;
}
#page-main-left {
	padding: 0;
	margin: 0;
	width: 775px;
	float: left;
	overflow: hidden;
}
#page-footer {
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}
/* Search box
--------------------------------------------- */
#search-box {
	padding: 0;
	margin: 15px 0 0;
	width: 200px;
	height: 30px;
	background: url(../images/search-bg.gif) 0 0 no-repeat;
	position: relative;
	display: block;
	white-space: nowrap;
	
/* F
or 
Opera */
	overflow: hidden;
	float: right;
}
#search-box fieldset {
	padding: 0;
	margin: 0;
	border: 0 none #ffffff;
}
#search-box input.recherche,
#search-box #keywords {
	width: 170px;
	background-color: #FFF;
}
#search-box input {
	margin: 7px 0;
	border: 0 none #ffffff;
	float: right;
}
#search-box input.searchbutton {
	margin-right: 5px;
}
/* Main menu
---------------------------------------- */
#navigation {
	padding: 0;
	margin: 15px 0 0;
	width: 790px;
	list-style: none;
}
#navigation li.column {
	padding: 0;
	margin: 0 5px 0 0;
	display: inline-block;
	position: relative;
	float: left;
	z-index: 19;

/* Last
u
pdate 2009-04-14 at 16:25 => to have this menu under thickbox */
}
#navigation a {
	display: block;
	width: 190px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 30px;
	background-color: #f7f8f9;
	border-bottom: 1px solid #ffffff;
}
#navigation a:hover {
	background-color: #eef0f0;
}
#navigation a.mainmenu {
	background: url(../images/mainmenu-bg.gif) 0 0 repeat-x;
}
#navigation a.mainmenured {
	background-position: 0 -30px;
	color: #ffffff;
}
#navigation ul {
	list-style: none;
	position: absolute;
	opacity: 0.95;
}
.topsousmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	background-color: #dee2e2;
	font-size: 11px;
	padding: 4px;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb {
	padding: 0;
	margin: 7px 0;
	list-style: none;
}
.breadcrumb li {
	padding: 0 0.1em 0 0;
	display: inline;
}
.breadcrumb li a {
	text-decoration: none;
}
/* Left menu
---------------------------------------- */
.left-menu {
	padding: 0;
	margin: 0;
	width: 180px;
	overflow: hidden;
}
.left-menu div {
	
/* Update 2009-05-14 */
		padding: 0 25px 0 5px;
	margin: 5px 0 1px;
	width: 148px;
	min-height: 30px;
	border: 1px solid #a0a0a0;
	background: left top no-repeat;
	color: #FFFFFF;
	
/* Updated on 
2009-04-22 */
		font-size: 1.3em;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
}
.left-menu div.simple-button {
	padding-right: 0;
	
/*widt
h: 166px;*/
      width: 180px;
}
.left-menu div a {
	display: block;
	padding: 0 0 0 12px;
	margin: 0 0 0 -12px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	
/* Update
d on 2009-04-23 */
			text-decoration: none;
}
.left-menu div.two-lines {
	height: 40px;
	line-height: 20px;
}
.left-menu div.left-menu-on, .left-menu div.simple-button:hover {
	background-position: left bottom;
	color: #FFFFFF;
}
.left-menu div.left-menu-on a, .left-menu div.simple-button:hover a {
	color: #FFFFFF;
}
.left-menu div.red {
	background-image: url(../images/left-menu-title-bg-red.gif);
}
.left-menu div.red.two-lines {
	background-image: url(../images/left-menu-red-2lines.gif);
}
.left-menu div.red.simple-button.two-lines {
	background-image: url(../images/left-menu-simple-red-2lines.gif);
}
.left-menu div.red.simple-button {
	background-image: url(../images/left-menu-title-simple-red.gif);
}
.left-menu div.red.left-menu-on, .left-menu div.red.simple-button:hover {
	border-color: #e2001a;
}
.left-menu div.green {
	background-image: url(../images/left-menu-title-bg-green.gif);
}
.left-menu div.green.left-menu-on {
	border-color: #0d6cb2;
}
.left-menu div.emerald {
	background-image: url(../images/left-menu-title-bg-emerald.gif);
}
.left-menu div.emerald.left-menu-on {
	border-color: #779b93;
}
.left-menu div.blue {
	background-image: url(../images/left-menu-title-bg-blue.gif);
}
.left-menu div.blue.left-menu-on {
	border-color: #007bbc;
}
.left-menu div.braun {
	background-image: url(../images/left-menu-title-bg-braun.gif);
}
.left-menu div.braun.left-menu-on {
	border-color: #5a463d;
}
.left-menu ul {
	
/* Updated on 2009-04-16 : removing border */
		padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fdfdfd;
}
.left-menu ul li {
	
/* Updated on 2009-04-16 : removing padding-left */
			display: block;
	line-height: 25px;
	background: url(../images/link-arrow.gif) 4px 10px no-repeat;
}
.left-menu ul li.left-submenu-on, .left-menu ul li:hover {
	background-color: #eef0f0;
}
.left-menu ul li a {
/* Updated on 2009-04-16 : adding padding-left */
	display: block;
	padding-left: 15px;
	text-decoration: none;
	font-size: 1.2em;
}
.left-menu ul li.left-subsubmenu {
	
/* Added on 2009-04-16 for a new sub-sub-menu level */
	background-position: 19px 10px;
}
.left-menu ul li.left-subsubmenu a {
	
/* Added on 2009-04-16 for a new sub-sub-menu level */
	padding-left: 30px;
}
/* Side blocks
---------------------------------------- */
.side-block {
	padding: 0;
	margin: 5px 0 0;
}
.side-block-title {
	
/* Updated/Added on 2009-05-05 */
  display: inline-block;
	padding: 0 0 0 15px;
	margin: 0;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
	background: url(../images/h2-bg.gif) 0 0 repeat-x;
	float: left;
}
.side-col-right .side-block {
	
/* Added on 2009-05-05 */
	margin-top: 10px;
}
.side-block-left .side-block-title {
	
/* Added on 2009-05-06 */
  padding-left: 10px;
	font-weight: normal;
}
.coin-block-right {
	display: block;
	clear: none;
	float: left;
	background: url(../images/coin-block-right.gif) no-repeat;
	width: 14px;
	height: 25px;
}
.side-block-content {
	
/* Updated on 2009-04-22 : delete "border: 1px solid #ababab;" */
  padding: 0;
	margin: 0;
	width: 99%;
	
/* Required to fix overflow : hidden in IE6 */
  overflow: hidden;
	clear: both;
}
.side-block-content-left {
	padding: 0;
	margin: 10px 0;
	width: 50%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.side-block-content-right {
	padding: 0;
	margin: 10px 0;
	width: 50%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	float: right;
}
.side-block-content > * {
	margin: 5px 10px;
	list-style: none;
}
.side-block-content img.art_widget_logo {
  margin: 0;
}
.side-block-content-img {
	margin: 0;
	float: right;
}
.side-block-content-p {
	margin: 5px 10px;
}
.side-block-content-guide {
	padding: 0;
	margin: 35px 0 0 15px;
}
.side-block-content-energy {
	padding: 0;
	margin: 25px 0 0 15px;
}
.side-block-content-contact-installer {
	padding: 0;
	margin: 25px 0 25px 15px;
}
.side-block-content li {
	padding: 2px 5px;
}
.side-block table {
	padding: 0;
	margin: 10px auto;
}
.side-block table.marges {
	width: 90%;
}
.side-block tr.blue {
	background-color: #f7f8f8;
}
.side-block td.blue {
	
/*
Added on 2009-04-17 */
		background-color: #f7f8f8;
}
.side-block td {
	padding: 2px 5px;
	margin: 0;
	border: 0 none;
}
.side-col-right {
	padding: 0;
	margin: 0;
	width: 205px;
	float: right;
}
.side-block-right {
	width: 205px;
	float: right;
}
.side-block-right .side-block-content {
	background-color: #FFFFFF;
}
.side-block-left {
	width: 180px;
}
.side-block-left .side-block-content {
	background-color: #fdfdfd;
}
.ligne_widget_liste_prod {
	height: 50px;
	font-size: 1em;
}
.ligne_widget_liste_prod td {
	padding: 2px 5px;
}
.ligne_widget_liste_prod td.nom {
	background-color: #F7F8F8;
}
.ligne_widget_liste_prod img {
	width: 50px;
	height: 50px;
}
div.side-block#side-block-img-txt .side-block-content > a {
  margin: 0;
}
/* Panels
---------------------------------------- */
.panel {
	padding: 0;
	margin: 10px 0 0 10px;
	width: 320px;
	float: left;
	overflow: hidden;
}
.panel h2 {
	background: transparent none repeat scroll 0 0;
	padding: 0;
}
.panel h2 a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.panel-content {
	padding: 20px 0 0 5px;
	margin: 0;
	min-height: 100px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.panel-content img {
	float: right;
}
.panel h2 a span.panel-title {
	background: transparent url(../images/h2-bg.gif) repeat-x scroll 0 0;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0 15px;
}
.panel h2 a span.panel-title-corner {
	background: transparent url(../images/coin-panel-right.gif) no-repeat scroll right 0;
	display: block;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 10px;
}
.panel h2 a:hover span.panel-title {
	background-position: 0 -25px;
	color: #FFFFFF;
}
.panel h2 a:hover span.panel-title-corner {
	background-position: right -25px;
}
/* Footer lists
---------------------------------------- */
#page-footer a, #page-footer span {
	
/* Updated on 2009-4-17 */
	text-decoration: none;
/*	font-size: 1.1em; /* David Toog on 2009-05-19 */
}
#page-footer p {
	
/* Updated on 2009-05-06 */
	padding: 0;
	margin: 5px 0 0;
	line-height: 1.5em;
	font-size: 1.00em;
	float: left;
}
#page-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#page-footer .highlight {
	background-color: #f6f6f6;
}
#page-footer li {
	padding: 0;
	display: inline;
}
.footer-menu li a, .footer-menu li span {
	
/*
Updated on 2009-4-17 */
		padding: 0 10px;
	margin-top: 2px;
	display: inline-block;
	line-height: 1.8em;
}
.footer-links li a {
	
/* Updated on 2009-05-06 */
		display: inline-block;
	padding: 0 5px;
	margin-top: 5px;
	line-height: 1.5em;
	font-size: 1.00em;
	border-right: 1px solid #a0a0a0;
}
.footer-links li.sans a {
	border-right: none;
}
.footer-links li.sans a {
	border-right: none;
}
/* Pagination
---------------------------------------- */
.pagination-row {
	padding: 0;
	margin: 15px auto 0;
	text-align: center;
}
.pagination {
	padding: 0;
	margin: 0 auto;
	list-style: none;
  float: right;
}
.pagination li {
	display: inline;
}
.pagination li a {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background-image: url(../images/pagination-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	text-align: center;
	border: 1px solid #a0a0a0;
	vertical-align: bottom;
}
.pagination li a img {
	margin: 0;
}
.pagination li a.pagination-active, .pagination li a:hover {
	background-position: left bottom;
	color: #646464;
}
/* Main page (middle column)
---------------------------------------- */
.page-main-center {
	padding: 0 0 20px 0;
	margin: 10px 0 0;
	width: 580px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.page-main-center-header {
	padding: 20px 0 0 25px;
	margin: 0;
	width: 555px;
	height: 99px;
	background: left top no-repeat;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.page-main-center .faq_header, .page-main-center .faq-header {
	width: 580px;
	height: 119px;
}
.page-main-center-header img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.page-main-center-header-h {
  font-size:2em;
  line-height:0.9em;
  margin:0;
  padding:0;
  position:relative;
  width:260px;
  z-index:10;
}
.page-main-center-header-p {
	padding: 0;
	margin: 5px 0 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.page-main-center-content {
	padding: 0 27px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.page-main-center-content p {
	font-size: 1.1em;
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}
.page-main-center-content-p h2 {
	padding: 0;
	margin: 10px 0 0;
	
/*f
ont-size: 1.6em;*/
	color: #444444;
	background: none;
	text-align: left;
	height: auto;
}
.page-main-center-content-p h2, .page-main-center-content-p h3, .page-main-center-content-p2 h3 {
	background: transparent none repeat scroll 0 0;
	color: #444444;
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0;
	padding: 0;
}
.page-main-center-content-h {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.6em;
	color: #444444;
	background: none;
}
span.pressetitreh2 {
	font-size: 1em;
}
.page-center-content-h-center {
	padding: 0;
	margin: 10px auto 0;
	background: none;
	font-size: 2em;
	line-height: normal;
	text-align: center;
	color: #444444;
}
.page-center-content-h-left {
	padding: 0;
	margin: 10px auto 0;
	background: none;
	font-size: 2em;
	line-height: normal;
	text-align: left;
	color: #444444;
}
.page-main-center-content-p, .page-main-center-content-p p {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}
.repadding {
	padding: 0 27px;
}
.page-main-center-content ul, .page-main-center-content-p ul {
	padding: 0;
	margin: 5px 0;
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
}
.page-main-center-content ul li, .page-main-center-content-p ul li {
	
/*
font-size: 1.2em;*/
  background: transparent url(../images/link-arrow.gif) no-repeat scroll 4px 5px;
	margin: 0 0 0 6px;
	padding: 0 0 0 20px;
}
.page-main-center-content ul.text-normal li, .page-main-center-content-p ul.text-normal li {
	background: none;
	margin: 0;
}
.page-main-center-content-list-panel {
	padding: 0;
	margin: 10px auto;
	width: 525px;
	min-height: 100px;
	
/* Up
date on 2009-04-16 */
	overflow: hidden;
}
.page-main-center-actions-row {
	padding: 0;
	margin: 20px 0 0;
	text-align: center;
}
.page-main-center-action-block {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	width: auto;
	text-decoration: none;
	vertical-align: top;
	line-height: 1em;
}
.page-half-left {
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	overflow: hidden;
}
.page-half-right {
	padding: 0;
	margin: 0;
	width: 50%;
	float: right;
	overflow: hidden;
}
/* Common buttons
---------------------------------------- */
.btn-row {
	padding: 0;
	margin: 18px auto 0;
	text-align: center;
	position: relative;
/*
Added on 2009-04-17 */
}
.btn-small {
	display: -moz-inline-box;
/* For Firefox 2 and older */
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 17px;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: none;
	overflow: hidden;
}
a:hover.btn-small {
	text-decoration: none;
	color: #a0a0a0;
}
a:hover.btn-hover-underline {
	text-decoration: underline;
}
.btn-small-content {
	display: block;
	padding: 0 0px;
	margin: 0;
	text-align: center;
	float: left;
}
a.btn-small .btn-small-content-gray {
	background: url(../images/btn-small-gray-content.gif) left top repeat-x;
	color: #fff;
	text-decoration: none;
}

.btn-small-content-orange {
	background: url(../images/btn-small-orange-content.gif) left top repeat-x;
}
.btn-small-arrow-left {
	margin-right: 7px;
}
.btn-small-arrow-right {
	margin-left: 7px;
}
.btn-small-left {
	display: block;
	padding: 0;
	margin: 0;
	width: 7px;
	height: 17px;
	float: left;
}
.btn-small-left-gray {
	background: url(../images/btn-small-gray-left.gif) left top no-repeat;
}
.btn-small-left-orange {
	background: url(../images/btn-small-orange-left.gif) left top no-repeat;
}
.btn-small-right {
	display: block;
	padding: 0;
	margin: 0;
	width: 7px;
	height: 17px;
	float: left;
}
.btn-small-right-gray {
	background: url(../images/btn-small-gray-right.gif) right top no-repeat;
}
.btn-small-right-orange {
	background: url(../images/btn-small-orange-right.gif) right top no-repeat;
}
.btn-small:hover {
	
/* Added on 2009-05-06 */
		color: #FFFFFF;
}
.btn-small:hover .btn-small-content-gray {
	
/* Added on 2009-05-06 */
			background-position: left -17px;
}
.btn-small:hover .btn-small-left-gray {
	
/* Added on 2009-05-06 */
			background-position: left -17px;
}
.btn-small:hover .btn-small-right-gray {
	
/* Added on 2009-05-06 */
			background-position: left -17px;
}
.btn-margin {
	margin: 0 20px;
}
.btn-center {
	
/*
Added on 2009-04-17 */
	margin: 0 auto;
}
.btn-fix-left {
	
/*
Added on 2009-04-17 */
	position: absolute;
	left: 0;
}
.btn-fix-right {
	
/*
Added on 2009-04-17 */
	position: absolute;
	right: 0;
}
.btn-small:hover .btn-small-content-gray {
	background-position: left -17px;
}
.puce-bleu {
	float: left;
	display: block;
	background: url(../images/demi-puce-bleu.gif) no-repeat;
	width: 5px;
	height: 18px;
	margin: 3px 0 0 -10px;
}
.puce-rouge {
	float: left;
	display: block;
	background: url(../images/demi-puce-rouge.gif) no-repeat;
	width: 5px;
	height: 18px;
	margin: 3px 0 0 -10px;
}
.puce-orange {
	float: left;
	display: block;
	background: url(../images/demi-puce-orange.gif) no-repeat;
	width: 5px;
	height: 18px;
	margin: 3px 0 0 -10px;
}
/* Common classes
---------------------------------------- */
.title-row {
	padding: 0;
	margin: 10px 0 0;
	width: 100%;
	
/* Re
quired to fix overflow : hidden in IE6 */
	overflow: hidden;
}
.page-h1 {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	float: left;
}
.first {
	margin-left: 0;
}
.last {
	margin-right: 0;
}
.text-tiny {
	font-size: 0.2em;
	line-height: normal;
}
.text-small {
	font-size: 0.6em;
	line-height: normal;
}
.text-normal {
	font-size: 1.2em;
	line-height: normal;
}
.text-medium {
	font-size: 1.4em;
	line-height: normal;
}
.text-big {
	font-size: 1.8em;
	line-height: normal;
}
.text-align-center {
	margin: 10px 0;
	text-align: center;
}
/* Flux RSS */
.picto-rss {
	padding: 0;
	margin: 0;
	width: 19px;
	height: 19px;
	float: right;
}
.dark-gray {
	color: #444444;
}
.light-gray, .light-gray a {
	color: #c0c0c0;
}
.light-gray a:hover {
	color: #bf0016;
}
.hide {
	display: none;
}
.padding-top-20 {
	
/*
Added on 2009-04-17 */
	padding-top: 20px;
}
#our-advises h3 span {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.page-main-center-content-p p {
	font-size: 1em;
	margin: 5px 0 0;
	padding: 0;
	text-align: justify;
}
.page-main-center-content-p ul {
	
/*
list-style-type: disc;*/
  margin-left: 10px;
}
a.buttoncontact {
	background: transparent url(../images/btn-contacter-un-installateur.png) no-repeat 0 0;
	display: block;
	width: 195px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0 0 10px;
}
/* AJOUT THOMAS@TOOG MODIFICATIONS FORMULAIRE RELATION */
.boldorange b {
	color: #FF9135;
}
.top_formrelation {
	background: #eaeaea url(../images/top_formrelation.jpg) no-repeat 0 0;
	margin: 10px 0 0 0;
	padding: 0;
}
.bottom_formrelation {
	background: transparent url(../images/bottom_formrelation.jpg) no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 0;
	height: 34px;
}
.formrelation_t1 {
	float: left;
	width: 155px;
	margin: 0 10px 10px 10px;
	min-height: 50px;
}
.btn_formrelation {
	background: transparent url(../images/btn_formrelation.gif) no-repeat 50% 0;
	height: 44px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 44px;
	margin: 0;
	padding: 0 0 0 208px;
	cursor: pointer;
}
.btn_formrelation:hover {
	text-decoration: underline
}
#formrelation {
	display: none;
}
.formrelation_l1 {
	float: left;
	width: 125px;
	margin: 6px 12px 0 38px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.lnklstinst {
	background: transparent url(../images/lnklstint.gif) no-repeat 0 0;
	text-decoration: none;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 5px 0 0 5px;
	padding: 0 0 0 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.side-block-title-orange {
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
	background: url(../images/h2-bg-orange.gif) 0 0 repeat-x;
	float: left;
}
.coin-block-right-orange {
	display: block;
	clear: none;
	float: left;
	background: url(../images/coin-block-right-orange.gif) no-repeat;
	width: 20px;
	height: 25px;
}
.instlink1 {
	color: #f7991d;
	font-size: 12px;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
.instlink2 {
	color: #f7991d;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
.instlink3, .instlink5 {
	background: #f7991d url(../images/btn-contact-right.png) no-repeat scroll 0 0;
	bottom: 5px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 1px 0 0 27px;
	right: 20px;
	text-decoration: none;
	width: 80px;
}
.instlink4 {
	right: 42px;
	bottom: 16px;
}
.instlink5 {
  background:transparent url(../images/btn-contact-right-long.png) no-repeat scroll 0 0;
  float:left;
  font-size:12px;
  margin:8px 0 10px 14px;
  padding:5px 0 0 10px;
  width:175px;
  height: 30px;
}
.instlabel2 {
	text-align: right;
	display: block;
}
.instbox .side-block-content-p span.instlabel3 {
	text-align: left;
}
.instbox {
  background:transparent url(../images/contact-installateur-right.jpg) no-repeat scroll left bottom;
  clear:left;
  height:153px;
  overflow:hidden;
  padding-top:10px;
}
.instbox-sobre {
	background: none;
	padding-top: 15px;
	min-height: 100px;
}
.instbox .side-block-content-p span {
	display: block;
	padding-left: 75px;
	text-align: left;
}
.instbox-sobre p.side-block-content-p {
	padding-bottom: 60px;
}
.goinst {
	background: transparent url(../images/picto-installateur.gif) no-repeat center 0;
	padding-top: 35px;
	text-align: center;
	width: 50px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.no-max-height {
	height: auto;
}
.phototheque {
  background:#F49524 url(../images/btn-contact-right.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  display:block;
  font-size:12px;
  font-weight:bold;
  height:22px;
  line-height:21px;
  margin:20px 0 0 238px;
  padding:1px 0 0 24px;
  text-decoration:none;
  width:79px;
}
.widgetdocuments-markdown, .widgetdocuments-markdown p {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}
.widgetdocuments-markdown p {
	padding: 0 10px;
	margin-top: 0px;
}
.widgetdocuments-markdown ul {
	padding: 0;
	margin: 5px 0;
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
}
.widgetdocuments-markdown ul li {
	background: transparent url(../images/link-arrow.gif) no-repeat scroll 4px 5px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
#international {
	float: right;
	font-size: 1em;
	margin: 5px 25px 0 0;
	position: absolute;
	right: 0;
}
#international span {
	color: #888;
}
.international-content {
	font-size: 1.2em;
}
/* Sam new design octobre 2009 */
.conseils_header {
	margin: 10px 0 0;
	width: 580px;
	height: 109px;
	float: left;
	position: relative;
	padding: 20px 0 0;
}
.marque_actus_header {
	height: 109px;
	margin-top: 10px;
}
.marque_actus_header2 {
	margin-top: 0;
}
.marque_header_index {
	margin: 10px 0 0;
	width: 580px;
	float: left;
	position: relative;
	padding: 20px 0 0;
}
.intro_marque {
	padding: 25px;
}
.titre_marque {
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background-image: none;
	left: 10px;
	position: absolute;
	top: 20px;
}
.head_service_avantvente {
	background: url(../images/head_service_avantvente.jpg) no-repeat left center;
	height: 99px;
}
#tab_documents a {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666666;
}
#tab_documents a:hover {
	color: #bf0016;
}

.news_pager {
  clear: both;
  width: 578px;
}

.news_pager td {
  width: 289px;
}

.news_pager a {
  text-decoration: none;
}

.news_pager a:hover {
  text-decoration: underline;
}
.clearfixatlantic {
	display:block;
	clear: both;
}

ul#navigation li.onglet_actif > a {
  background-position: 0 -30px;
  color: #ffffff;
}

#espace-pro .onglet_actif a {
  background-position: 0 -26px;
  color: #ffffff;
}

.header-subtitle {
  font-style: normal;
}


.left-menu div.green.two-lines {
	background-image: url(../images/left-menu-green-2lines.gif);
}
.left-menu div.emerald.two-lines {
	background-image: url(../images/left-menu-emerald-2lines.gif);
}
.left-menu div.blue.two-lines {
	background-image: url(../images/left-menu-blue-2lines.gif);
}
.left-menu div.braun.two-lines {
	background-image: url(../images/left-menu-braun-2lines.gif);
}

