/* ****************************************************

  @file         global.css
  @description  Feuille de styles globale
  @author       Louis-Philippe (ixmedia.com)

***************************************************** */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* iXReset {{{
***************************************************** */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

time {
  display: inline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
}

ul, ol, dl {
  margin: 0;
}

nav ul, ol.breadbrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.group:after {
  content: "";
  display: block;
  clear: both;
}

.group {
  zoom: 1;
}

a *, button * {
  cursor: pointer;
}

a img {
  border: 0;
}

hr {
  display: none;
}

small {
  font-size: 90%;
}

del {
  text-decoration: line-through;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 75%;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0.8;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

button, input[type="submit"], input[type="button"], * html input {
  width: auto;
  overflow: visible;
}

button, label, select, option, input[type=submit], input[type=button] {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 1px;
}

input {
  margin: 0;
}

/*}}}*/
/* iXBoilerplate  {{{
******************************************************************************/
body {
  background: #fff;
  color: #747474;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 120%;
  line-height: 1.3;
  position: relative;
}

#wrap {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  margin: 1em 0;
}

p, ul, ol, dl, table {
  margin: 1em 0;
}

input, select, button, textarea, option {
  font-size: 100%;
  margin: 0;
}

ol, ul {
  margin-left: 20px;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: teal;
}

a:focus {
  outline: 0;
}

a.focus {
  outline: 3px solid #a5ccee;
}

a.focus:active {
  outline: 3px solid #6dace1;
}

a:visited {
  color: teal;
}

a:hover, a:focus {
  color: teal;
  text-decoration: underline;
}

a:link {
  -webkit-tap-highlight-color: teal;
}

ol.breadcrumbs {
  margin: 0;
  padding: 0;
}

ol.breadcrumbs li {
  display: inline-block;
}

hr {
  border-top: 1px solid #cccccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/*}}}*/
/* Titres {{{
******************************************************************************/
/* }}} */
/* Print  {{{
******************************************************************************/
@media print {
  body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  a {
    color: #aaa;
  }

  img {
    border: none;
  }
}
/*}}}*/
/* skii-contextual-menu {{{
******************************************************************************/
ul.skii-contextualmenu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
  background: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8')";
  list-style: none;
  text-align: left;
}

.skii-contextualmenu li {
  display: block;
  position: relative;
  float: none;
  padding: 2px 20px;
  margin: 0;
  outline: none;
  background: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #666;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
}

.skii-contextualmenu li.skii-contextualmenu-non-selectable {
  cursor: default;
}

.skii-contextualmenu li.skii-contextualmenu-group {
  padding: 2px 0;
  font-weight: bold;
  color: #999;
}

.skii-contextualmenu li.skii-contextualmenu-group p:first-child {
  position: relative;
  float: none;
  width: auto;
  height: auto;
  padding: 2px 0 2px 7px;
  margin: 0;
  font-family: Arial, sans-serif;
}

.skii-contextualmenu li.skii-contextualmenu-group ul {
  position: relative;
  top: 3px;
  padding: 0;
  margin: 0 0 3px 0;
  font-weight: normal;
}

.skii-contextualmenu li.hover {
  background: teal;
  background: -webkit-gradient(linear, left top, left bottom, from(#20acac), to(teal));
  background: -moz-linear-gradient(top, #20acac, teal);
  color: #fff;
}

.skii-contextualmenu li.selected .skii-contextualmenu-check {
  display: block;
  position: absolute;
  top: 3px;
  *top: 6px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: url("../img/interface/check.png") left center no-repeat;
}

.skii-contextualmenu li.hover.selected .skii-contextualmenu-check {
  background: url("../img/interface/check_white.png") left center no-repeat;
}

/*}}}*/
/* skii-select {{{
******************************************************************************/
.skii-selectinput {
  display: inline-block;
  position: relative;
  float: none;
  width: 350px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
  background: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#e8e8e8')";
}

.skii-selectinput,
.skii-selectinput * {
  cursor: pointer;
}

.skii-selectinput.disabled,
.skii-selectinput.disabled * {
  cursor: default;
}

.skii-selectinput-selected {
  position: absolute;
  top: 0;
  left: 8px;
  right: 28px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  padding-right: 4px;
  border-right: 1px solid #dfdfdf;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.skii-selectinput-arrow {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  background: url("../img/interface/arrow-down.png") no-repeat;
}

/*}}}*/
/*Layout {{{
******************************************************************************/
hr {
  display: none;
}

div#corps {
  width: 970px;
  background: url("../img/main-bg.gif") center top repeat-y;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  padding-bottom: 140px;
}
div#corps #principal {
  width: 779px;
  padding-left: 10px;
  float: right;
}
div#corps #principal #contenu {
  width: 555px;
  padding: 0 0 0 10px;
  /*border-left: 1px solid $gris_pale;*/
  /*        border-right: 1px solid $gris_pale;*/
  float: left;
}
div#corps #principal #sidebar {
  width: 196px;
  padding: 0 8px;
  float: right;
}
div#corps #principal #sidebar div#wrapper_activite_semaine {
  border-right: 1px solid #b8bbb8;
}
div#corps #principal #sidebar div#activite_semaine {
  width: 170px;
  border-bottom: 1px solid #b8bbb8;
  margin: 0 0 15px 8px;
  padding: 0 0 13px 0;
}
div#corps #principal #sidebar div#activite_semaine h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  color: #df1d3f;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 15px 0;
}
div#corps #principal #sidebar div#activite_semaine ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#corps #principal #sidebar div#activite_semaine ul li {
  color: #747474;
}
div#corps #principal #sidebar div#activite_semaine ul a {
  display: block;
  color: #747474;
}
div#corps #principal #sidebar div#nouveautes {
  background: #ebebeb;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
