@charset "utf-8";

body { 
	margin: 14px auto auto 18px;
	background-color: #6d6d70;
	background-image: url("images/arriere-page.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, .article {
	color: #ffffff;
}
#content h2, h2, h3, p, #menu-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 19px;
}
h2, #content, #menu-top a, #sidebar-menu a, #content.faq a {
	color: #6d6d70;
}
h3 {
	font-size: 14px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
ul {
	padding: 0;
	margin: 0;
}
a {
	white-space: nowrap;
}
a, #menu-top a:hover, #sidebar-menu a:hover, #content.faq a:hover {
	color: #01aded;
	text-decoration: none;
	border-style: none;
}
/*
a:hover, #content > * a:visited {
	color: #01aded;
}
*/
a.top:visited {
	color: #6d6d70;
}
a img {
	border-style: none;
}

.centering_parent {
	position: relative;
	float: left;
	left: 50%;
}
.centering_content {
	position: relative;
	left: -50%;
}
.centering_wrapper {
	overflow: auto;
}
.centering_wrapper {
	overflow: hidden;
}

#main {
	width: 982px;
	background-color: #dadada;
	background-image: url("images/main-top.jpg");
	background-repeat: no-repeat;
}
#top {
	position: relative; /* without this p#ventilateur would overflow below */
	height: 481px;
}

#top-right {
	float: right;
}
#top-right > * {
	float: right; /* else the elements would be aligned to the left ; > doesn't work in IE */
}

#menu-top-bar {
	margin-top: 17px;
}
#menu-top {
	display: table-cell; /* firefox bug */
	height: 22px;
	background-color: #ffffff;
}
#menu-top ul {
	padding: 4px;
}
#menu-top li, #sidebar-menu li {
	list-style-type: none;
}
#menu-top li {
	display: inline;
	margin: 10px;
}

p#slogan-block {
	margin-top: 46px;
}
p#ventilateur-block {
	position: absolute;
	bottom: 10px;
	right: 55px;
	color: #6d6d70;
	font-size: 20px;
}

p#logo-block {
	padding-top: 54px; /* margin would collapse in top layers and push them down */
	margin-left: 37px;
}

#sidebar {
	float: left;
}
#sidebar-menu {
	height: 150px;
}
#sidebar-menu li {
	width: 180px; /* percentage bugs in IE */
	margin-left: 1px;
	border-top: 1px solid #9a9b9f;
	text-indent: 14px;
	padding: 5px;
}
#sidebar-menu p a, .article a {
	color: #706e6e;
	text-decoration: none;
	border-style: none;
}
#sidebar-menu p a:hover, .article a:hover {
	color: #3aa1d5;
}
#sidebar > p {
	margin: 5px;
}

#content {
	margin-left: 210px;
	margin-right: 10px;
	width: 696px;
	padding: 10px 30px;
}
#content > p, .article .text {
	line-height: 150%;
}
#content > ul {
	padding-left: 25px;
}
#content, .article, .gallery img {
	border: 1px solid #ffffff;
}
.article {
	margin: 10px 0px 10px 10px;
	background-color: #909092;
	background-image: url("images/arriere-article.png");
	background-repeat: repeat-y;
}
.article .text {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 12px;
}
.article .gallery {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.article .gallery > * { /* isn't necessary for IE */
	margin: 0;
}

.download a strong, .download a img {
	vertical-align: middle;
}
.distributeur {
	margin-bottom: 30px;
}
table#plans td {
	text-align: center;
}
#membre {
	margin-top: 2em;
}
#content.distributeurs h3 {
	margin-bottom: -0.8em;
}
#content .column {
	float: right;
	width: 50%;
}
#content.installation a {
	white-space: normal;
}
#content.distributeurs > p {
	line-height: normal;
}
#content.distributeurs  {
	font-size: 11.5px;
}
#content.distributeurs .centering_content {
	font-size: 13.5px;
}
