/*
Nom du fichier 		: main.scss
Auteur				: Alain Trottier
Creation			: 2013/01/02
Modification		: 2016/01/05
*/
* {
  padding: 0;
  margin: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 962px; */
/* 426px */
body, html {
  height: 100%;
  background-color: white;
  margin: 0;
  font-family: "Verdana, Arial, Helvetica, sans-serif";
  font-size: 13px; }

body:after {
  display: none;
  content: url(../img/fond.jpg); }

a {
  color: #87272c;
  /*  $link-color */
  outline: none;
  /* fixe firefox */
  text-decoration: underline; }

h1 {
  font-size: 20px;
  color: #87272c; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  color: #87272c; }

h5 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 26px;
  color: #87272c; }

hr {
  margin-top: 6px; }

p {
  margin-top: 16px;
  border: 0px solid red; }

ul, ol {
  margin-top: 6px;
  padding-left: 30px; }

area {
  outline: none; }

hr.separator {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  height: 2px;
  border: 0;
  width: 894px;
  color: #e2e63d;
  background-color: #e2e63d;
  border-top: 1px solid #e2e63d; }

map, map area {
  border: none !important; }

img, a img, a:link img, a:visited img {
  border: none !important; }

.clear {
  clear: both; }

/* +++++++++++++++++++++++++++++++++++++++++++++ ENTETE +++++++++++++++++++++++++++++++++++++ */
.header {
  width: 1242px;
  height: 564px;
  /* 99%; */
  margin: 0 auto;
  border: 0px solid black; }

.logo-header {
  width: 100%;
  height: 92px; }

.menu-header {
  width: 100%;
  height: 72px;
  background: url("./../img/bgPatternMenu.png") repeat-x center top;
  border: 0px solid red; }

.niveau1 {
  float: left;
  margin-top: 10px;
  height: 28px;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  border: 0px solid red; }
  .niveau1 a {
    color: white;
    text-decoration: none; }
  .niveau1 a:visited {
    color: white; }
  .niveau1 a:hover {
    color: #e2e63d; }

#btn-acceuil {
  width: 90px;
  margin-left: 56px;
  border: 0px solid red; }

#btn-qu-est-ce-que-bourstad {
  width: 212px;
  margin-left: 0px;
  border: 0px solid red; }

#questceBourstad-container {
  margin-left: 0px;
  height: 28px; }

#btn-comment-inscrire {
  width: 180px;
  margin-left: 0px;
  border: 0px solid red; }

#btn-contact {
  width: 190px;
  border: 0px solid red; }

#sous-menu {
  position: relative;
  top: 0px;
  width: 100%;
  height: 80px;
  color: white;
  padding-left: 14px;
  background-color: #403e3f;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 18px;
  display: none;
  border-bottom: 0px solid black; }

div.niveau2 {
  text-align: left;
  /*cursor: pointer;*/ }

#ariane-container {
  width: 800px;
  height: 30px;
  padding: 8px 0 0 6px;
  color: black;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  z-index: 0;
  border: 0px solid black; }
  #ariane-container a {
    color: black; }

/* +++++++++++++++++++++++++++++++++++++++++++++ Page +++++++++++++++++++++++++++++++++++++ */
#main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1242px;
  /*height: 100%;*/
  /*min-height: 360px;*/
  margin: 0 auto;
  overflow: inherit;
  border: 0px solid black; }

/* +++++++++++++++++++++++++++++++++++++++++++++ COL GAUCHE +++++++++++++++++++++++++++++++++++++ */
#left-content {
  position: relative;
  -webkit-box-flex: 0 0 947px;
  -webkit-flex: 0 0 947px;
  -moz-box-flex: 0 0 947px;
  -moz-flex: 0 0 947px;
  -ms-flex: 0 0 947px;
  flex: 0 0 947px;
  width: 947px;
  border: 0px solid blue; }

#page {
  position: relative;
  padding-left: 6px;
  margin: 0px;
  width: 900px;
  border: 0px solid red; }

.volets {
  /* 3 volets */
  float: left;
  width: 165px;
  margin: 20px 14px 20px 10px;
  border: 0px solid red; }

/* Modalites et frais d'inscription */
.filet {
  position: static;
  overflow: auto;
  width: 500px;
  margin: 16px auto 0 auto;
  padding: 10px;
  border: 2px solid #403e3f; }
  .filet p {
    margin: 0;
    padding: 0; }
  .filet a {
    color: black; }

div#bouton {
  width: 205px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  border: 0px solid red; }

a#btnFormInscription {
  display: block;
  width: 165;
  height: 21px;
  background: url(../img/colCentre/btnFormInscription.gif) no-repeat 0 0; }

a#btnFormInscription:hover {
  background: url(../img/colCentre/btnFormInscription_o.gif) no-repeat 0 0; }

div#inscription-container {
  display: table;
  width: 335px;
  text-align: center;
  margin: 16px auto;
  border: 0px solid red; }
  div#inscription-container a {
    display: table-cell;
    vertical-align: middle;
    width: 335px;
    height: 36px;
    padding: 6px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #9d9c31;
    background-color: #f6f7c4; }
    div#inscription-container a:hover {
      color: #9d9c31; }