div#corps #principal #sidebar div#nouveautes h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  color: white;
  font-size: 22px;
  font-weight: normal;
  padding: 2px 8px;
  margin: 0;
  background: #df1d3f;
}
div#corps #principal #sidebar div#nouveautes p {
  padding: 0 8px;
  color: #747474;
}
div#corps #principal #sidebar div#nouveautes ul {
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  list-style: none;
  margin: 0;
  padding: 14px 8px 0 8px;
}
div#corps #principal #sidebar div#nouveautes ul li {
  color: #747474;
}
div#corps #principal #sidebar div#nouveautes ul a {
  display: block;
  color: #747474;
}
div#corps #principal img.content_img {
  margin: 0 0 10px 0;
}
div#corps #secondaire {
  width: 181px;
  float: left;
  position: relative;
}
div#corps #secondaire div#bap_facebook {
  font-size: 14px;
  background: #ebebeb;
  padding: 8px;
  margin: 0 0 13px 0;
}
div#corps #secondaire div#bap_facebook img {
  margin: 5px 0 10px 0;
}
div#corps #secondaire div#bap_facebook a {
  display: block;
  color: #364b80;
}
div#corps #secondaire div#bap_facebook a:hover {
  text-decoration: none;
}
div#corps #secondaire div#bap_abonnement {
  background: #9fbcbe;
  padding: 0 0 20px 0;
}
div#corps #secondaire div#bap_abonnement h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  color: white;
  font-size: 22px;
  font-weight: normal;
  padding: 2px 8px;
  margin: 0;
  background: teal;
}
div#corps #secondaire div#bap_abonnement p {
  color: #444444;
  padding: 0 8px;
}
div#corps #secondaire div#bap_abonnement a {
  color: black;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 12px;
  background: #ebebeb;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 8px 0px 8px 35px;
  background: url("../img/fleche-lien-2.gif") 6px 3px #ebebeb no-repeat;
}
div#corps #secondaire div#bap_abonnement a:hover {
  text-decoration: none;
}
div#corps #secondaire div#activites_consultees {
  margin: 17px 0 0 0;
}
div#corps #secondaire div#activites_consultees h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  color: #df1d3f;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 15px 0;
}
div#corps #secondaire div#activites_consultees ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#corps #secondaire div#activites_consultees ul li {
  color: #747474;
  margin: 0 0 20px 0;
}
div#corps #secondaire div#activites_consultees ul a {
  color: #747474;
}
div#corps p.moyen {
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  color: #747474;
  font-weight: normal;
  width: 550px;
  margin: 0 0 15px 0;
}
div#corps div.erreur {
  color: red;
}
div#corps div.col_1 {
  width: 48%;
  float: left;
}
div#corps div.col_2 {
  width: 48%;
  float: right;
}

