/* TYPOGRAPHY */

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	}
table,td,th,p,div,li,dt,dd,blockquote,pre,code {
	font-size: 0.99em;
	}
img {
	border: 0;
	}


/* =LINKS */
a,
a:link,
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/* =HEADINGS */
h1 {
	margin: 0;
	}
h2 {
	font-size: 1.5em;
	margin: 0;
	}
h2 span {
	font-size: .85em;
	font-weight: normal;
	}
div#nav3 h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 56px 10px 5px;
	}
h3 {
	font-size: 1.3em;
	margin: 0 0 .5em;
	}
div#real h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0 0 4px;
	padding: 0 10px;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 .25em;
	}
h5 {
	font-size: 1.1em;
	margin: 0 0 .25em;
	}
h6 {
	font-size: 1em;
	margin: 0 0 .25em;
	}


/* =TEXT */
p {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
blockquote {
	margin-left: 10px;
	}
pre {
	font-family: monospace;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
	}
code {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	}


/* =LISTS */
ul {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	}
/* Hides from IE5-mac \*/
* html ul li {height: 1%;}
/* End hide */
ul ul{
	margin: 0;
	}
ul li {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	background: transparent url(../img/dot_list.gif) 0 .6em no-repeat;
	}
ol {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
ol li {
	margin: 0 0 .25em 30px;
	padding: 0;
	}
dl {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
dl dt {
	font-weight: bold;
	margin: .25em 0 .25em 0;
	padding: 0;
	}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
	}


/* =TABLE */
table {
	margin: 0 0 1.5em 0;
	padding: 0;
	border-collapse: collapse;
	}
table caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 1.5em;
	}
tr {
	vertical-align: top;
	}
th {
	font-weight: bold;
	text-align: left;
	}
td {
	}


/* =MISC */

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	}

.topofpage {
	float: right;
	clear: both;
	text-align: center;
	font-size: 9px;
	background: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.topofpage a {
	display: block;
	padding: 1px 5px 2px;
	text-decoration: none !important;
	background: #FFF;
	}
.topofpage a:hover {
	background: #999;
	color: #FFF;
	}

/* =CLEARING */
.stretch,
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}
.clearboth {
	clear: both;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* =PHOTOS */
.photoleft {
	margin: 0 10px 10px 0;
	float: left;
	}
.photoright {
	margin: 0 0 10px 10px;
	float: right;
	}

/* =REPLACE */
.replace {
	display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	}
/* tidy these up */
.replace * {
	text-indent: -10000px;
	display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	}
.replace a {
	text-indent: 0;
	}
.replace a span {
	text-indent: -10000px;
	}


/* =ACCESSIBILITY */
 span.accesskey {
	text-decoration: none;
 	}
 .accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
 	}


/* SITE SPECIFIC LAYOUT */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
html {
	background: #e1e1e1 url(../img/bg_page.png) 50% 0 repeat-y;
	}
body {
	text-align: center;
	}
div#pagewrap {
	height: 100%;
	width: 960px;
	margin: auto;
	padding: 0;
	text-align: center;
	}
div#page {
	height: 100%;
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}

/* =CONTENT TABLE */

table#contenttable {
	border-collapse: collapse;
	height: 100%;
	margin: 0;
	}
table#contenttable td {
	padding: 0;
	}
table#contenttable table td {
	background: none;
	}

/* =HEADER */

table#contenttable td#header {
	width: 160px;
	background: transparent url(../img/bg_nav3.gif) 0 148px no-repeat;
	padding: 0 0 40px;
	}
td#header h1 {
	background: #fff;
	margin: 0;
	padding: 0 0 5px;
	}


/* =NAV 3 */

/* Hides from IE5-mac \*/
* html div#nav3 {height: 1%;}
/* End hide */
div#nav3 {
	padding: 0 0 1em;
	}
