/*
+----------------------------------------------------------------+
|                 |
|  Webdesign and coding:           |
|  Com&Cie communication interactive        |
|  24 rue de la Serre, CH-2300 La Chaux-de-Fonds           |
|  http://www.comeandsee.ch         |
|                       |
|                       |
+----------------------------------------------------------------+
*/


/********************
RESET
********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/********************
STYLES GENERAUX
********************/


body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 80%;
  line-height: 1.4em;
  background-image: url(../templates/images/fond.gif);
  background-repeat: repeat-y;
  background-position: center top;
}
a:link, a:visited {
  text-decoration: underline;
  color: #00A6DD;
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
li {
  background: url(../templates/images/puce_liste.gif) no-repeat 1px 4px;
  list-style: none;
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 6px 0px;
}
.bodytext {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  line-height: 140%;
}
p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.contenttable .bodytext {
  margin: 3px 0px 3px 0px;
  padding: 0px;
}

.align-justify {
  text-align:justify;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}


/********************
CONTENEUR
********************/


#wrap_center {
  width: 960px;
  position: relative;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#wrap_left {
  float: left;
  /*width: 300px;*/
  margin: 0px 0px 0px 0px;
  display: inline;
}
#wrap_right {
  float: left;
  width: 580px;
  margin: 0px 0px 0px 0px;
  display: inline;
}
#c_visite {
}
#lang {
  position: absolute;
  left: 35px;
  color: #BABBBD;
  font-weight: bold;
}
#accroche {
}
#menu {
  margin: 0px 0px 0px 0px;
  background-image: url(/fileadmin/templates/images/bck_shadow_menu.jpg);
  background-repeat: no-repeat;
  height: 150px;
  padding: 0px 0px 0px 40px;
}
#content {
  width: 540px;
  margin: 0px 0px 0px 40px;
}
#content h1 {
  margin-bottom: 20px;
}
#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  color: #000000;
  text-transform: uppercase;
}
#content h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 25px 0px 5px 0px;
  color: #000000;
  text-transform: normal;
}

div.collaborateurs {
  list-style-type: none;
  width: 216px;
  background-image: url(none);
  margin: 0px 16px 16px 0px;
  float: left;
}
.collaborateurs img {
  border: 1px solid #7F7F7F;
}
.collaborateurs span {
  background: #00A6DD;
  width: 210px;
  color: #FFFFFF;
  display: block;
  padding:3px 0 3px 8px;
  margin: 0px 0px 0px 0px;
  font-size:0.9em;
}
#content_col_left {
  float:left;
  width: 349px;
  margin: 0 30px 0 0;
}
#content_col_right {
  float:left;
  width: 160px;
}
.actions {
  padding: 0px 0px 0px 20px;
  margin: 30px 0px 0px 0px;
  line-height: 1.4em;
  width: 243px;
  float: left;
  border-left: #CECFD0 solid 1px;
}
.actions a {
  margin: 0px;
  text-decoration: none;
}
.actions p {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
#footer {
  background-image: url(/fileadmin/templates/images/bck_footer.gif);
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  clear: both;
  background-position: center;
}
#footer2 {
  width: 960px;
  position: relative;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.footer_col_1 {
  padding: 0px;
  margin: 0px;
  float: left;
  margin: 0px 0px 0px 380px;
  display: inline;
  width: 40px;
}
.footer_col {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 150px;
  margin: 70px 0px 0px 0px;
  display: inline;
  color: #FFFFFF;
}
.footer_col a:link, .footer_col a:visited {
  text-decoration: underline;
  color: #FFFFFF;
}
.footer_col a:hover, .footer_col a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.footer_credits {
  padding: 0px;
  margin: 0px;
  font-size: 0.9em;
  color: #B5E5F5;
}
.footer_credits a:link, .footer_credits a:visited {
  text-decoration: underline;
  color: #B5E5F5;
}
.footer_credits a:hover, .footer_credits a:active {
  color: #B5E5F5;
  text-decoration: underline;
}
.clear {
  clear: both;
  visibility: hidden;
}
/********************
Menu
********************/