/*}}}*/
/* @section Contenu texte {{{
******************************************************************************/
#contenu h2 {
  color: teal;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
#contenu h3 {
  color: teal;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 18px 0 10px 0;
}
#contenu h4 {
  font-size: 13px;
  margin: 15px 0 8px 0;
  color: #747474;
  font-weight: bold;
}
#contenu h5 {
  color: #747474;
  font-size: 11px;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  margin: 0 0 8px 0;
}
#contenu p {
  margin-top: 0;
}
#contenu a.a_fleche {
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  padding: 2px 0 2px 20px;
  float: right;
  margin-right: 15px;
  background: url("../img/fleche-lien.gif") left top no-repeat;
}
#contenu ul {
  list-style: none;
  margin: 0 0 15px 0;
}
#contenu ul.liste_puce {
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  color: #747474;
  font-weight: normal;
  margin-left: 19px;
  list-style-image: url("../img/interface/puce_liste.gif");
}
#contenu ul.liste_puce li {
  margin-bottom: 7px;
}
#contenu ul.liste_puce li ul {
  list-style: disc;
  margin-left: 10px;
}
#contenu ul.liste_puce li ul li {
  margin-bottom: 5px;
}
#contenu ul.liste_puce a {
  color: #747474;
}
#contenu #recherche_thematique div.left {
  float: left;
  margin-right: 15px;
  width: 260px;
}
#contenu #recherche_thematique div.right {
  float: left;
  width: 250px;
  margin-right: 10px;
}
#contenu #recherche_thematique ul.liste_puce {
  font-size: 12px;
}
#contenu #recherche_thematique ul.liste_puce ul {
  margin: 0 30px 0 15px;
  list-style-image: none;
  list-style: disc;
}
#contenu a.btn_bleu {
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
  margin-top: 15px;
  width: 146px;
  height: 26px;
  display: block;
  background: url("../img/interface/btn-bleu.gif") center bottom no-repeat;
}
#contenu a.btn_bleu:hover {
  text-decoration: none;
  background-position: center top;
}
#contenu a.btn_bleu.petit {
  font-size: 11px;
  padding-top: 4px;
  height: 30px;
}
#contenu a.btn_bleu.inverse {
  background-position: center top;
}
#contenu a.btn_bleu.inverse:hover {
  background-position: center bottom;
}
#contenu a.btn_bleu_small {
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 8px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding-top: 4px;
  width: 108px;
  height: 21px;
  display: block;
  background: url("../img/interface/btn-bleu-small.gif") center bottom no-repeat;
}
#contenu a.btn_bleu_small:hover {
  text-decoration: none;
  background-position: center top;
}
#contenu table.tableau_formulaire tr td {
  padding: 5px 0;
}
#contenu table.tableau_formulaire tr td input[type=text] {
  width: 277px;
}
#contenu table.tableau_formulaire tr td select {
  width: 280px;
}

/*}}}*/
/* @section Entête {{{
******************************************************************************/
#entete {
  width: 100%;
  min-width: 960px;
  background: #fff;
  height: 107px;
  position: relative;
  z-index: 210;
}

#entete .header-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 107px;
}

body.template-blogue-blogue-perfectionnement #entete .header-inner {
  width: 640px;
}

#entete #titre {
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 21px;
  left: 37px;
}

#entete h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  font-weight: normal;
  font-size: 200%;
  position: absolute;
  bottom: 5px;
  right: 90px;
  color: #949594;
}

body.template-accueil #entete h2 span {
  display: none;
}

#entete #utilitaires {
  height: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  background: #6d6e6c;
  float: right;
  padding: 0 9px 0 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

* html #entete #utilitaires {
  width: 490px;
}

html.ie7 #entete #utilitaires {
  width: 490px;
}

#entete #utilitaires ul {
  margin: 0;
  list-style: none;
}

#entete #utilitaires ul li {
  margin: 0;
  float: left;
  height: 32px;
  position: relative;
}

#entete #utilitaires ul li.dernier {
  padding: 0;
}

#entete #utilitaires ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 85%;
  padding: 11px 9px 0 12px;
  height: 21px;
  display: block;
  float: left;
}

/*#entete #utilitaires ul li:hover a,*/
#entete #utilitaires ul li a:hover {
  background: #eaebea url("../img/interface/bg-utilitaires-item-hover.gif") no-repeat top left;
  color: #d71d39;
}