div#nav3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
div#nav3 ul li {
	font-size: .98em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 5px 0 10px;
	list-style: none;
	background: transparent url(../img/dot_menu.gif) 4px 6px no-repeat;
	}
div#nav3 ul ul {
	margin: 5px 0 0;
	padding: 0;
	}
div#nav3 ul ul li {
	margin: 0;
	padding: 0 5px 0 7px;
	background: transparent url(../img/dot_smenu.gif) 0 6px no-repeat;
	}
div#nav3 ul li.back {
	margin: 0;
	padding: 1em 5px 0 10px;
	background: none;
	}

div#nav3 ul li strong {
	font-weight: bold;
	}
div#nav3 ul li#current ul {
	display: block;
	}
div#nav3 ul li#current, div#nav3 ul li.select {
	font-weight: bold;
	}
div#nav3 ul li#current li, div#nav3 ul li.select li {
	font-weight: normal;
	}
div#nav3 ul li#current li.select, div#nav3 ul li li.select {
	font-weight: bold;
	}

div#nav3 ul.more li {
	margin: 1em 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: none;
	}
div#nav3 ul.more ul li {
	margin: 0;
	padding: 0 5px 0 7px;
	background: transparent url(../img/dot_smenu.gif) 0 6px no-repeat;
	border: none;
	}
/* Tantek hack used to hide height from IE5.x */
div#nav3 ul.more li.smenu ul {
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
div#nav3 ul.more li.hauto ul {
	height: auto;
}


/* =MAIN */

table#contenttable td#main {
	width: 660px;
	background: transparent url(../img/bg_content.png) 0 223px repeat-x;
	}

div#contenttitle {
	position: relative;
	height: 70px;
	background: transparent url(../img/bg_title.jpg) no-repeat;
	}
div#contenttitle h2 {
	padding: 7px 14px 0;
	margin: 0;
	/* hide ie/mac \*/
	padding: 7px 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* end hide */
	}

/* =CONTENT */

div#content {
	position: relative;
	padding: 14px 14px 40px;
	}
#accueil div#content, #service div#content {
	padding: 14px 0 40px;
	}
div#content p {
	margin: 0 0 1em;
	}
div#content .cat {
	margin: 0 0 3em;
	}
div#content .legende {
	margin: 1em 0 0;
	}
div#content .legende * {
	font-size: .98em;
	line-height: 1.2em;
	}
div#content .legende dt {
	float: left;
	clear: both;
	}
div#content .legende dd {
	margin: 0 0 0 38px;
	padding: 8px 0 0;
	}

#accueil div#content p, #service div#content p,
#accueil div#content ul, #service div#content ul{
	margin: 0 14px 1em;
	}

#accueil div#content #nouveautes {
	margin: 2em 14px;
	padding: .5em 14px 14px;
	}
#accueil div#content #nouveautes h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	}
#accueil div#content #nouveautes h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
	}
#accueil div#content #nouveautes h4 span {
	font-weight: normal;
	}

#produit div#content .photo {
	width: 190px;
	float: left;
	padding: 0 0 10px;
	}
#produit div#content #prod_bigimg {
	display: none;
	position: absolute;
	top: -177px;
	left: 3px;
	padding: 10px;
	}

#produit_liste div#content ul {
	width: 135px;
	margin: 0;
	padding: 0;
	}
#produit_liste div#content li {
	margin: 0;
	padding: 0;
	background: none;
	}
#produit_categorie div#content dl {
	margin: 0 0 1.5em;
	clear: both;
	}
#produit_categorie div#content dt {
	width: 100px;
	float: left;
	}
#produit_categorie div#content dd {
	margin: 0 0 0 100px;
	}

#produit_liste div#content #industries {
	width: 135px;
	margin: 0 0 2em;
	float: left;
	}
#produit_liste div#content #industries ul ul {
	padding: 0 0 0 10px;
	}
#produit_liste div#content #industries li {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	}
#produit_liste div#content #industries li li {
	font-weight: normal;
	cursor: auto;
	}
