/* ************ MISE EN PAGE GLOBALE ************ */

html {
	font-size: 100%; /* Taille par defaut du navigateur */
}

body {
	margin: 5;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* Taille modifiable par le navigateur (unites = em) */
	color: #444;
	line-height: 18px;
}

#boutons {
/*	background-image: url(../images/vert-transp.gif); */
	margin-top: 30px;
	padding: 0 20px 0 0;
	height: 40px;
}

#capsules {
/*	background-image: url(../images/rouge-transp.gif); */
	margin-top: 30px;
	padding: 0 12px 0 0;
	height: 40px;
}

#titre {
/*	background-image: url(../images/vert-transp.gif); */
	margin-top: 28px;
	padding: 0 40px 0 0;
	height: 60px;
	line-height: 60px;
	text-align: right;
}

#descriptif {
/*	background-image: url(../images/vert-transp.gif);*/
	height: 105px;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	color: #4B5A9B;
	background-color: transparent;
}

/* ************ STYLES GENERAUX ************ */

/* LIENS */
/* Attention: l'ordre precis 1° link, 2° visited, 3° hover, 4° active
est important pour que hover reste actif sur les liens visites */
a:link {
	color: #4B5A9B;
	background-color: transparent;
	background-image: url(images/dotted-bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
}
a:visited {
	color: #666;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
}
a:hover {
	color: #F94E5A;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FE9F34;
	background-color: transparent;
	text-decoration: none;
}

/* ENTETES H */

h1, h2, h3, h4, h5, h6 {
	padding: 7px 0 7px 0; /* Thierry avait peut-etre raison */
	margin: 0;
	color:#555;
	line-height: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

hr {
	visibility: hidden;
	clear: both;
}

/* DIVERS */
.masquer {
	display: none;
}

/* TAILLES DE POLICES */

.taille-police-07 {
	font-size: 0.7em;
}
.taille-police-08 {
	font-size: 0.8em;
}
.taille-police-09 {
	font-size: 0.85em;
}
.taille-police-11 {
	font-size: 1.1em;
}
.taille-police-12 {
	font-size: 1.2em;
}
.taille-police-13 {
	font-size: 1.3em;
}

/* COULEURS */

/* Couleurs de base (selon capsules) */
.couleur-azur {
	color: #5BB9DD;
}
.couleur-bleue {
	color: #4B5A9B;
}
.couleur-brune {
	color: #A3A34C;
}
.couleur-jaune {
	color: #FEDC09;
}
.couleur-orange {
	color: #FE9F34;
}
.couleur-rouge {
	color: #F94E5A;
}
.couleur-verte {
	color: #23966F;
}
.couleur-violette {
	color: #A86CB6;
}

/* Couleurs de fonds (selon fonds #body et #texte */
.couleur-jaune-fond {
	color: #F7F998;
}
.couleur-verte-fond {
	color: #CAE7BB;
}

/* Couleurs grises */
.couleur-grise-444 {
	color: #444;
}
.couleur-grise-666 {
	color: #666;
}
.couleur-grise-999 {
	color: #999;
}

/* ************ STYLES PAR BOITES ************ */

/* STYLES DE LA BOITE #BOUTONS */

/* Bouton Accueil */
#boutons a#bouton-accueil {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(images/bouton-accueil.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#boutons a#bouton-accueil:hover, #boutons a#bouton-accueil.bouton-inactif {
	background-position: bottom;
}

/* Bouton Contacts */
#boutons a#bouton-contacts {
	float: right;
/*	display: block;*/
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/bouton-contacts.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#boutons a#bouton-contacts:hover, #boutons a#bouton-contacts.bouton-inactif {
	background-position: bottom;
}

/* STYLES DE LA BOITE #CAPSULES */
ul#menu-capsules{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu-capsules li {
	margin: 0;
	padding: 0;
	float: right;
	line-height: 40px;
	width: 124px;
	text-align: center;
}
#menu-capsules li a {
	display: block;
	text-decoration: none;
	font-size: 10pt; /* taille non variable */
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 124px; /* pour que toute la largeur de la capsule soit reactive sous IE */
}
#menu-capsules li a:hover, #menu-capsules li a.capsule-inactive {
	background-position: 0 -35px;
}
#menu-capsules li#capsule-4 a, #menu-capsules li#capsule-4 a:hover {
	background-image:url(images/capsule-verte.gif);
}
#menu-capsules li#capsule-3 a, #menu-capsules li#capsule-3 a:hover {
	background-image:url(images/capsule-orange.gif);
}
#menu-capsules li#capsule-2 a, #menu-capsules li#capsule-2 a:hover {
	background-image:url(images/capsule-rouge.gif);
}
#menu-capsules li#capsule-1 a, #menu-capsules li#capsule-1 a:hover {
	background-image:url(images/capsule-bleue.gif);
}

/* STYLES DE LA BOITE #TITRE */

#titre h1 {
	padding: 0px;
}

/* STYLES DE LA BOITE #TEXTE */

#texte h2 {
	margin: 14px 0 7px 0;
}

#texte h3 {
	margin: 4px 0 0px 0;
}

#texte p {
	margin: 0;
	padding: 7px 0 7px 0; /* Thierry avait raison */
}

/* Listes simples */
/*
	padding-left: 30px;
	background-image: url(../images/onglet-citations.gif);
	background-repeat: no-repeat;
	background-position: -20px -10px;
	line-height: 21px;
*/

#texte ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 7px 40px; /* Thierry avait peut-etre raison */
}
#texte ul ul {
	padding-bottom: 4px;
}
#texte li {
	background-image: url(images/puce-texte.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-left: -30px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#texte li ul li {
	background-image: url(images/sous-puce-texte.gif);
	background-position: 0px 7px;
	margin-top: 5px;
	margin-left: -20px;
	padding-bottom: 0px;
}

#logoFFH {
  background: url(images/FFH-logo2.png) no-repeat;
  position:absolute;
  left:0px;
  top:0px;
  width:200px;
  height:133px;
  z-index:1;
  visibility: visible;
}

