.couleur1 {
	background:#4e8772;
}
.couleur2 {
	background:#228ea8;
}
.couleur3 {
	background:#c5a214;
}
.couleur4 {
	background:#9A3030;
}
.identity {
	left:230px;
	top:0.2em;
}
.header-top {
    min-height:50px;
}
@media (max-width: 480px) {
    .identity {
        left: 15px !important;
        top: 0 !important;
    }
    .header-top {
        min-height: 0;
    }
}
.inside .nom-commune {
    text-align: center;
}
.bloc-contenu div.csc-mailform .satisfaction li label {
    width:auto !important;
    font-weight:bold;
    float:none;
}
.csc-frame-frame1 div.satisfaction .csc-form-element fieldset, .csc-frame-frame1 .csc-form-element fieldset {
    border-top:0;
    border: 1px solid #ccc;
}
.bloc-contenu .satisfaction .csc-form-8 label {
    width:100px !important;
}
.bloc-contenu .satisfaction .csc-form-8 input[type=text]{
    width:99%;
}
.bloc-contenu .satisfaction .csc-form-15 input[type=submit], .csc-form-confirmation-true input[type=submit] {
    margin-top:20px;
    float:right;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.csc-form-confirmation-false input[type=submit] {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#c37610 label {
    float:none;
    width:99%;
    font-weight:bold;
}
.csc-mailform p:first-child {
    color:#9A3030;
    font-weight:bold;
}
.csc-form-confirmation li {
    display:inline-block;
}
.csc-form-confirmation ol {
    padding:0 !important;
}
.csc-frame-frame1 .csc-mailform legend {
    font-family: "Open Sans Condensed", Sans serif;
    font-size:24px!important;
    font-weight:normal;
    margin-top:10px;
    width:100% !important;
    line-height:24px !important;
}
.csc-frame-frame1 .csc-form-8 {
    margin-top:20px;
}
.csc-textpic-caption {
    text-align:right;
    color:#7f7f7f;
    font-size:95%;
    font-style: italic;
}
/* Hack IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-deny {
        padding-right:150px !important;
    }
    .cc-banner :last-child.cc-btn {
        min-width:155px !important;
    }
}