.level1 {
  height: 67px;
  width: 125px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DBDCDD;
  float: left;
}
#menu #actif_l1 {
  width: 136px;
  background-image: url(/fileadmin/templates/images/shadow_menu.gif);
  padding-left: 11px;
  background-repeat: no-repeat;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  position: relative;
  left: -1px;
}
#menu #actif_l2 a {
  color: #00A6DD;
}
#first {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #DBDCDD;
}
#last_ {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DBDCDD;
}
#menu ul {
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  list-style-image: none;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}
#menu li {
  line-height: 1.2;
  list-style-type: none;
  background-color: #F5F4EF;
  width: 117px;
  margin: 2px 0 0 0;
  padding: 0 0 2px 8px;
  background-image: url(none);
}
#menu a:link, #menu a:visited {
  text-decoration: none;
  color: #999999;
}
#menu a:hover, #menu a:active {
  text-decoration: none;
  color: #00A6DD;
}
 ******************** COL DROITE ********************/  #content_col_right .bloc_droite {
 padding: 0px 0px 0px 0px;
 margin: 05px 0px 0px 30px;
 border: #666 solid 1px;
 width: 160px;
}
#content_col_right .bloc_droite p {
  font-size: 0.85em;
  font-weight: normal;
  padding: 5px;
  margin: 0px;
  color: #000000;
  background-color: #eee;
}
#content_col_right .bloc_droite img {
}
#content_col_right .bloc_droite h1 {
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
  height: 10px;
  background-color: #666;
  color: #FFFFFF;
}
#content_col_right .bloc_droite h2 {
  font-size: 1em;
  font-weight: bold;
  padding: 3px 0 8px 3px;
  margin: 0px;
  height: 13px;
  background-color: #666;
  color: #FFffFF;
}
/********************
Catalogue
********************/





.catalogue img {
  float: left;
  margin: 10px 15px 15px 0px;
  border: #CECFD0 solid 1px;
}
.catalogue p {
  padding: 10px 0px 0px 0px;
}
.hr_cat {
  clear: both;
  border: #CECFD0 solid 0px;
  border-top: #CECFD0 solid 1px;
}
/********************
Formulaires
********************/


DIV.tx-thmailformplus-pi1 {
  position: relative;
  margin: 0px;
}
p.red_form {
  color: #FF3300;
  font-size: 0.8em;
  margin: 0px 0px 15px 0px;
}
p.error_form {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  font-weight: bold;
  color: #FF3300;
}
.cssform {
  margin: 0px 0px 0px 0px;
}
.cssform .pform {
  clear: left;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  height: 1%;
}
.cssform label {
  font-size: 0.9 em;
  float: left;
  width: 120px;
  font-weight: bold;
}
.cssform .input {
  margin: 2px 0px 0px 0px;
  width: 180px;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000000;
  padding:1px;
  background-color: #F3F2ED;
  border: 1px solid #F3F2ED;
}
.cssform .select {
  background-color: #EBD9C2;
  border: solid #FFFFFF 1px;
  font-size: 1em;
  color: #000000;
  width: 180px;
}
.cssform .inputtextarea {
  padding: 0px 0px 0px 0px;
  width: 182px;
  margin:2px 0px 0px 0px;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000000;
  height: 100px;
  background-color: #F3F2ED;
  border: 1px solid #F3F2ED;
}
.cssform .button {
  margin: 15px 0px 33px 117px !important;
  margin: 15px 0px 33px 120px;
  width: 80px;
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 4px 0px 4px 0px;
  font-weight: bold;
  background-color: #00A6DD;
  font-size: 1em;
  border: none;
  cursor: pointer;
}
/********************
Formulaires
********************/

.table_expo {
}
.table_expo td {
  padding: 10px 5px 0px 5px;
  border-bottom: #ded6d4 solid 1px;
}
.table_expo th {
  padding: 10px 0px 0px 0px;
  background-color: #F5F4EF;
}

