﻿#drapeaux
{
  float: right;
  padding-right: 10px;
}

#drapeaux img
{
  border: 0;
  padding: 0;
  margin-left: 3px;
  vertical-align: middle;
}

#drapeaux img.selected
{
  border: 1px solid #d7d7d7;
  padding: 2px;
}

#formulaireOk
{
  background-color: white;
  border: 5px solid gray;
  position: absolute;
  width: 800px;
}

#formulaireOk caption
{
  background-color: gray;
  padding: 6px 3px 3px 3px;
  text-align: right;
}

#formulaireOk td
{
  padding: 20px;
}

#logos
{
  padding-left: 10px;
  text-align: center;
}

.bouton
{
  cursor: pointer;
}

a
{
  cursor: pointer;
}

a.rss
{
  background-color: #989898;
  background-image: url(images/rss.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border: 0;
  color: white;
  float: right;
  font: bold 12pt Arial;
  padding: 3px 3px 3px 26px;
  text-decoration: none;
}

a.rss:hover
{
  background-color: #b4b4b4;
  color: white;
  text-decoration: none;
}

code, tt, pre
{
  background-color: #fbffc2;
  border: 1px solid #fbe892;
  font: normal 8pt consolas, "courier new", system;
  display: block;
  margin: 10px 0 10px 0;
  padding: 5px;
  text-align: left;
}

code.vfp b
{
  color: blue;
  font-weight: normal;
}

code.vfp i
{
  color: green;
  font-style: normal;
}

code.vfp u
{
  color: red;
  text-decoration: none;
}

div.ajax
{
  background-color: white;
  background-image: url(images/ajax.gif);
  background-repeat: no-repeat;
  background-position: center left;
  color: gray;
  padding: 10px 10px 10px 30px;
  position: absolute;
}

div.commander
{
  background-color: #f9f9f9;
  float: right;
  padding: 10px;
  text-align: center;
}

div.comments
{
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-top: 20px;
  padding: 10px;
}

div.galerieScreen
{
  background-color: White;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  text-align: center;
  z-index: 21;
  border-radius: 10px;
}

div.liensSousArticles
{
  background-color: #f1f1f1;
  padding: 5px;
  margin: 5px;
}


div.sousArticle, td.sousArticle
{
  background-color: #f1f1f1;
  margin: 10px 10px 10px 50px;
  padding: 10px;
  display: none;
}

html, body
{
  height: 100%;
}

img
{
  border: 0px;
  vertical-align: middle;
}

.imgfigure
{
	display:block;
	text-align:center;
	font-size:8pt;
	font-style:italic;
}

.imgfigure div
{
	display:inline-block;
}

.bouton, .button
{
  cursor: pointer;
  vertical-align: middle;
}

img.selected
{
  background-color: #ededed;
  border: 1px solid silver;
  padding: 2px;
  vertical-align: middle;
}

input.smallButton
{
  font-size: 7pt;
}

input.texte
{
  font: normal 9pt Arial;
  margin-bottom: 2px;
}

li
{
  margin-top: 5px;
}

p
{
  margin: 0px;
}

p.construction
{
  background-color: #f4f4f4;
  background-image: url(images/construction.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #cbcbcb;
  color: #a4a4a4;
  font: bold 18pt Trebuchet MS, Arial;
  letter-spacing: 5px;
  margin: 50px;
  padding: 30px 10px 30px 130px;
  text-align: left;
  width: 300px;
}

p.aide
{
  background-color: transparent;
  background-image: url(images/infos.gif);
  background-repeat: no-repeat;
  background-position:  2px 2px;
  color: black;
  display: block;
  margin: 0px;
  padding: 4px 4px 4px 22px;
  font-size: 8pt;
  text-align: left;
  vertical-align: top;
  width: auto;
}

p.erreur
{
  background-color: transparent;
  background-image: url(images/erreur.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  padding: 2px 2px 2px 19px;
  color: red;
}

div.fondNoir, div.mask
{
  background-color: black;
  filter: alpha(opacity = 70);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

p.galerie
{
  font-size: 8pt;
}

p.galerie a
{
  background-color: #f1f1f1;
  display: inline-block !important;
  display: block;
  float: none !important;
  float: left;
  text-decoration: none;
  text-align: center;
  margin: 10px 10px 0 0;
  text-align: center;
  vertical-align: top;
  border-radius: 10px;
}

p.galerie a:hover
{
  background-color: #e8f0ff;
}

p.galerie a img
{
  padding: 10px;
}

p.galerie a cite
{
  color: black;
  display: block;
  font-size: 8pt;
  font-style: normal;
  margin: 5px 5px 10px 5px;
  text-align: center;
}

form.search
{
  background-image: url(images/recherche.png);
  display: block;
  height: 43px;
  margin-bottom: 10px;
  padding-top: 2px;
  text-align: center;
  width: 144px;
}

form.search font
{
  color: #636363;
  display: block;
  float: left;
  font: bold 9pt Arial;
  padding: 0 0 5px 5px;
}

form.search input
{
  font: normal 8pt Arial;
  vertical-align: middle;
}

form.searchMini
{
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

form.searchMini input
{
  font: normal 8pt Arial;
  vertical-align: middle;
}

form.search input.search,
form.searchMini input.search {
  border: 1px solid silver;
  width: 110px;
}

p.messageErreur
{
  color: red;
  font: bold 12pt Century Gothic;
  padding: 5px;
}

select
{
  font: normal 9pt Arial;
  vertical-align: middle;
}

table
{
  empty-cells: show;
}

table.calendrierMois
{
  border-collapse: collapse;
  float: left;
  font: normal 9pt sans-serif;
  margin-right: 10px;

}

table.calendrierMois td
{
  padding: 5px;
  text-align: center;
}

table.calendrierMois caption
{
  background-color: #b3b3b3;
  color: white;
  padding: 3px;
}

table.calendrierMois thead td
{
  color: black;
  border-bottom: 1px solid black;
}

table.calendrierMois tbody td.ferme
{
  background-color : #ff8125;
  color : white;
}

table.calendrierMois tbody td.demande
{
  background-color: #ffc59a;
}

table.calendrierMois tbody td a
{
  color: inherit;
  padding: 2px;
}

table.calendrierMois tbody td a:hover
{
  background-color: #e3e3e3;
  text-decoration: none;
}

table.calendrierSemaines
{
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
}

table.calendrierSemaines th.annee
{
  background-color: #b3b3b3;
  border-top: 1px solid white;
  color: white;
  font: bold 15pt Arial;
  padding: 5px;
  width: 15px;
  vertical-align: top;
  text-align: center;
}

table.calendrierSemaines tr
{
  border-bottom: 1px solid #b3b3b3;
  vertical-align: top;
}

table.calendrierSemaines th
{
  text-align: right;
  font: bold 9pt Arial;
  padding: 5px;
}

table.calendrierSemaines td
{
  font: normal 8pt Arial;
  padding: 5px 10px 5px 10px;
}

table.calendrierSemaines td.ferme
{
  background-color: red;
  color: #ffbaba;
}

table.calendrierSemaines td.demande
{
  background-color: yellow;
}

table.comments
{
  text-align: left;
}

table.comments th
{
  background-color: transparent;
  background-image: url(images/barre.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  color: silver;
  font-weight: normal;
  text-align: left;
}

table.comments td
{
  padding-bottom: 20px;
  text-align: left;
}

table.formulaire
{
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.formulaire caption
{
  text-align: left;
  font-weight: bold;
  padding: 20px 0 10px 0;
}

table.formulaire tr, .formulaire tr
{
  vertical-align: top;
}

table.formulaire td, .formulaire td
{
  padding: 5px;
}

table.formulaire td.titre, .formulaire td.titre
{
  font-weight: bold;
  text-align: center;
}

table.formulaire th, .formulaire th
{
  font-weight: normal;
  padding: 5px;
  text-align: right;
}

table.formulaire th.obligatoire, .formulaire th.obligatoire
{
  background-color: transparent;
  background-image: url(images/required.png);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 15px;
}

table.formulaireEspacePrive
{
  background-color: #e8eefa;
  background-image: url(images/cadenas.png);
  background-repeat: no-repeat;
  background-position: center left;
  color: Black;
  border: 1px solid #4b6a82;
  font-size: 9pt;
  padding: 40px 40px 40px 150px;
  width: 520px;
  border-radius: 20px;
}

table.formulaireEspacePrive td
{
  padding: 3px;
}


table.offres
{
  border-collapse: collapse;
  width: 100%;
}

table.offres caption
{
  font-weight: bold;
  text-align: left;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid black;
}

table.offres tbody tr
{
  vertical-align: top;
}

table.offres tbody tr.link:hover
{
  background-color: #efefef;
  cursor: pointer;
}

table.offres tbody tr td
{
  border-bottom: 1px solid silver;
  padding: 20px 10px 20px 10px;
}

table.offres tbody tr td i
{
  display: block;
  font-size: 8pt;
  margin-top: 5px;
}

div.previousNext {
  padding: 10px 0;
  text-align: center;
}

div.previousNext a {
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom,#fafafa 0,gainsboro 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #aaa;
  box-shadow: inset 0 0 1px white;
  color: #555;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
  margin-left: 2px;
  min-width: 10px;
  padding: 3px 4px;
  text-align: center;
  text-shadow: 0 1px 0 white;
}

  div.previousNext a:hover {
    background-image: linear-gradient(to bottom,#f0f0f0 0,#e6e6e6 100%);
    border-color: #AAA #AAA #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px white;
    color: #555;
    text-decoration: none;
  }

  div.previousNext a.selected {
    border-color: #888 #AAA #CCC;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 white;
    background-image: linear-gradient(to bottom,#c8c8c8 0,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  }

table.planSite ul
{
  list-style-type: square;
  padding-left: 20px;
}

table.planSite ul ul
{
  list-style-type: square;
}

table.planSite ul.articles
{
  list-style-image: url(images/article.gif);
}

div.popup
{
  display: none;
}

table.popup
{
  background-color: white;
  border-bottom: 1px solid #dadada;
  display: none;
  position: absolute;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 1px 1px 4px black;
}

table.popup caption
{
  background-color: white;
  background-image: url(/images/popup-caption.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  border-bottom: 2px solid #dadada;
  color: black;
  font: bold 9pt sans-serif;
  padding: 8px;
  text-align: left;
  border-radius: 10px 10px 0 0;
}

.partners
{
  font-size: 7pt;
  color: silver;
  padding: 5px 0 5px 0;
  text-align: right;
}

.partners img
{
  height: 20px;
  margin-left: 5px;
  vertical-align: bottom;
}

textarea
{
  font: normal 9pt Arial;
}

ul
{
  list-style-type: square;
  list-style-position: inside;
  margin: 0px;
  padding: 0;
}

ul.offre li
{
  border-bottom: 1px solid silver;
  display: block;
  list-style-type: none;
  padding: 0 0 10px 0;
}

hr
{
border:0;
border-bottom: 1px solid #222222;
color: transparent;
}

div.infoBulle
{
  background-color: black;
  color: white;
  font-size: 8pt;
  height: auto;
  max-width: 600px;
  padding: 3px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: auto;
  z-index: 999;
  border-radius: 5px;
}

div.agendaeve
{
  text-align: center;
}

div.agendaeve div.Sousdiv
{
	height: 162px;
	width: 200px;
}

div.agendaeve .daychk
{
	background : transparent url('./images/eve_jour_chk.png') no-repeat center top;
	cursor : pointer;
}

div.progress
{
  background-image: url(/js/commun/swfupload/progress-off.gif);
  background-repeat: repeat-x;
  background-position: center left;
  border: 1px solid #b1b1b1;
  height: 18px;
  text-align: left;
  width: 200px;
  margin:1px 4px 0 0;
  padding:0;
}

div.progress div
{
  background-image: url(/js/commun/swfupload/progress-on.gif);
  background-repeat: repeat-x;
  background-position: center left;
  color: white;
  height: 18px;
  overflow: hidden;
  text-align: left;
  width: 0;
  margin:0;
  padding:0;
}


#sound
{
  float:right;
  height:20px;
}

#sound div
{
  display:block;
  float:left;
}

#sound div img {padding-top:2px;}


form.formulaire fieldset
{
  border: 1px solid silver;
  margin-bottom: 20px;
  border-radius: 3px 3px 3px 3px;
}

form.formulaire fieldset legend
{
  color: #f8700e;
  font: bold 10pt sans-serif;
}

table.formulaire th
{
  color: gray;
  color: #246096;
  padding: 3px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

/* météo */

div.weather
{
  width: 180px;
  font-weight: bold;
}

div.weather div
{
  float: left;
  margin: 8px 4px;
  text-align: center;
}

div.weather div.current
{
  width: 90px;
}

div.weather span.wind
{
  font-weight: normal;
  font-size: 8pt;
  display: block;
  padding-top: 5px;  
}

div.weather div.current span.temperaturemin
{
  color: blue;
  font-weight: bold;
  font-size: 12pt;
}

div.weather div.current span.temperaturemax
{
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

div.weather div.current span.temperaturesep
{
  color: black;
  font-weight: bold;
  font-size: 12pt;
}

div.weather div.forecast span.temperaturemin
{
  color: blue;
  font-weight: normal;
}

div.weather div.forecast span.temperaturemax
{
  color: red;
  font-weight: normal;
}

div.weather div.forecast span.temperaturesep
{
  color: black;
  font-weight: normal;
}

/* météo dans menu */
div.weatherrub
{
  line-height: 15px;
  font-size: 9pt;
}
  div.weatherrub span.location        { font-weight: bold; }
  div.weatherrub span.temperaturemin  { color: blue; }
  div.weatherrub span.temperaturemax  { color: red; }
  div.weatherrub span.wind            { font-size: 8pt; }

div.planningj
{
	background-color: #fcfcfc;
	color: #000000;
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 5px 0px 0px 5px;
  min-width: 600px;
  border-radius:5px;
}

div.planningh
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #fcfcfc;
	display: inline-block;
	border-left : 1px solid #aaaaaa;
	border-bottom : 1px solid #aaaaaa;
	border-top : 1px solid #aaaaaa;
	width: 572px;
}


div.SliderBullet
{
  position: relative;
  margin:10px;
  top: -60px;
  margin-bottom: -50px;
  background-color: rgba(40,40,40,0.7);
  height:40px;
}

div.SliderBullet a
{
  font-family: monospace;
  font-size: 40px;
  color:white;
  padding: 0px 3px;
  margin:0px;
}

div.SliderBullet a.Selected
{
  color:grey;
}


div.articlePrinter {
  cursor:pointer;
}

div.articlePrinter img {
  width:26px;
  height:26px;
}


div.galerieAccordeon {
  overflow:hidden;
}

  div.galerieAccordeon .accordeonTitle {
    display: block;
    float: left;
    background-color: rgba(30,30,30,1);
    color: #fff;
    text-align:center;
    vertical-align:middle;
    border-right: 1px solid #aaa;
  }

  div.galerieAccordeon .accordeonTitle span{
    cursor:default;
    padding-top:25%;
    font-size:12pt;
    display:block;
    transform:rotate(-90deg) translate(-480px, 0px);
    transform-origin: 0 0;
	  -webkit-transform:rotate(-90deg) translate(-480px, 0px);
    -webkit-transform-origin: 0 0;
	  -moz-transform:rotate(-90deg) translate(-480px, 0px);
    -moz-transform-origin: 0 0;
	  -o-transform: rotate(-90deg) translate(-480px, 0px);
    -o-transform-origin: 0 0;
  }

  div.galerieAccordeon a {
    display: block;
    float: left;
    overflow: hidden;
  }

/* résultats (des actualités, des recherches) */
  
div.result
{
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  margin: 5px;
  padding: 10px;
  width: auto;
}

  div.result h3 {
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    margin: 0 0 5px 0;
  }

  div.result h3 a {
    display: inline;
    background-image: none;
    font-weight: bold;
    padding: 0;
  }

  div.result cite {
    display: block;
    padding: 0;
    color: gray;
    font-style: italic;
  }

  div.result a {
    display: block;
    background-color: transparent;
    background-image: url(images/fleche.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 14px;
  }

  div.result div.resultFooter {
    display:none;
    clear:both;
  }

  div.result div.divNewsImage {
    display:block;
  }


div.newsResults {
}

  div.newsResults .newsResultsFooter {
    display:none;
  }



/* ** PANIER ** */

.tablePanier {
  empty-cells:show;
  border-collapse:collapse;
  width:100%;
}

  .tablePanier td, .tablePanier tr {
    border: 1px solid silver;
    vertical-align:middle;
  }

  .tablePanier thead td {
    background-color: #ddd;
    font-weight: bold;
  }

  .tablePanier tbody td {
    text-align:right;
  }

  .tablePanier tbody input {
    border:1px solid silver;
    text-align:right;
    width:30px;
    background-color:transparent;
    padding: 2px;
    margin:0;
  }

  .tablePanier tfoot td,  .tablePanier tfoot th {
    background-color: #ddd;
    text-align:right;
  }

  .tablePanier tfoot input {
    border:0;
    text-align:right;
    width:60px;
    padding: 0;
    background-color:transparent;
  }

.tablePanierTotal {
  empty-cells:show;
  border-collapse:collapse;
  width: 300px;
  margin: 0 auto;
}
  .tablePanierTotal td, .tablePanierTotal th {
    border: 1px solid silver;
    vertical-align:middle;
    text-align:right;
  }

 .tablePanierTotal th {
    background-color: #ddd;
  }

  .tablePanierTotal input {
    border:0;
    text-align:right;
    width:60px;
    padding: 0;
    background-color:transparent;
  }



.panButtons button {
  min-width:130px;
  height:30px;
  vertical-align:middle;
}

.panButtons button img {
  padding-right: 5px;
}


div.articleEnPourcent {
  float:left;
  padding-right:20px;
}

div.clearer {
  display:none;
}

div.flashForeLayer {
  position: absolute;
  background-color: transparent;
  top:0;
  left:0;
  z-index: 1;
}
