body {
	margin: 0;
	padding: 0 0 4em;
	text-align: center;
	color: #444;
	font-size: 76%;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	background: #E9E9E7 url(../img/bg_body.gif) top center repeat-y; /* FBFBF9 */
	}
table,td,th,p,div,li,dt,dd {
	font-size: .98em;
	}
div p, div li, div dt, div dd {
	font-size: 100%;
	}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	}
h3 {
	font-family: "L Frutiger Light",Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 .5em;
	text-transform: uppercase;
	color: #C4603A;
	}
h3 span {
	text-transform: none;
	}
h3 span.glossaire {
	text-transform: uppercase;
	}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .2em;
	}
h4.nom {
	font-weight: normal;
	}
h4 em {
	font-weight: bold;
	font-style: normal;
	color: #C4603A;
	}
h4 span {
	font-weight: normal;
	color: #999;
	}
h5, h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}

p {
	margin: 0 0 1em;
	}
ul {
	margin: 0;
	padding: 0;
	}
li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

form {
	margin: 0;
	}
input, select {
	font-size: 1.1em;
	}

table {
	margin: 0 0 1em;
	padding: 0;
	border-collapse: collapse;
	}
tr, tr.top {
	vertical-align: top;
	}
tr.middle {
	vertical-align: middle;
	}
th {
	font-weight: bold;
	text-align: left;
	}

a:link {
	color: #C4603A;
	text-decoration: none;
	}
a:visited {
	color: #C93;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #C4603A;
	}

a img, img {
	border: none;
	}

a.plus {
	display: block;
	padding: 0 0 0 8px;
	font-weight: bold;
	background: transparent url(../img/dot_orange.gif) 0px .4em no-repeat;
	}
a.plus:visited {
	background-image: url(../img/dot_jaune.gif);
	}

div.hr hr {
	display: none;
	}


.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.erreur, .erreur a {
	font-weight: bold !important;
	color: #C00 !important;
	}
div.erreur {
	margin: 1em 0;
	}
td.erreur {
	color: #444 !important;
	}
td.erreur input, td.erreur textarea, td.erreur checkbox {
	border: 2px solid red !important;
	}

.first {
	margin-top: 0;
	}
span.glossaire {
	border-bottom: 1px dotted #444;
	cursor: pointer;
	cursor: hand;
	}
.oblig {
	color: red !important;
	}
.photoright {
	float: right;
	margin: 0 0 10px 10px;
	}
.right {
	text-align: right;
	}
.top a {
	padding: 0 0 0 10px;
	color: #666 !important;
	background: transparent url(../img/top.gif) 0px .4em no-repeat;
	}
p.top {
	margin: 0 0 2em;
	font-size: .9em;
	}
p.doc {
	margin: 1em 0 0 !important;
	}
div.note {
	font-size: .95em;
	margin: 2em 0 0;
	}

table.formtable tr {
	vertical-align: middle;
	}
table.formtable tr.top {
	vertical-align: top;
	}
table.formtable th {
	padding: 4px 4px 4px 0;
	}
table.formtable td {
	padding: 4px;
	}


.submit {
	margin: 1em 0 0;
	background: #C4603A;
	color: #fff;
	}
.submit.go {
	margin: 0;
	}
form#abonnement input {
	margin: .2em 0;
	}
form#abonnement input.submit {
	margin: .5em 0 0;
	}


/* HORIZONTAL NAV */

* html div.h-nav {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
	}
div.h-nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
div.h-nav li {
	float: left;
	margin: 0;
	padding: 0 .5em;
	list-style: none;
	font-size: .9em;
	line-height: 1em;
	border-left: 1px solid #666;
	}
div.h-nav li.first {
	padding-left: 0;
	border-left: none;
	}

div.h-nav a,
div.h-nav a:link,
div.h-nav a:active,
div.h-nav a:visited {
	color: #696969;
	text-decoration: none;
	}
div.h-nav a:hover {
	color: #C24E3B;
	text-decoration: underline;
	}


/* MISE EN PAGE GENERALE */

#page {
	position: relative;
	margin: 0 auto;
	width: 710px;
	text-align: left;
	background: #FFF;
	}


/* =ENTETE */

#entete {
	position: relative;
	}
/* Hides from IE-mac \*/
* html #entete {height: 1%;}
/* End hide from IE-mac */
#entete #logo {
	position: relative;
	top: 0;
	left: -15px;
	width: 151px;
	z-index: 100;
	}

#entete #menu {
	height: 23px;
	overflow: hidden;
	background: #53493E;
	width: 100%;
	}
#entete #menu div {
	float: left;
	}
#entete #menu a {
	display: block;
	float: left;
	}