#entete #utilitaires ul li a span {
  display: block;
  background: url("../img/interface/ico-bullet-bas-pale.gif") no-repeat 100% 50%;
  padding: 0 12px 0 0;
}

#entete #utilitaires ul li.accueil a span {
  background: url("../img/interface/ico-bullet-accueil.gif") no-repeat 0 50%;
  padding-left: 16px;
  padding-right: 0;
}

#entete #utilitaires ul li.accueil a {
  padding-left: 8px;
}

#entete #utilitaires ul li.accueil a:hover {
  background: none;
  color: #fff;
}

#entete #utilitaires ul li form {
  float: right;
  padding: 5px 0 0 12px;
}

#entete #utilitaires ul li form input {
  border: 1px solid #9d9f9b;
  background: url("../img/interface/bg-recherche.gif") no-repeat top left;
  color: #dcdddc;
  padding: 4px 5px 2px;
  line-height: 1.2;
  float: left;
  width: 140px;
}

#entete #utilitaires ul li form button {
  border: none;
  width: 21px;
  height: 21px;
  padding: 0;
  background: none;
  float: left;
  margin: 0 0 0 3px;
  display: inline;
}

#entete #utilitaires ul li ul {
  position: absolute;
  top: 28px;
  left: 0;
  left: -9999px;
  border: 1px solid #cecece;
  border-left-width: 5px;
  background: white url("../img/interface/bg-sousnav.gif") repeat-y top left;
  width: 190px;
  z-index: 7000;
  float: left;
  clear: both;
  padding: 4px 0;
}

#entete #utilitaires ul li:hover ul {
  left: 0;
}

#entete #utilitaires ul li ul li {
  float: none;
  height: auto;
  width: auto;
  background: none;
}

/*#entete #utilitaires ul li:hover ul li a,*/
#entete #utilitaires ul li ul li a:hover,
#entete #utilitaires ul li ul li a {
  width: auto;
  float: none;
  border: none;
  background: url("../img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
  display: block;
  width: 160px;
  height: auto;
  padding: 7px 5px 7px 25px;
  color: #5b5c5a;
}

#entete #utilitaires ul li ul li.active a,
#entete #utilitaires ul li ul li a:hover {
  background-image: url("../img/interface/ico-bullet-nav-hover.gif");
  background-color: #fff;
  color: #db3928;
}

/*}}}*/
/* @section Pied de page {{{
******************************************************************************/
#pied {
  clear: both;
  height: 118px;
  position: relative;
  margin: 0 auto 0;
  background: #6d6e6c;
  min-width: 960px;
  width: 100%;
  color: #EAEBEA;
  font-size: 75%;
  position: relative;
  height: 120px;
  margin-top: -120px;
}

body.template-blogue-blogue-perfectionnement #pied {
  min-width: 640px;
  width: 640px;
}

#pied .pied-inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

body.template-blogue-blogue-perfectionnement #pied .pied-inner {
  width: 640px;
}

#pied p {
  margin: 0;
}

#pied h2 {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  font-weight: normal;
  font-size: 260%;
  color: #fff;
  margin: 0;
}

#pied h2 a {
  color: #fff;
  text-decoration: none;
}

#pied .facebook {
  float: left;
  width: 150px;
  padding: 18px 20px 0 14px;
}

#pied .facebook h2 {
  margin: 0 0 15px;
}

#pied .facebook h2 a {
  display: block;
  width: 142px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/interface/btn-footer-facebook.gif") no-repeat top left;
  color: #EAEBEA;
  overflow: hidden;
}

#pied .rss {
  float: left;
  width: 264px;
  padding: 12px 30px 0 0;
}

#pied .rss h2 a {
  display: block;
  background: url("../img/interface/btn-footer-abonnement.gif") no-repeat top left;
  padding: 5px 2px 18px 53px;
}

#pied .contact {
  float: right;
  width: 460px;
  padding: 12px 10px 0 0;
}

#pied .contact .contact-inner {
  padding: 8px 10px 0 18px;
  background: #595958;
  height: 98px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#pied .contact h2 {
  font-size: 220%;
  margin: 0 0 19px;
}

#pied .contact p {
  float: left;
}

#pied .contact p.p1 {
  width: 216px;
  padding: 0 20px 0 0;
}