#produit_liste div#content #type_produits {
	/*
	width: 295px;
	margin: 0 0 2em 150px;
	*/
	margin: 0 0 2em;
	}
#produit_liste div#content #type_produits h3 {
	margin-left: 10px;
	}
#produit_liste div#content #type_produits .col1 {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	}
#produit_liste div#content #type_produits .col2 {
	margin: 0 0 0 155px;
	}

#produit_categorie div#content .cat a.plus {
	font-weight: bold;
	}

div#content div#real {
	width: 201px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 0 0 1px;
	background: transparent url(../img/services/dashed_border.gif) repeat-y;
	}
div#content div#real #real_img {
	padding: 10px;
	}
div#content div#real #real_bigimg {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	}
div#content div#real_link {
	font-size: 0.9em;
	}
div#content div#real_link #prodname {
	text-align: center;
	padding: 4px 10px;
	font-weight: bold;
	}
div#content #prevnexttitle {
	padding: 2px 0 0;
	text-align: center;
	font-size: .9em;
	color: #333;
	}
div#content #prevprod {
	float: left;
	padding: 0 0 4px;
	font-size: .9em;
	}
div#content #nextprod {
	text-align: right;
	padding: 0 0 4px;
	font-size: .9em;
	}
div#content div#real_link #prevprod {
	padding: 0 0 4px 10px;
	}
div#content div#real_link #nextprod {
	padding: 0 10px 4px 0;
	}
div#content .photo #nextprod {
	padding: 0 10px 4px 0;
	}


/* =FOOTER */
div#footer {
	font-size: 0.8em;
	background: #fff url(../img/bg_footer.png) 160px 0 no-repeat;
	clear: both;
	height: 40px;
	margin: -40px 0 0;
	}
div#footer p {
	margin: 0;
	padding: 8px 120px 0 160px;
	}


/* HORIZONTAL NAV: GENERAL RULES */

* html div.h-nav {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
	}
div.h-nav ul {
	width: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
div.h-nav li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	}
div.h-nav li.last {
	}

div.h-nav a,
div.h-nav a:link,
div.h-nav a:active,
div.h-nav a:visited {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	text-decoration: none;
	margin: 0 4px;
	padding: 0 6px;
	}

div.h-nav strong {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	font-weight: normal;
	}

/* HORIZONTAL NAV: SPECIFIC RULES */

div#nav1.h-nav ul {
	font-size: 0.9em;
	height: 23px;
	background: transparent url(../img/bg_nav1.png) 0 0 repeat-x;
	}
div#nav1.h-nav li {
	float: right;
	}
div#nav1.h-nav a, div#nav1.h-nav strong {
	line-height: 23px;
	}

div#nav2 {
	position: relative;
	}
div#nav2.h-nav ul {
	height: 20px;
	background: transparent url(../img/bg_nav2.png) 0 0 repeat-x;
	}
div#nav2.h-nav a, div#nav2.h-nav strong {
	line-height: 20px;
	}

#searchbox {
	position: absolute;
	top: 2px; right: 8px;
	width: 145px;
    height: 16px;
    background: transparent url(../img/bg-search.png) 0 0 no-repeat;
	}
#searchbox form {
	margin: 0;
	}

#searchbox #query {
  	color: #333;
    float: left;
    font-size: .85em;
    padding: 2px 4px;
    margin: 0;
    border: 0;
    width: 117px;
    background: none;
}
#searchbox #search {
    float: right;
    margin: 0;
}


#promo_journal {
	padding: 10px;
	text-align: right;
	}
#promo_journal img {
	border: 4px solid #FFF;
	}
#promo_journal h2 {
	color: #444;
	font-size: 1.2em;
	margin: 0 0 .25em;
	}
#promo_journal p {
	color: #444;
	line-height: 1.2;
	margin: .25em 0 0;
	}


