/* ************ MISE EN PAGE GLOBALE ************ */

html {
	font-size: 100%; /* Taille par defaut du navigateur */
}

body {
	background-image: url(../images/fond-body.jpg);
	background-position: -9px -17px;
	background-repeat: no-repeat;
	background-color: #F7F998;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* Taille modifiable par le navigateur (unites = em) */
	color: #444;
	line-height: 18px;
}

#principale {
	margin-left: 31px;
	width: 948px;
}

#boutons {
	margin-top: 85px;
	padding: 0 20px 0 0;
	height: 40px;
	text-align:right;
	text-decoration:none;
}
#boutons a:link {
	color: #4B5A9B;
	text-decoration: none;
}

#capsules {
/*	background-image: url(../images/rouge-transp.gif); */
	margin-top: 5px;
	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;
}

/* BOITE GAUCHE - DESCRIPTIF ET LOGO */

#gauche {
	float: left;
	margin-top: 20px;
	width: 217px;
}

#descriptif {
/*	background-image: url(../images/vert-transp.gif);*/
	height: 105px;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	color: #4B5A9B;
	background-color: transparent;
}

#logo {
/*	background-image: url(../images/rouge-transp.gif); */
	background-image: url(../images/logo-foyer-handicap.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	height: 100px;
}

acronym{
	border-bottom : 1px dotted #444444;
	cursor : help;
}

/* BOITE CENTRALE - CITATIONS ET TEXTE */

/* Pour IE et autres navigateurs */
#centrale {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	padding-bottom: 11px;
	width: 706px;
	background-image: url(../images/pied-centrale.gif);
	background-color: #CAE7BB;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* hauteur minimale pour la boite centrale - IE ne comprends pas min-height - astuce */
	/* Cf. http://forum.alsacreations.com/faq/#item60 */
	/* height que pour IE */
	height: 256px;
	min-height: 256px;
}
/* Que pour autres navigateurs*/
html>body #centrale { /* non reconnu par IE */
	height: auto;
	min-height: 256px;
}

#citations {
/*	background-image: url(../images/rouge-transp.gif); */
	float: left;
	margin: 0 0 0 0;
	padding: 4px 20px 10px 20px;
	width: 180px;
}

#texte {
	float: left;
	margin: -10px 0 0 0;
	padding: 0 20px 10px 35px !important; padding: 10px 20px 10px 35px;
	width: 410px;
	background-image: url(../images/dotted-boite-texte.gif);
	background-repeat: repeat-y;
}

#pied {
/*	background-image: url(../images/rouge-transp.gif); */
	clear: left;
	padding: 5px 25px 10px 0;
	text-align: right;
	font-size: 0.8em;
}


/* ************ 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-image: url(../images/dotted-gris-666.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
}
a:hover {
	color: #F94E5A;
	background-color: transparent;
	background-image: url(../images/dotted-rouge.gif);
	text-decoration: none;
}
a:active {
	color: #FE9F34;
	background-color: transparent;
	background-image: url(../images/dotted-orange.gif);
	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;
}

/* ************ IMAGES ************ */

/* Images - General */

img {
	padding: 3px;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	background-color: #CAE7BB;
}

.sans-bordure {
	border: none;
}

/* Images - Haut */
.image-haut-gauche {
	float: left;
	margin: 0 17px 7px 0;
}
.image-haut-centre {
	display: block;
	margin: 0 auto 7px auto;
}
.image-haut-droite {
	float: right;
	margin: 0 0 7px 17px;
}

/* Images - millieu */
.image-millieu-gauche {
	float: left;
	margin: 7px 17px 7px 0;
}
.image-millieu-centre {
	display: block;
	margin: 7px auto 7px auto;
}
.image-millieu-droite {
	float: right;
	margin: 7px 0 7px 17px;
}

/* Images - bas */
.image-bas-gauche {
	float: left;
	margin: 7px 17px 7px 0;
}
.image-bas-centre {
	display: block;
	margin: 7px auto 0 auto;
}
.image-bas-droite {
	float: right;
	margin: 7px 0 0 17px;
}

/* 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 #CITATIONS */

#citations h2 {
	color: #23966F;
	background-color: #CAE7BB;
	padding: 7px 0 17px 0; /* Thierry avait peut-etre raison */
	margin: 0;
}
#citations p {
	margin: 0;
	padding: 7px 0 7px 0;
}
#citations ul {
	margin: 0 0 0 -20px;
	padding: 0 0 14px 0; /* Thierry avait raison */
	list-style-type: none;
}
#citations ul li {
	padding-left: 30px;
	background-image: url(../images/onglet-citations.gif);
	background-repeat: no-repeat;
	background-position: -20px -10px;
	line-height: 21px;
}

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

.div_left {
	float:left;
	width: 192px;
	padding: 5px;
	background-color:#d5eacb;
	height: 240px;
	}

.div_right {
	float: left;
	width: 192px;
	padding: 5px;
	margin-left: 6px;
	background-color:#d5eacb;
	height: 240px;
	}