﻿html {
  font-size: 100%;
}

body {
  font-family: "Helvetica", Verdana, sans-serif;
  font-size: 0.90em;
  background-color:#f0f0f0;
  color: black;
}

footer {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-shadow: 0 1px 0px #fff;
} 


.page {
  margin-left: 8em;
  margin-right: 8em;
}

.content {
  color: #000000; /* couleur du texte */

  background: #ffffff /*couleur de fond url(images/grad.png) sert à avoir l'ombrage au dessus*/;
  background-position: top left;
  background-repeat: repeat-x; /*donc vraiment juste pour le dessus*/

  margin-top: 0.25em;
  margin-bottom: 0.5em;

  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0em;
  padding-bottom: 1.5em;

  border-color: #d0d0d0; /*pour éviter les bordure noir toute moche*/
  border-width: thin; /*joue avec pour voir ce que tu veux*/
  border-style: solid; /*joue avec pour voir ce que tu veux*/

  border-bottom-left-radius: 1.5em;
  -moz-border-radius-bottomleft: 1.5em;
  -khtml-border-radius-bottomleft: 1.5em;
  -webkit-border-bottom-left-radius: 1.5em;

  border-bottom-right-radius: 1.5em;
  -moz-border-radius-bottomright: 1.5em;
  -khtml-border-radius-bottomright: 1.5em;
  -webkit-border-bottom-right-radius: 1.5em;

  box-shadow: 3px 3px 10px #aaa;
  -moz-box-shadow: 3px 3px 10px #aaa;
  -khtml-box-shadow: 3px 3px 10px #aaa;
  -webkit-box-shadow: 3px 3px 10px #aaa;
}


.header1 { /*première boite blanche*/
  margin-top: 1em;
  margin-bottom: 0.25em;

  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  padding-bottom: 0em;

  border-color: #d0d0d0;
  border-width: thin;
  border-style: solid;

  border-top-left-radius: 1.5em;
  -moz-border-radius-topleft: 1.5em;
  -khtml-border-radius-topleft: 1.5em;
  -webkit-border-top-left-radius: 1.5em;

  border-top-right-radius: 1.5em;
  -moz-border-radius-topright: 1.5em;
  -khtml-border-radius-topright: 1.5em;
  -webkit-border-top-right-radius: 1.5em;

  box-shadow: 3px 3px 10px #aaa;
  -moz-box-shadow: 3px 3px 10px #aaa;
  -khtml-box-shadow: 3px 3px 10px #aaa;
  -webkit-box-shadow: 3px 3px 10px #aaa;
}


.header2 { /*boite bleue � l'intérieur de la blanche*/
  color: #000000;

  background: #ffffff;

/*  margin-top: 0em;
  margin-bottom: 0em;

  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;

  border-color: #ffffff;
  border-width: thick;
  border-style: solid;

  border-top-left-radius: 1.5em;
  -moz-border-radius-topleft: 1.5em;
  -khtml-border-radius-topleft: 1.5em;
  -webkit-border-top-left-radius: 1.5em;

  border-top-right-radius: 1.5em;
  -moz-border-radius-topright: 1.5em;
  -khtml-border-radius-topright: 1.5em;
  -webkit-border-top-right-radius: 1.5em; */
}

.tablelist{
  //border-spacing: 25px 5px;
}
.tablelist tr:before{
  content:"•";
  padding-left:25px;
}
.tablelist tr td{
  padding-right:30px;
  padding-left:5px;
}

h3:before{
  padding-right:10px;
}

.h3plie:before{
  content:url(images/ArrowRight.png);
}

.h3deplie:before{
  content:url(images/ArrowDown.png);
}

#funnyhead{
/*  background: #a3c5d7 url(images/blue.png); la couleur. Le blue.png est un petit effet en plus */
//  background: #ffffff; /*à rajouter si tu dégage le bleu*/
  background: #ffffff url(images/headerdr1.png); /*la couleur. Le blue.png est un petit effet en plus */
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}


#classichead{
/*  background: #ffffff url(images/header_blue1.png); */
  background: #ffffff url(images/header-wave.png); 
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}


#contact {
  color: #000000; /* couleur du texte */

  background: #ffffff /*couleur de fond url(images/grad.png) sert à avoir l'ombrage au dessus*/;
  background-position: top left;
  background-repeat: repeat-x; /*donc vraiment juste pour le dessus*/

  width: 55%; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25em;
  margin-bottom: 0.5em;

  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0em;
  padding-bottom: 1.5em;
}

a img {
  border: 0;
}

a:link, a:visited {
  color: #264d99;
  text-decoration: none;
}

a:hover, a:active {
  color: #3265c9;
  text-decoration: underline;
}


hr {
  height: 1px;
  color: #fff;
  background-color: #aaa;
  border: 0;
  margin: 0.1em 0.1em 0.1em 0.1em;
}

h1, h2, h3, h4 {
  color: #2f2f2f;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

h5, h6 {
/*  color: #ffffff; vu que j'ai dégagé le bleu, du blanc sur du blanc, ca le fait pas*/
  color: #000000;
  font-weight: normal;
  text-shadow: #333 1px 1px 3px; /*joue avec ca aussi*/
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

#logoulg, #logo2{
  width : 150px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}


#head{
  width : 40%;
  margin-left: auto;
  margin-right: auto;
}

.joke{
  max-height: 350px;
  max-width: 350px;
}


h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
  color: #3f3f3f;
  /*text-shadow: #fff 2px 2px 6px;*/
}


h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 150%; }
h4 { font-size: 132%; }
h5 { font-size: 188%; }
h6 { font-size: 150%; }


ul {
  list-style-type: disc;
}

li {
  margin-bottom:  0.1em;
  padding-bottom: 0.3em;
  padding-top:    0.2em;
}


.foot {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.77em;
  color: #000000;

  text-align: center;
}


.award {
  font-size: 0.70em;
  text-align: right;
}

.publist iframe {
  height: 150px;
  width: 100%;
  scrolling: auto;
}
