@charset "utf-8";
/* --- STYLES DE BASE --- */

/* Page */
html {
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
  margin: 0;
  padding: 1em; /* Remettre à zéro si nécessaire. */
  /* Pensez à utiliser une collection de polices (2), par ex:
  font-family: Arial, Helvetica, FreeSans, sans-serif; */
  font-size: .8em; /* À adapter pour la police choisie. (3) */
  line-height: 1.4; /* À adapter au design. (4) */
  color: black;
  background: white;
}

/* 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;
}

/* 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 {
  text-decoration: underline;
}
a:link {
  color: #11C;
}
a:visited {
  color: #339;
}
a:hover, a:focus, a:active {
  color: #00F;
}

/* Pas de bordure autour des images dans les liens */
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) */
}

input[type=submit]::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
	
}

/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations (ayant un attribut title) */
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Met en évidence les citations */
blockquote {
  margin: .75em 0 .75em 20px;
  padding: 0 0 0 10px;
  border-left: solid 2px #ddd;
}
q, cite {
  font-style: italic;
}
q cite, q q {
  font-style: normal
}

/* Supprime les guillemets automatiques (citations courtes) */
q {
  quotes: none;
}
q:before, q:after {
  content: ""; /* Nécessaire pour Safari/Chrome */
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
  margin: .5em 0;
}

/* Styles de base pour les listes de définition */
dl {
  margin: .75em 0;
}
dt {
  margin: .75em 0 0 0;
  font-weight: bold;
}
dd {
  margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
table {
  margin: 0;
  border: none; /* Pas de bordure = "none". */
  border-collapse: collapse; /* Valeur par défaut: "separate". */
  border-spacing: 0;
}
table td, table th {
  padding: 4px; /* Pas de retrait autour du texte = "0". */
  border: none; /* Pas de bordure = "none". */
  vertical-align: top; /* Valeur par défaut: "middle" */
}

/* Conteneurs sémantiques de HTML 5 */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
  display: block;
}

/*** CLASSES GENERIQUES *****************/
.bold{font-weight : bold ;}
.italic{font-style : italic ;}
.underline{text-decoration : underline ;}
.uppercase{text-transform : uppercase ;}
.lowercase{text-transform : lowercase ;}
.block{display : block ;}
.inline{display : inline ;}
.inlineBlock{display : inline-block ;}
.floatL{float : left ;}
.floatR{float : right ;}
.clear{clear : both}
.clearL{clear : left}
.clearR{clear : right}
.margin0{margin:0}
.padding0{padding:0}
.alignLeft{text-align:left}
.alignCenter{text-align:center}
.alignRight{text-align:right}
.size10{font-size:10px}
.size11{font-size:11px}
.size12{font-size:12px}
.size13{font-size:13px}
.size14{font-size:14px}
.size15{font-size:15px}
.size16{font-size:16px}
.size17{font-size:17px}
.size18{font-size:18px}
.size19{font-size:19px}
.size20{font-size:20px}
.size21{font-size:21px}
.size22{font-size:22px}
.size23{font-size:23px}
.size24{font-size:24px}
.size25{font-size:25px}
.size26{font-size:26px}
.size27{font-size:27px}
.size28{font-size:28px}
.size29{font-size:29px}
.size30{font-size:30px}
.size40{font-size:40px}
.size45{font-size:45px}
.size50{font-size:50px}
.size60{font-size:60px}
.size100{font-size:100px}

.cboxPhoto
{
max-width : 800px ;
max-height : 600px ;
}