/* Hides from IE-mac \*/
* html #entete #menu a {float: none;}
/* End hide from IE-mac */
#entete #menu a:hover, #entete #menu a.select {
	background-position: 0 -23px !important;
	}

#entete #menu_util {
	position: relative;
	width: 710px;
	}
#entete #menu_util ul {
	position: absolute;
	bottom: 7px;
	left: 0;
	}
#entete #menu_util li {
	float: right;
	line-height: 1.3em;
	}
#entete #menu_util #textsize {
	padding-right: 40px;
	}
#entete #menu_util #textsize span {
	position: absolute;
	bottom: 0;
	right: 0;
	}
#entete #menu_util #s {
	font-size: 10px;
	}
#entete #menu_util #m {
	font-size: 13px;
	}
#entete #menu_util #l {
	font-size: 14px;
	}
#entete #menu_util .select, #entete #menu_util .select a {
	color: #C24E3B !important;
	}

#entete #tagline {
	position: relative;
	background: #C4603A;
	clear: both;
	}
/* Hides from IE-mac \*/
* html #entete #tagline {height: 1%;}
/* End hide from IE-mac */
#entete #tagline .image img {
	display: block;
	}
#entete #tagline .line {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 255px;
	color: #FFF;
	width: 690px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 435px;
	} 
html>body #entete #tagline .line {
	width: 435px;
	}
#entete #tagline .line em {
	font-family: 'L Frutiger Light', Arial, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	}

/* =PIED */

#pied {
	padding: 1em 0 0;
	}

#pied div.h-nav li {
	border-color: #CDC5B6;
	}
#pied .h-nav li a {
	color: #CDC5B6 !important;
	}
 

/* =CORPS */

#corps {
	margin: 14px 0 0;
	}
/* Hides from IE-mac \*/
* html #corps {height: 1%;}
/* End hide from IE-mac */


/* =COLONNE GAUCHE */

#maincol {
	position: relative;
	width: 470px;
	margin: 0;
	padding: 10px 0 6px;
	float: left;
	background: #F7F7F3;
	}

#maincol.fullwidth {
	width: auto;
	float: none;
	}

#maincol h2 {
	position: relative;
	margin: 0 6px 10px;
	padding: 3px 0 2px;
	color: #C4603A;
	font-size: 1.6em;
	font-family: 'L Frutiger Light', Arial, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/pointille_1px_666.gif) 12px bottom no-repeat;
	}
#maincol h2 span {
	display: block;
	padding: 0 0 0 11px;
	background: transparent url(../img/fleche.gif) 6px .4em no-repeat;
	}
/* Hides from IE-mac \*/
* html #maincol h2 span {
	background-position: 6px .45em;
	}
/* End hide from IE-mac */
#maincol div.hr {
	height: 6px !important;
	line-height: 6px !important;
	margin: 0 0 0 144px !important;
	background: #F7F7F3;
	}

#maincolwrap {
	margin: 0 6px;
	background: transparent url(../img/n1/bg_maincol.gif) 0px 30px repeat-y;
	}
/* Hides from IE-mac \*/
* html #maincolwrap {height: 1%;}
/* End hide from IE-mac */

#maincol #menu_n1 {
	width: 138px;
	float: left;
	font-size: .9em;
	}

#maincol #menu_n1 li {
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	}
/* Hides from IE-mac \*/
* html #maincol #menu_n1 li {height: 1%;}
/* End hide from IE-mac */
#maincol #menu_n1 li li {
	margin: 6px 0 0;
	padding: 0;
	font-weight: normal;
	border-bottom: none;
	}
#maincol #menu_n1 li li a {
	display: block;
	padding: 0 0 0 8px;
	background: transparent url(../img/dot_orange.gif) 0px .4em no-repeat;
	}
#maincol #menu_n1 li li a:visited {
	background-image: url(../img/dot_jaune.gif);
	}
#maincol #menu_n1 li li.select {
	padding: 0 0 0 8px;
	background: transparent url(../img/dot_gris.gif) 0px .4em no-repeat;
	}
#maincol #menu_n1 li li.select {
	padding: 0 0 0 8px;
	background: transparent url(../img/dot_gris.gif) 0px .4em no-repeat;
	}

#maincol .texte {
	margin: 0 6px;
	padding: 6px;
	background: #FDFDFC;
	}
/* Hides from IE-mac \*/
* html #maincol .texte {height: 1%;}
/* End hide from IE-mac */
#maincol #maincolwrap .texte {
	margin: 0 0 0 144px;
	}

#maincol .texte dl.note {
	font-size: .95em;
	margin: 2em 0 0;
	padding: .5em 0 0;
	border-top: 1px solid #ccc;
	}

#maincol .texte ul {
	margin: 0 0 1em;
	}
#maincol .texte ul li {
	padding: 0 0 .2em 10px;
	background: transparent url(../img/dot_orange.gif) 0px .4em no-repeat;
	}