#pied .contact p.p2 {
  width: 180px;
  padding: 0 10px 0 0;
}

#pied .contact p.p1 a {
  color: #FFF;
  text-decoration: none;
}

/*}}}*/
/* @section Navigation {{{
******************************************************************************/
div.nav {
  z-index: 150;
}

#nav {
  background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
  height: 51px;
  border-bottom: 10px solid #fff;
  font-size: 11px;
  position: relative;
  z-index: 200;
  font-family: Arial, Verdana, sans-serif;
}

#nav ul {
  width: 960px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2;
}

body.template-blogue-blogue-perfectionnement #nav,
body.template-blogue-blogue-perfectionnement #nav ul {
  width: 640px;
}

#nav ul li {
  width: 133px;
  float: left;
  height: 48px;
  position: relative;
  background: url("../img/interface/bg-nav-item.gif") no-repeat bottom left;
  z-index: 3000;
}

body.template-blogue-blogue-perfectionnement #nav ul li {
  width: 153px;
}

#nav ul li a {
  width: 133px;
  float: left;
  color: #6d6e6c;
  text-decoration: none;
  position: relative;
  height: 48px;
}

body.template-blogue-blogue-perfectionnement #nav ul li a {
  width: 149px;
}

#nav ul li a span {
  position: absolute;
  bottom: 6px;
  left: 9px;
  background: url("../img/interface/ico-bullet-bas.gif") no-repeat 100% 100%;
  padding: 0 12px 0 0;
  float: left;
}

body.template-blogue-blogue-perfectionnement #nav ul li a span {
  background: transparent;
}

#nav ul li.active a,
#nav ul li:hover a,
#nav ul li a:hover {
  background: #fff;
  border-left: 5px solid #cecece;
  width: 128px;
  color: #db3928;
}

#nav ul li.active a span,
#nav ul li:hover a span,
#nav ul li a:hover span {
  left: 4px;
}

#nav ul li ul {
  position: absolute;
  top: 47px;
  left: 0;
  left: -9999px;
  border: 1px solid #cecece;
  border-left-width: 5px;
  background: white url("../img/interface/bg-sousnav.gif") repeat-y top left;
  width: 190px;
  z-index: 7000;
  float: left;
  clear: both;
  padding: 4px 0;
}

#nav ul li:hover ul {
  left: 0;
}

#nav ul li ul li {
  float: none;
  height: auto;
  width: auto;
  background: none;
}

#nav ul li:hover ul li a,
#nav ul li ul li a:hover,
#nav ul li ul li a {
  width: auto;
  float: none;
  border: none;
  background: url("../img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
  display: block;
  width: 160px;
  height: auto;
  padding: 7px 5px 7px 25px;
  color: #5b5c5a;
}

#nav ul li ul li.active a,
#nav ul li ul li a:hover {
  background-image: url("../img/interface/ico-bullet-nav-hover.gif");
  background-color: #fff;
  color: #db3928;
}

/*}}}*/
/* @section Accueil {{{
******************************************************************************/
div#recherche_themes {
  float: left;
  width: 183px;
  padding: 0 10px 0 0;
  border-right: 2px solid #ebebeb;
}
div#recherche_themes ul.liste_puce {
  font-size: 12px;
}

div#bloc_recherche {
  width: 341px;
  padding: 0 0 0 10px;
  float: right;
}
div#bloc_recherche div#recherche_form {
  /*    width:100%;*/
  padding: 0 0 18px 0;
}
div#bloc_recherche div#recherche_form label#label_motscles {
  display: block;
  border: none;
  padding: 7px 0 0 6px;
  width: 322px;
  height: 37px;
  background: url("../img/accueil/recherche-input.gif") -3px top no-repeat;
}
div#bloc_recherche div#recherche_form label#label_motscles input {
  background: none;
  border: none;
  width: 295px;
  padding: 4px;
}
div#bloc_recherche div#recherche_form select.custom {
  margin: 0 0 18px 0;
  width: 311px;
}
div#bloc_recherche div#recherche_form h4 {
  color: #747474;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 8px 0;
  text-transform: uppercase;
}
div#bloc_recherche div#recherche_thematique {
  width: 280px;
  float: right;
  margin-right: 30px;
  padding-right: 30px;
  border-top: 2px solid #ebebeb;
}

