/*  
Theme Name: eole dark
Theme URI: http://www.ecuriedeole.fr
Description: Thème WP Écurie d'Éole. Inpiré de http://samk.ca/freebies/free-wordpress-theme-pixeled/
Author: Nicolas
Version: 1.0
Tags: écurie, éole
*/

/** BM #001d43 */
/** BC #559eb7 */

html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}

body {
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */

    text-align: center;
    margin: 0;
    padding: 0 0 0 0;
    font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    background: url(images/bg-opaque.png) top left repeat;
    color: #bbb;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
  color: #559eb7;
  text-decoration: none;
}

a:link {
  color: #559eb7;
  text-decoration: none;
}

a:visited {

}

a:hover, a:focus, a:active {
  color: #559eb7;
  text-decoration: underline;
}

a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/** {
  margin: 0;
  padding: 0;
  }*/

hr {
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }

p {
/*  font-size: 11pt;*/
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 1.1em;
  }

#underbgimage {
  width: 100%;
  padding: 0 0 0 0;
  background: url(images/underbgbody.jpg) top center repeat-y;
/*  color: #f90;*/
  color: #bbb;
}

#bgimage {
  width: 100%;
  padding: 0 0 15px 0;
  background: url(images/bgbody.jpg) top center no-repeat;
}

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 280px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 700px;
  margin: .1em 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #efe9bc;
/*  font-size: 9pt;*/
  padding: 0 0 0 1.1em;
  text-transform: lowercase;
  }
#header #topright li a:hover {

  }

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  font-size: 1.7em;
  }
#header h1 a:hover {
  }
#header span {
  padding: 0;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
    
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 1.1em;
  letter-spacing: -1px;
  }

#nav li a:hover {
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
    
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
    
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
    
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  letter-spacing: -1px;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  }
.topPost h2.topTitle a {
  font-size: 1.4em;
  font-weight: normal;

  letter-spacing: -2px;
  }
.topPost h2.topTitle a:hover {
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 0.9em;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  }
.topPost p.topMeta a:hover {

  }
.topPost div.topContent {
  font-size: 1.1em;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  border: 1px solid #111;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: url(images/bg-trans-bm.png) repeat;
  }
.topPost span.topComments a {
  background: url(images/comments.gif) left no-repeat;
  }
.topPost span.topMore a {
  background: url(images/more.gif) left no-repeat;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  }
.topPost span.topComments a, .topPost span.topMore a, .topPost span.topTags em {
  vertical-align: middle;
  padding-left: 20px;
  }
.topPost span.topComments a, .topPost span.topMore a, .topPost span.topTags a {
  color: #001d43;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #559eb7;
  text-decoration: underline;
  }

.topPost span.topComments:hover a, .topPost span.topMore:hover a, .topPost span.topTags:hover a {
  color: #559eb7;
}


#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  text-transform: lowercase;
  text-decoration: none;
  }
#nextprevious a:hover {
  text-decoration: underline;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  background: #559eb7;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  }
.comment a {

  }
.comment a:hover {

  }
.nocomments {
    color:#001d43;
}
#numberofcomments {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: .7em;
  }
ol.commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: .9em;
  }
.commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #203d63;
  border: 1px solid #0a0a0a;
  }
.commentlist li .avatar {
  float: right;
  border: 1px solid #aaa;
  padding: 2px;
  }
.commentlist li.alt {
  background: #102d53;
  border: 1px solid #010101;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {

  }
.commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 1.1em;
  font-style: normal;
  }
.commentlist .commentmetadata a {
  }
.commentlist p {
  }

#comment h3 {
  font-weight: normal;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }

#respond {
    color:#001d43;
  }
#respond a {
  }
#respond a:hover {
  }

#commentform a {
    color:#001d43;
    text-decoration:underline;
  }

#commentform .submitbutton {
  background: #001d43;
  color: #559eb7;
  }
#commentform .submitbutton:hover {
  background: #559eb7;
  color: #001d43;
  }

/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 1.8em;
  font-weight: normal;

  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;

  }
#main #welcome a:hover {

  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #559eb7;
  color: #001d43;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #001d43;
  color: #559eb7;
  }


/* Sidebars */
#sidebar_left_right_top li.sidebaritem {
  margin-bottom: 5px;
  }

#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 340px;
  }
#sidebars .sidebarbox {
  background: url(images/bg-trans.png) repeat;
  padding: 8px 15px;
  }

#sidebars .sidebarbigbox {
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 0px;
  }

#sidebars .sidebarbigbox .sidetitle{
    margin-left:10px;
}

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #001d43;
  }
#sidebars a:hover {
  color: #559eb7;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 0.9em;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 0.9em;
  }
#morefoot a {
  text-decoration: none;
  }
#morefoot a:hover {
  text-decoration: underline;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

/* footer*/
#footer {
  clear: both;
  background: #001d43;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  padding: 0;
  }
#footer a {
  text-decoration: underline;
  }
#footer a:hover {
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  height:86px;
  }
#mentionslegales{
  margin-top:70px;
}
/* Misc */

.highlight {
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }

.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color:#777;
  }

.navlinks {
  float: right;
  margin: 0;
  padding: 0;
  }

#logo-eole {
  position:absolute;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50%;
  margin-right: 50%;
  top:20px;
  left:-436px;
  width:346px;
  height:270px;
}


#EFE {
  position:absolute;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50%;
  margin-right: 50%;

  width:67px;
  height:105px;
  top:178px;
  left:-160px;
}


#adresse-eole {
  position:absolute;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 50%;
  margin-right: 50%;

  width:229px;
  height:60px;
  top:233px;
  left:-86px;
  font-size:1.2em;
}
#adresse-eole p{
  margin: 0;
  padding: 0;
  padding-bottom: 1px;
  font-size:.88em;
}

#adresse-eole a:hover {
  text-decoration:underline;
}

.tarif-table{
    border-collapse:collapse;
    font-size : 1.5em;
}
 
.tarif-table th, .tarif-table .thed {
    border-bottom:solid 2px #559eb7;
}
 
.tarif-table td{
    border-top:dotted 1px #559eb7;
    padding-top:.1em;
    padding-left:.3em;
}
 
.tarif-table .left{
    border-right:dotted 1px #559eb7;
}
 
.tarif-table .thedleft {
    border-right:dotted 1px #559eb7;
    border-bottom:solid 2px #559eb7;
}

.tarif-table .note{
    font-size : 0.7em;
}

    /** BM #001d43 */
    /** BC #559eb7 */

