body {
  color: #2c2d33;
  font-family: Arial, Verdana, sans-serif;
  font-size: .85em;
  margin: 0;
  background: #f6f6f6;
}
input {
  padding: 3px 5px;
  border: 1px solid #dcdcdc;
}
a {
  color: #2c2d33;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

h1 {
  font-weight: normal;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 0 0 1em 0;
}

.box-shadow-lifted {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.box-shadow-lifted:before,
.box-shadow-lifted:after
{
  content: '';
  z-index: -1;
  position: absolute;
  left: 10px;
  bottom: 11px;
  width: 70%;
  max-width: 400px;
  height: 55%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
.box-shadow-lifted:after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}

#wrapper-slider {
  position: absolute;
  width: 1200px;
  left:50%;
  right:50%;
  margin-left: -600px;
  z-index: 9;
}


.sexyslider-title {
  color: #260b0f;
  top: 538px;
  position: absolute;
  width: 830px;
  height: 105px;
  background: #fff;
  left:50%;
  right:50%;
  margin-left: -470px;
  padding: 30px 50px 15px 60px;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);
}

.sexyslider-title .nombre {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url('../images/nombre.png') no-repeat transparent;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
  font-size: 30px;
}

.sexyslider-title a {
  color: #bf181d;
  text-decoration: underline;
}

.sexyslider-title .title {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 28px;
}
.sexyslider-title .title strong {
  font-family: 'HelveticaBold', Arial, sans-serif;
}

.sexyslider-title img {
  position: absolute;
  right: 0;
  top: 0;
}

.sexyslider-title p {
  width: 550px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

#container {
  width: 1200px;
  margin:0 auto;
  position: relative;
  z-index: 10;
}

#header {
  height: 139px;
  position: relative;
  background: url('../images/bg_header.png') no-repeat scroll 0 0 transparent;
  width: 960px;
  padding: 0 120px;
  z-index: 11;
}

#header .contact {
  width: 317px;
  height: 110px;
  margin: 0 0 0 40px;
  background: #fafafa;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);

  color: #7C2F33;

  font-size: 17px;
}
#header .contact .icon {
  float: left;
  margin-right: 10px;
}
#header .contact p {
  margin: 15px 0;
}

#header .login {
  width: 125px;
  padding:10px 15px 0 125px;
  height: 100px;
  color: #f6f6f6;
  margin: 0 0 0 30px;
  background: url('../images/bg_connect.jpg') no-repeat scroll 0 0 transparent;
}
#header .login input,
#header .login select
{
  border: none;
  background: #fff;
  color: #5a5a5a;
  width: 90px;
  font-size: 0.75em;
  height: 19px;
  margin: 3px 0 0 0;
  padding: 0;
}

#header .login #submit-login {
  background: url('../images/icon_login.gif') no-repeat #f6f6f6;
  padding-left: 30px;
}
#header .login #submit-password {
  background: url('../images/icon_password.gif') no-repeat #f6f6f6;
  padding-left: 30px;
  width: 70px;
  float: left;
}
#header .login #submit-submit {
  width: 20px;
  height: 19px;
  background: url('../images/icon_submit.gif') no-repeat #3d3d3d;
  float: left;
}
#header .login #submit-select {
  background: #f6f6f6;
  width: 120px;
}

#header .account {
  width: 260px;
  padding: 2px 5px 0 0;
  margin: 0 0 0 30px;
  font-size: 0.75em;
  background: url('../images/bg_connect.png') no-repeat scroll 0 0 transparent;
  height: 13px;
  text-align: right;
}
#header .account a {
  text-decoration: underline;
}

#header .logo {
  margin: 18px 0 0 0;
  position: relative;
}

a#text_resize_decrease {
  background: url('../images/icon_a-.gif') no-repeat 0 0;
  margin: 0;
}
a#text_resize_increase {
  background: url('../images/icon_a%2b.gif') no-repeat 0 0;
  margin: 0;
}

div.links {
  float: right;
}
div.links ul {
  margin: 0;
  padding: 0;
}
div.links ul li {
  margin: 0 7px 0 0;
  padding: 0;
}

/* NAVIGATION */
#nav {
  height: 40px;
  width: 940px;
  padding: 0 130px;
  position: relative;
  background: #f8f8f8;
  z-index: 11;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f6f6f6));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f9f9f9', EndColorStr='#f6f6f6', GradientType=0);
}

#nav #nice-menu-1 li {
  display: block;
  float: left;
}