#maincol .texte ul ul {
	margin: .2em 0;
	}

#maincol .texte .news {
	margin: 0;
	}
#maincol .texte .news li {
	margin: 0 0 1em;
	padding: 0 0 .5em;
	background: transparent url(../img/pointille_ccc.gif) bottom repeat-x;
	}
#maincol .texte .news .links li {
	margin: 0;
	padding: 0 0 .2em 8px;
	font-weight: bold;
	background: transparent url(../img/dot_gris.gif) 0px .4em no-repeat;
	}
#maincol .texte .news .links li a {
	color: #666 !important;
	}
#maincol .texte .news #pagelinks {
	margin: 0 0 1em;
	text-align: center;
	}

/* =COLONNE DROITE */

#seccol {
	position: relative;
	margin: 0 0 0 485px;
	padding: 10px 0 0 0;
	}
/* Hides from IE-mac \*/
* html #seccol {
	height: 1%;
	margin: 0 0 0 482px;
	}
/* End hide from IE-mac */

#seccol h2 {
	margin: 5px 0 0;
	padding: 0 0 16px 7px;
	position: relative;
	top: 0;
	left: -8px;
	color: #C4603A;
	font-size: 1.1em;
	font-family: 'L Frutiger Light', Arial, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/fleche.gif) 0px 5px no-repeat;
	}
/* Hides from IE-mac \*/
* html #seccol h2 {
	height: 1%;
	}
/* End hide from IE-mac */
#seccol h3 {
	font-size: 1em;
	}

#seccol ul {
	margin: 0 0 1em;
	}
#seccol ul li {
	padding: 0 0 .2em 10px;
	background: transparent url(../img/dot_orange.gif) 0px .4em no-repeat;
	}
/* Hides from IE-mac \*/
* html #seccol ul li {
	height: 1%;
	}
/* End hide from IE-mac */

#seccol #info {
	margin: 0 0 1em;
	padding: 0 0 1em;
	background: transparent url(../img/pointille_ccc.gif) bottom repeat-x;
	}

#seccol #infoscles {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	/*font-size: 100%;*/
	}

#seccol #infoscles th, #seccol #infoscles td {
	border-bottom: 1px solid #CCC;
	}
#seccol #infoscles th {
	padding: 2px 0;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	}
#seccol #infoscles th a.legende {
	display: block;
	padding: 0 0 .3em;
	font-size: .9em;
	color: #999 !important;
	}
#seccol #infoscles th.note {
	font-size: .9em;
	color: #666;
	border-bottom: none;
	}
#seccol #infoscles td {
	padding: 2px 0;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	}

#seccol #docs {
	padding: 0 0 1em;
	}
/* Hides from IE-mac \*/
* html #seccol #docs {height: 1%;}
/* End hide from IE-mac */
#seccol #docs li {
	margin: 0 0 1px;
	padding: 6px 6px 6px 44px;
	background-position: 6px 6px !important;
	background-repeat: no-repeat !important;
	}
#seccol #docs li.odd {
	background: #F8F8F4;
	}
#seccol #docs li.even {
	background: #F1F1E9;
	}
#seccol #docs li.html {
	padding-left: 6px;
	}
#seccol #docs li.pdf {
	background-image: url(../img/pdf.gif);
	}
#seccol #docs li.qt {
	background-image: url(../img/quicktime.gif);
	}
#seccol #docs li.wmv {
	background-image: url(../img/wmv.gif);
	}


/* =LISTE-PRODUITS */

table#prodlist {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1em;
	}
table#prodlist tr {
	vertical-align: top;
	}
table#prodlist tr.odd {
	background: #F7F7F3;
	}
table#prodlist th {
	padding: 4px 6px;
	font-weight: normal;
	text-align: right;
	}
table#prodlist thead th {
	text-align: center;
	border-left: 1px solid #CCC;
	width: 91px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 79px;
	} 
html>body table#prodlist thead th {
	width: 79px;
	}
table#prodlist thead td {
	border: none;
	}
table#prodlist .section th {
	padding: 4px 6px 0;
	text-align: left;
	font-weight: bold;
	}
table#prodlist td {
	padding: 4px 6px;
	text-align: center;
	border-left: 1px solid #CCC;
	}
table#prodlist .legende {
	padding: 5px 0 0;
	color: #888;
	text-align: right;
	border-left: none;
	}
table#prodlist .legende img {
	vertical-align: middle;
	padding: 0 0 2px;
	}


/* =CONTACTS */

.adresse {
	float: left;
	width: 320px;
	padding: 0 20px 20px 0;
	}
.adresse.generale {
	float: none;
	width: auto;
	}
.adresse_wrap {
	clear: both;
	}