/*}}}*/
/* @section Tableau {{{
******************************************************************************/
div#frame_single {
  position: relative;
}
div#frame_single div#frame_head {
  padding: 8px 0 0 15px;
  min-height: 58px;
  background: url("../img/single/top-onglet.gif") center top no-repeat;
  position: relative;
}
div#frame_single div#frame_head h2.titre {
  font-family: Baskerville, "Palatino Linotype", Georgia, serif;
  color: #df1d3f;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 15px 0;
  width: 172px;
  text-transform: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
div#frame_single div#frame_head div#social_wrapper {
  width: 220px;
  position: absolute;
  top: 10px;
  right: 0px;
}
div#frame_single div#frame_head div#social_wrapper div:first-child {
  width: 110px;
  float: left;
}
div#frame_single div#frame_head div#social_wrapper div:last-child {
  width: 110px;
  float: right;
}
div#frame_single div#frame_content {
  position: relative;
  padding: 15px 30px 0 15px;
  background: url("../img/single/content-onglet.gif") center top repeat-y;
}
div#frame_single div#frame_content p {
  margin: 0;
  margin-bottom: 8px;
}
div#frame_single div#frame_content h3 {
  width: 170px;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
div#frame_single div#frame_footer {
  height: 29px;
  background: url("../img/single/footer-onglet.gif") center bottom no-repeat;
}

ul#option_list_single {
  list-style: none;
}
ul#option_list_single li {
  width: 30%;
  display: block;
  float: left;
}
ul#option_list_single li a {
  display: block;
  margin-left: 30px;
}

img#logo-bottom-bap {
  display: block;
  margin: 50px auto 0 auto;
}

p#copy {
  width: 450px;
  font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 10px;
  color: #747474;
  text-align: center;
  line-height: 16px;
  margin: 20px auto 0 auto;
}

/*}}}*/
/* @section Recherche {{{
******************************************************************************/
div.page_resultat ul#option_list_single {
  float: right;
  margin-right: 10px;
}
div.page_resultat ul#option_list_single li {
  float: none;
  margin-bottom: 10px;
}

div#resultats_recherche {
  padding-right: 20px;
}
div#resultats_recherche ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#resultats_recherche ul li {
  margin-bottom: 15px;
}
div#resultats_recherche ul li p {
  margin-bottom: 5px;
}
div#resultats_recherche .nav_squentielle {
  margin: 10px 0 25px;
  padding: 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
div#resultats_recherche h3 {
  text-transform: none;
}
div#resultats_recherche h3 ~ p {
  margin: 0 0 2px;
}
div#resultats_recherche h3 ~ ul {
  margin: 10px 0 0;
}
div#resultats_recherche h4 {
  margin: 0 0 5px 0;
}

/*}}}*/
/* rating {{{ */
form.rating {
  display: block;
  float: left;
}

div.rating {
  zoom: 1;
  padding-bottom: 14px;
  margin-top: 35px;
}
div.rating p.label-rating {
  float: left;
  padding-top: 5px;
}

div.rating:after {
  content: '';
  display: block;
  clear: both;
}

ol.rating {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  zoom: 1;
  width: 100px;
}

ol.rating li {
  display: block;
  margin: 0;
  float: left;
}

ol.rating li + li {
  padding-left: 5px;
}

ol.rating li input {
  width: 16px;
  height: 15px;
  cursor: default;
  border: 0;
  font-size: 0;
  background: transparent url("../img/single/rating-star-blank.png");
  color: #f3aa27;
}

form.rating ol.rating li input {
  cursor: pointer;
}

/* average rating (at page load) */
ol.rating li input.full {
  background: transparent url("../img/single/rating-star-full.png");
  color: #f3aa27;
}

ol.rating li input.half {
  background: transparent url("../img/single/rating-star-half.png");
  color: #f3aa27;
}

/* user rating (when hovered) */
form.rating ol.rating:hover li input {
  background: transparent url("../img/single/rating-star-full.png");
  color: #f3aa27;
}

form.rating ol.rating:hover li:hover ~ li input {
  background: transparent url("../img/single/rating-star-blank.png");
  color: #cbd3de;
}

form.rating ol.rating li input:active {
  opacity: 0.9;
}

span.thank-you {
  line-height: 15px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* }}} */