#nav #nice-menu-1 li.menuparent {
  background: transparent url(../images/arrow-down.png) 121px 28px no-repeat;
}
#nav #nice-menu-1 li a {
  display: inline-block;
  height: 27px;
  color: #180b0b;
  font-size:1em;
  padding: 13px 15px 0 15px;
  font-family: "HelveticaRounded", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#nav #nice-menu-1 li a.active,
#nav #nice-menu-1 li a:hover,
#nav #nice-menu-1 li.active-trail a,
#nav #nice-menu-1 li.over a
{
  color: #f6f6f6;
  background: url('../images/nav_active.jpg') repeat-x scroll 0 0;
  text-decoration: none;
}

#nav #nice-menu-1 ul {
  background: #F6F6F6;
}
#nav #nice-menu-1 li li {
  border-bottom: 1px solid #E0E0E0;
}

#nav #nice-menu-1 li li a {
  color: #180B0B !important;
  text-transform: none;
  height: auto !important;
  padding: 12px 15px !important;
  font-weight: normal !important;
  font-family: "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: .9em !important;
}

#nav #nice-menu-1 li li a,
#nav #nice-menu-1 li li a.active,
#nav #nice-menu-1 li li a.hover,
#nav #nice-menu-1 li li.active-trail a
{
  background: none !important;
}
#nav #nice-menu-1 li li a.active {
  font-weight: bold !important;
}
#nav #nice-menu-1 li li a:hover {
  text-decoration: underline !important;
}

#search-theme-form {
  float: right;
}
#nav .form,
#nav #search
{
  float: right;
  margin: 2px 0 0 0;
}

.breadcrumb {
  font-size: 0.8em;
  padding-bottom: 1.5em;
}



/* RECHERCHE */
#text-search, #nav #edit-search-theme-form-1 {
  border:0;
  background: #fff;
  font-size: 12px;
  margin:3px 0 0 0;
  padding: 3px 10px 3px 10px;
  width: 228px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.22);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.22);
  float: left;
  height: 23px;
}

#submit-search, #nav #edit-submit {
  border:0;
  background: url('../images/icon_recherche.gif') no-repeat scroll 0 4px #fff;
  width: 27px;
  height: 29px;
  padding: 0;
  margin: 3px 0 0 0;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
  float: left;
  border-color: transparent;
  border-radius: 0;
}

#control {
  width: 150px;
  margin: 315px auto 0 auto;
  position: relative;
  z-index: 11;
}

#control a.sexyslider-control {
  background: url('../images/control.png') no-repeat scroll 0 0;
  display: inline-block;
  width: 17px;
  height: 20px;
  color: #7C2F33;
  text-decoration: none;
  padding: 4px 0 0 7px;
  margin-right: 19px;
  font-weight: bold;
  font-size: 1.2em;
}
#control a.active,
#control a.sexyslider-control:hover {
  background-image: url('../images/control_active.png');
  color: #fffafa;
}


#content {
  width: 930px;
  margin-left: 130px;
  margin-right: 130px;
  padding: 20px 5px 0 5px;
  background: #fff;
  min-height: 450px;
  _height:450px;
}

.front #content {
  margin-top: 165px;
  min-height: 347px;
  _height:347px;
}

#content #home_left {
  width: 530px;
  padding: 10px 5px;
  border-top: 1px solid #e0e0e0;
}
#content #home_left h2 {
  font-size: 1.25em;
  margin: 0 0 13px 0;
}

#content #home_right {
  width: 380px;
  padding: 13px 5px;
  border-top: 1px solid #e0e0e0;
}

#content .fieldset-wrapper {
  padding: 7px 0;
}


#content .node .content {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

#content .node .content p {
  margin: 1.5em 0;
  line-height: 1.5em;
}

#content .node .content ul li {
  margin: 1em 0.8em;
  list-style-image: url('../images/puce_node.png');
  line-height: 1.5em;
}

#content .node .content img.padding {
  border:1px solid #e9e9e9;
  padding: 14px 13px;
}

#content .node .content h3 {
  font-size: 1.3em;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#content .node .content h3 strong {
  font-weight: bold;
}

#node-99 {
  padding: 0 15px;
}

h3 .rouge {
  color: #B8262B;
}

#content_footer {
  width: 940px;
  height: 80px;
  margin: 0 130px;
  padding: 0;
  background: url('../images/bg_content.png') no-repeat scroll center bottom transparent;
}

#home_right .block {
  width: 370px;
  height: 152px;
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0 10px 0 0;
  background: #f9f9f9;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);
}
#home_right .block img {
  float: left;
  margin-right: 15px;
}
#home_right #block-block-3 {
  margin-top: 16px;
}
#home_right #block-block-2 h2 {
  color: #00721e;
}
#home_right #block-block-3 h2 {
  color: #f24906;
}

