/* buttons */
button, .btn {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

figure {
  margin: 0; 
  padding: 0; 
  border: 0;
}

 button:hover, button:focus, .btn:hover, .btn:focus {
    background-color: #2284a1; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    color: white; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  font-family:"Open Sans", arial,  sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer; 
}

a:focus {
  outline: none; 
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
  max-width: 100%;
}
/* pictures */
img {
  height: auto;
  vertical-align: middle;
   -ms-interpolation-mode: bicubic;
   display: inline-block;
}
object,
embed {
  height: 100%; }

a img { border: 0; }

/* scripts */
body > script {display: none !important;}

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .aligncenter {
    margin: 0 auto;
  }
  .wp-caption {
    clear: both;
    padding: 1em;
    background: #eee;
    margin-bottom: 1em;
    color: #888;
    font-size: .9em;
  }
  .wp-caption-text {
    margin-top: .5em;
    text-align: center;
  }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }


/* switching box model for all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}


/* Default Link Styles */
a {
  color: #0060bd;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #fda600; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: inside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet, ul.unstlyed {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }


/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }


/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 840px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; 
}


/* blocks widths (percentages and pixels) */
.w10    { width: 10%; }
.w20    { width: 20%; }
.w25    { width: 25%; }
.w30    { width: 30%; }
.w33    { width: 33.3333%; }
.w40    { width: 40%; }
.w50    { width: 50%; }
.w60    { width: 60%; }
.w66    { width: 66.6666%; }
.w70    { width: 70%; }
.w75    { width: 75%; }
.w80    { width: 80%; }
.w90    { width: 90%; }
.w100   { width: 100%; }

.w50p   { width: 50px; }
.w100p  { width: 100px; }
.w150p  { width: 150px; }
.w200p  { width: 200px; }
.w290p {width: 290px;}
.w280p  { width: 280px; }
.w300p  { width: 300px; }
.w400p  { width: 400px; }
.w490p  { width: 490px; }
.w500p  { width: 500px; }
.w520p {width: 520px;}
.w600p  { width: 600px; }
.w680p  { width: 680px; }
.w700p  { width: 700px; }
.w800p  { width: 800px; }
.w960p  { width: 960px; }
.mw960p { max-width: 960px; }
.w1140p  { width: 1140px; }
.mw1140p { max-width: 1140px; }


body {
  background: url("../images/bg.jpg") no-repeat center 0 #ff4400;
}
#wrapper {
  background: url("../images/page.png") repeat-y center;

  width: 840px;
  margin: 0 auto;
  padding: 0 10px;

}

#header_href {
  display: block;
  height: 100px;
  width: 100%;
}

#wrapper .row {
  padding: 20px 0;
  background: url("../images/pagetop.png") no-repeat 0 0;
  
}
#header { 
  height: 212px;
  background: url("../images/header.jpg") no-repeat center 0;
}
#header .row {
  position: relative;

}

h1, h2, h3 {
  font-family: 'Patrick Hand SC', cursive;
  text-transform: uppercase;
  font-weight: normal;
}


/* sites */

.list-sites header {
   background: url("img/site.png") no-repeat 0 0 #000;
  height: 106px;
  position: relative;
  padding: 10px;
}
.list-sites header.nobanner {
  height: auto;
}
.list-sites li.active {
 
}
.list-sites li img {

}
.list-sites h4 {
  margin: 0;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: -.04em;
  background: #000;
  position: relative;
  bottom: 0;
  left: 0;
  right: 2px;
  padding:5px 10px;
  text-align: center;
  width: 468px;
}
.list-sites h4 a {
  display: block;
  color: #fda600;
}
.list-sites h4 a:hover {
  color: #FFF;
}
.list-sites .content {
  margin-top: .5em;
}
.list-sites .content p {
 font-size: .8em;
 text-align: center;
 margin-bottom: .5em;
}
.list-sites footer {
  font-size: .8em;
  color: #aaa;
  text-align: center;
}

#footer {
  background: url("../images/footer.jpg") no-repeat 0 0;
  min-height: 100px;
  width: 820px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
  color: #222;
}
.copy {
  font-size: .9em;
  padding-bottom: 2em;
}
.copy a {
  color: #ffc663;
  font-weight: bold;
}
.copy a:hover {
  color: #FFF;
}
.btn-connexion, .btn-inscription {
  font-size: .8em;
  text-transform: uppercase;
  padding-top: .5em;
  padding-bottom: .5em;
}

.btn-connexion {
  background: #ffc663;
  border: 1px solid #ffd78f;
  color: #a30f00;
}
.btn-connexion:hover {
  background: #ffd78f;
  color: #a30f00;

}
.btn-inscription, .btn-suppression{
  border: 1px solid #222;
  color: #f89e18;
  background: #000;
}
.btn-inscription:hover, .btn-suppression:hover{
  background: #222;
  color: #fff;
}
.btn-validation {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;    
}
.btn-validation:hover {
  background: #51A351;
}
/* sidebar */
.sidebox header {
  background:#000;
  height: 35px;
  border-bottom: 2px solid #fda600;
 
}
.sidebox footer {
  background: url("img/sb-foot.png") no-repeat;
  height: 25px;
  margin-bottom: 2em;
 
}
.sidebox header h3 {
   line-height: 35px;
   color: #fda600;
   padding-left: 10px;
   font-family: "Open Sans", arial;
   font-weight: 300;
   font-size: 1em;
}

.fixe {
  bottom:     -2px;
  position:   fixed;
  right:      0;
  z-index:    1;
  width:      100%;
  height:     30px;
}

.trans_03 {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#backtotop {
  position:absolute;
  top:0;
  right:182px;
  width:200px;
  height:30px;
}

#backtotop-arrow {
  float:right;
  position:relative;
  z-index:100;
  background:url("http://cdn-files.deezer.com/img/common/arrow-top-v01023.gif") left top no-repeat;
  border-left:1px solid #121212;width:37px;
  height:30px;
}

#backtotop-txt {
  float:right;
  background:#3a3a3a;
  border-right:1px solid #4d4d4d;
  width:0;
  height:30px;
  text-align:center;
}

#backtotop-txt span {
  color:#fff;
  font-size:12px;
  text-shadow:1px 1px 2px #000;
  line-height:32px;
  opacity:0;
  filter:alpha(opacity=0);
  margin:0 5px
}

#backtotop:hover #backtotop-txt {
  width:110px;
}

#backtotop:hover #backtotop-txt span {
  opacity:1;
  filter:alpha(opacity=100);
}

#backtotop.off {      
  /*top:30px;*/
  top: 0px;
}

.form-inscription {
  text-align: center;
}
input:valid {
  box-shadow: 0 0 2px 1px rgba(30,180,30,.8);
 
}
/* formulaires */

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.message_error {
  display: inline-block;
  width: 100%;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.message_success {
  display: inline-block;
  width: 100%;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #55B05A;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }

label.error {
  color: #c60f13; }


.form-inscription {
  text-align: left;
  padding: 2em;
  background: #eee;
  border: 1px solid #CCC;
  text-align: center;
}