p.transfer {
  text-align: center;
  margin-top: 0px;
  border: 0px solid #9d9c31; }

#bourstadBoiteLogin {
  width: 590px;
  padding: 0px;
  margin-top: 10px;
  background-color: #e2e63d; }

table#reglementM {
  /* reglement */
  margin-top: 6px; }

table#reglementM td {
  /* reglement */
  padding: 6px; }

.reserve-space {
  height: 190px;
  border: 1px solid white; }

/* logo partenaires */
.partenaires {
  position: absolute;
  left: 6px;
  bottom: 2px;
  height: 190px;
  width: 900px;
  border: 0px solid black; }
  .partenaires .or {
    position: relative;
    left: 0px;
    top: 18px;
    width: 200px;
    text-align: left;
    border: 0px solid yellow; }
  .partenaires .argent {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 900px;
    text-align: right;
    border: 0px solid red; }
  .partenaires img {
    position: relative;
    top: 0px;
    left: 0px; }

/* +++++++++++++++++++++++++++++++++++++++++++++ COL DROITE +++++++++++++++++++++++++++++++++++++ */
#right-content {
  -webkit-box-flex: 0 0 276px;
  -webkit-flex: 0 0 276px;
  -moz-box-flex: 0 0 276px;
  -moz-flex: 0 0 276px;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  width: 276px;
  padding-right: 4px;
  border: 0px solid green; }
  #right-content .login-container, #right-content .right-title, #right-content .calendar-container, #right-content .titre-container, #right-content .facebook-container-logo, #right-content .fils-container, #right-content .facebook-container {
    float: right; }

.right-title {
  color: #87272c;
  font-size: 17px;
  width: 274px;
  font-weight: bold;
  border: 1px solid white; }

.separator-right-col {
  float: right;
  display: block;
  margin-top: 4px;
  margin-bottom: 5px;
  height: 4px;
  border: 0;
  width: 276px;
  color: #87272c;
  background-color: #87272c;
  border-top: 4px solid #87272c; }

/* page accueil */
.login-container {
  width: 276px;
  height: 120px;
  margin-bottom: 20px;
  border: 0px solid black; }

#login {
  width: 276px;
  border: 0px solid red; }
  #login table {
    width: 276px; }
    #login table td a {
      color: black; }

/* calendrier */
#bourstadCalendrier {
  width: 273px;
  height: 310px;
  background-color: #f6f7c4;
  border-bottom: 4px solid #87272c; }

#bourstadCalendrierMenu {
  display: table;
  overflow: hidden;
  width: 273px;
  height: 30px;
  border-top: 4px solid #87272c;
  border-bottom: 4px solid white;
  padding: 0px 0 0px 0;
  text-align: center;
  margin: 0 auto 0 auto; }
  #bourstadCalendrierMenu a {
    display: table-cell;
    background-color: #e2e63d;
    vertical-align: middle;
    height: 30px;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 4px; }

.mois {
  height: 234px;
  border: 0px solid red; }
  .mois p {
    text-align: center;
    margin-top: 6px;
    width: 100%;
    font-weight: bold;
    border: 0px solid #87272c; }
  .mois table {
    font-size: 12px;
    line-height: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 2px 0 0 10px;
    width: 95%;
    border: 0px solid gold; }
    .mois table td p {
      font-weight: normal;
      text-align: left; }
    .mois table td.jour {
      width: 30px;
      font-weight: bold;
      vertical-align: top; }

.facebook-container-logo {
  width: 274px;
  height: 54px;
  margin-top: 20px;
  border: 0px solid black; }

.facebook-logo-img {
  float: left; }

.facebook-logo-text {
  float: left;
  margin-left: 10px;
  font: 15px Verdana, Arial, Helvetica, sans-serif;
  color: #0492a4; }

#fb-like-box-content {
  position: absolute;
  top: 480px;
  left: 10px;
  width: 299px;
  height: 480px;
  padding: 0;
  opacity: 0.85;
  background-color: #dadada;
  border: 0px solid red; }

/*
	#iframe-facebook-feed{
		padding:0;
		height: 328px;
		opacity: 1.0;
		border: 0px solid black;
	}
*/
.titre-container {
  margin-top: 10px;
  margin-bottom: 30px; }

.fils-container {
  width: 276px;
  height: 380px;
  z-index: 1;
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: 4px solid #87272c; }

iframe#I1 {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 274px;
  height: 378px;
  border: 0px solid gold; }

/* +++++++++++++++++++++++++++++++++++++++++++++ BAS DE PAGE +++++++++++++++++++++++++++++++++++++ */
.footer {
  display: block;
  width: 1242px;
  height: 140px;
  padding: 20px 0 0 108px;
  background-color: #403e3f;
  border: 0px solid red;
  margin: 0 auto; }
  .footer a {
    color: white; }
    .footer a:hover {
      color: #568a93; }

.col1 {
  float: left;
  width: 80px;
  border: 0px solid gold; }

.col2 {
  float: left;
  width: 200px;
  border: 0px solid gold; }

.col3 {
  float: left;
  width: 160px;
  border: 0px solid gold; }

.col4 {
  float: left;
  width: 180px;
  border: 0px solid gold; }

/* +++++++++++++++++++++++++++++++++++++++++++++ FIN +++++++++++++++++++++++++++++++++++++ */