#home_right .block a {
  text-decoration: none;
  font-size: 0.7em;
}
#home_right .block a:hover {
  text-decoration: underline;
}
#home_right #block-block-2 a {
  color: #00721e;
}
#home_right #block-block-3 a {
  color: #f24906;
}

/* PAGE */
body.page {
  background-image: url('../images/bg_body_page.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
div.page {
  margin-top: 20px;
}
#left {
  float: left;
  width: 225px;
  padding: 40px 0 0 0;
}
.menu_block {
  padding: 0 10px 0 15px;
}
.menu_block h2 {
  margin: 0 0 10px 0;
  color: #535353;
  font-family: "HelveticaRounded", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
.menu_block ul {
  margin: 0;
  padding: 0;
}
.menu_block ul li {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #e0e0e0;
  list-style: none;
  background: url('../images/puce_gris.png') no-repeat left 15px;
}
.menu_block ul li a {
  display: block;
  padding: 0 0 0 1em;
  margin: 0;
  color: #737373;
  text-decoration: none;
  font-size: .95em;
  line-height: 1.5em;
}
.menu_block ul li a:hover {
  text-decoration: underline;
}
.menu_block ul li a.active,
.menu_block ul li a.currentpage
{
  font-weight: bold;
}
#center {
  /*float: left;
  width:705px;*/
}
.ml_225 {
  margin-left: 225px;
}
/* FOOTER */
#footer {
  font-size: 0.75em;
  width: 940px;
  margin:0 130px 30px 130px;
  padding: 0 0 30px 0;
  background: url('../images/bg_footer.gif') repeat-x scroll bottom left transparent;
}
#footer #liens {
  float: right;
  padding: 0 30px;
}
#footer #liens li {
  display: inline;
}
#footer #liens li a {
  color: #676767;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
  background: url('../images/bg_menu_footer.gif') right center no-repeat;
  padding: 0 8px 0 5px;
}
#footer #liens li a.active {
  font-weight: bold;
}
#footer #liens li.last a {
  background: none;
}
#footer #liens li a:hover {
  text-decoration: underline;
}
/* Shared styles */
.drop-shadow {
  position:relative;
}
.drop-shadow:after {
  content:"";
  position:absolute;
  z-index:-2;
}
/* Lifted corners */
.lifted:before,
.lifted:after {
  bottom:15px;
  left:10px;
  width:50%;
  height:20%;
  max-width:300px;
  -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}
.lifted:after {
  right:10px;
  left:auto;
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  transform:rotate(3deg);
}




/* Forms */

/* Formulaire de contact - #webform-client-form-7 */
.webform-component {
  margin: 0 0 7px 0;
}
.webform-component-textarea label
{
  vertical-align: top;
}

#webform-client-form-7,
form.form
{
  color: #3d3d3d;
}
#webform-client-form-7 label,
label.label
{
  width: 130px;
  display: inline-block;
  margin: 0;
}

#webform-client-form-7 input[type="text"],
input.text
{
  background: #e0e0e0;
  width: 174px;
  height: 19px;
  padding: 0 4px;
  border: none;
}

#webform-client-form-7 input[type="submit"],
input.submit
{
  background: #3d3d3d;
  color: #fff;
  border-radius: 0;
  border: none;
}

#webform-client-form-7 select,
select.select
{
  width: 182px;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.3em;
}


.gmap-popup .views-field-body p {
  margin: 1em 0;
}

/* Site map */
#site-map h2 {
  font-weight: bold;
}

#site-map ul li {
  padding: 0;
}

.site-map-box {
  margin-top: 25px;
}

.menu-block-2 ul li,
.menu-block-x ul li
{
  padding: 0.5em 0;
  background-position: left 8px;
}


.view-notices th {
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #e0e0e0;
}

.view-notices tr.even, .view-notices tr.odd {
  background-color: transparent;
  border-bottom: none;
  padding: 0.1em 0.6em;
}

.view-notices th.views-field-title {
  width: 395px;
}
.view-notices th.views-field-changed {
  width: 135px;
}
.view-notices th.views-field-fid {

}

.view-notices td.views-field-field-notice-fid,
.view-notices td.views-field-field-notice-changed {
  text-align: center;
}

#frm_valid {
  overflow: hidden;
}
#frm_valid .label {
  width: 240px;
}
#new_client {
  overflow: hidden;
}
#new_client table td {
  padding: 5px 0;
  vertical-align: bottom;
}

h3.banderougesmall {
  padding: 10px;
  color:red;
}