@charset "UTF-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex: */ 
  font-family: arial,sans-serif; 
  font-size: /*.8em;*/.9em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.5em; /* À adapter au design. (4) */ 
 color: #595a53; 
background:#fff url(../images/fond_bandeau.jpg) 0 0  no-repeat;
} 
 
/* Titres */ 

h1, h2, h3, h4, h5, h6 { 
  margin: 1.5em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2em; 
  /*font-weight: bold; *//* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
li {
	font-size:1em;
}
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
.h3 { 
  font-size: 1.25em; 
  font-weight:bold;
  
} 
.h3normal {
	font-size: 1.25em; 
	font-weight:normal;
	 color:#676962;}
h4 { 
  font-size: 1em; 
} 
.georgia {
font-family:Georgia, "Times New Roman", Times, serif;
 font-style: italic; 
 color:#a6aca3;
 font-size:1.25em;
}
.orange {
color:#f77f00;}
hr {
	border-top:1px dotted #a6aca3;
	width:100%;
}
/* Listes */ 
ul, ol { 
  margin: 1em 0 1.5em 32px; 
  padding: 0; 
  font-size:.9em
} 
 
/* Paragraphes */ 
p { 
  margin: 0 0 1.25em 0; /* Marges plus faibles que par défaut. (7) */ 
  padding:0;
  font-size:.9em;
  letter-spacing: 0.5px;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 

/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* 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) */ 
}




/* --- 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 td, table th { 
  border: none; /* Pas de bordure = "none". */ 
} 
TH, TD{text-align:left;vertical-align:top;}
FORM{margin:0px;}/*
LABEL{line-height:1.4em;}
SELECT{font-size:1.0em;vertical-align:middle;color:#3B3B3B;}
INPUT{font-size:1.0em;vertical-align:middle;color:#3B3B3B;}
TEXTAREA{font-family:Arial,sans-serif;font-size:1.0em;/*width:200px;height:60px;color:#3B3B3B}*/
 
 
 
/* Conteneurs sémantiques de HTML 5  
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
  display: block; 
}*/

/* --------- suplement crée pour BLUEWAY -------*/
