/* @override 
	http://chacunsonlook.fr/test/styles/base.css */


/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* 3 */
	font-size: 80%; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
}

/* remove firefox red dots */

a {
		outline: none;
}

img {border:0;}

/* Titres */

h1 {
	font-weight: normal; /* -> 7 */	margin: 0;padding: 0; border: 0;	height: 92px;
}h1.exception {padding-bottom: 16px;
}
h1.prestations{
padding-bottom: 16px;
}
h3{
	font: bold 115% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3,p{	display:inline;
		margin-top: 2em ;
}
h6{
	font-style: italic;
	margin-top: 0px ;
	font-family:  georgia, "Century Schoolbook","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;

}

h2{
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4{
	clear: both;
	font-family:  georgia, "Century Schoolbook","Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	letter-spacing: 0px;
	color : #4f483b;
	line-height: 90%;}
h5 {
font-family:  georgia, "Century Schoolbook","Times New Roman", Times, serif;
font-weight: bold;
font-style: italic;
font-size: 110%;
letter-spacing: 0px;
color : #4f483b;padding: 7px 0 0 0; margin: 0;}
/* Listes */

}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	text-decoration: underline;
}
a:hover, a:focus {
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {	font-weight: bold;
	background-color: #B6A788;
	color: white;
	font-size: 90%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 3px;
	}	strong.copy {	font-weight: bold;
	text-decoration: underline;
	color: white;	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	font-style: normal;	letter-spacing: 0.6pt;	background-color: #B6A788;	padding: 0px 3px 2px 4px;
}
strong.copy:hover{
	color: white;	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	font-style: normal;	background-color: black;}
.fine{
font-size:6px;/*50% de l'espace mot, soit ± ¼ de quadratin*/
line-height:100%; /*fixe la hauteur de ligne afin de ne pas altérer l'interlignage*/
}

.blanc {
	color: white;
	
}

/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

.copyright {
font-family: times new roman;
font-style: italic; 
color: #B6A788;
}

.copyright a {
color: #B6A788;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

/* --- NOTES ---

1.	Ce "font-size: 100%" est normalement inutile. On l'utilise uniquement
	pour éviter un bug de redimensionnement du texte dans Internet Explorer.

2.	Par défaut, les navigateurs ont un padding (ou, pour certains, un
	margin) de 6px pour l'élément BODY. C'est ce qui évite que le texte
	ne soit complètement collé aux bords de la zone de visualisation du
	navigateur lorsqu'on affiche une page «brute», sans mise en forme.
	Mais ce retrait de 6px est un peu faiblard: on le renforce donc.
	Notez bien que les feuilles de styles des gabarits pourront augmenter
	ce retrait, ou bien l'annuler.
	
3.	Voici quelques exemples de collections cohérentes de fontes (propriété
	CSS "font-family"):
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-family: "Times New Roman", Times, "Nimbus Roman No9 L", serif;
		
4.	Taille du texte de base de la page. Dépend de la taille du texte par
	défaut du navigateur (souvent 16px), et des réglages de l'utilisateur.
	À adapter en fonction de la fonte choisie, et du rendu souhaité.
	En général, on utilisera une valeur de base entre .65em et 1em
	(ou 65% et 100%).

5.	Hauteur de ligne. À adapter en fonction de la fonte choisie, et des
	besoins particuliers (lignes de texte longues ou courtes, titre ou
	corps de texte...).

6.	En général, les styles par défaut des navigateurs font que les marges
	en haut et en bas des titres sont équivalentes. Ici, en diminuant la
	marge du bas, on cherche à rapprocher le titre du contenu qu'il introduit.

7.	Les styles par défaut des navigateurs mettent les titres en gras.
	Si on souhaite passer à des caractères «normaux», on doit utiliser
	font-size: normal.

8.	Pour un élément en "font-size: 3em", la taille du texte sera le triple de
	la taille du texte de l'élément parent.
	À noter: on aurait pu écrire "font-size: 300%" pour le même résultat.

9.	Par défaut, les listes UL et OL ont un retrait à gauche qui peut être,
	suivant les navigateurs:
	- un padding-left de 40px;
	- ou bien un margin-left de 40px.
	On met tout le monde d'accord avec une marge à gauche de 24px, et pas
	de padding.

10.	Les navigateurs donnent souvent aux images placées dans des liens
	une bordure disgracieuse. On annule ce style souvent gênant en appliquant
	un "border: none" aux images qui se trouvent à l'intérieur d'un lien.

--------------------------
-------------

/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */
   
/* Contenu principal */
#contenu {
	color: #363B29;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
}

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
	
}
#global {
	/* -> 1 */
	width: 692px;
	margin-left: auto;
	overflow: hidden; /* -> 2 */
	margin-right: auto; /* -> 3 */}/* image d'accueil (backup) #home {
	width: 948px;
	height:510px;
	position: relative;	margin-left: auto;
	margin-right: auto;	margin-top: 15px;	color: white;
	}	
#home span {
	background: url(../img/CSL_home.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	*/		
	
	/* home */#loader {
  width: 948px;
  height: 444px;	position: relative;	margin-left: auto;
	margin-right: auto;	margin-top: 10px;	color: white;
}
/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
#loader.loading {
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
/* En-tête */
#entete {
	background-image:url(../img/CLS_maquette_02_03.gif);
	height: 164px;
	margin-top: 30px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


/* colonnes */
#col1 {
	float: left;
	width: 331px;
	height: 100%;
	padding-top: 19px;
	padding-bottom: 50px;
	}
	
#col2 {
	float: right;
	width: 331px;
	height: 100%;
	padding-top: 19px;
	padding-bottom: 50px;

}

#col1a {
	float: left;
	width: 331px;
	height: 100%;
	padding-top: 19px;
	padding-bottom: 10px;
	}
	

	
#col2a {
	float: right;
	width: 331px;
	height: 100%;
	padding-top: 19px;
	padding-bottom: 10px;
}

#col2a img{
float:left;
margin:0 16px 10px 0;}
#col2bis {
	float: right;
	width: 331px;	padding-bottom: 50px;
}	
#col1b {
	float: left;
	width: 331px;
	height: 100%;

	}
	
#col2b {
	float: right;
	width: 331px;

}

#col3 {
	float: left;
	width: 100%;
	height: 220px;

	background-color: #b6a788;
	background-image: url('/img/homme-femme.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	
	margin-top: 20px;
	margin-bottom: 50px;
	

	
	}/* bulle points */.sbl { background: url('../img/bl.gif') bottom left no-repeat #b6a788; width: 100%;  }
.sbr { background: url('../img/br.gif') bottom right no-repeat; }
.stl { background: url('../img/tl.gif') top left no-repeat; }
.str { background: url('../img/tr.gif') top right no-repeat; padding: 10px; } 
.sb { padding: 2px 0px 0px 50px; background: url('../images/b.gif') 30px top no-repeat; }/* bulle marrons */.bulle-bas-gauche { background: url('../img/bl.gif') bottom left no-repeat #b6a788; width: 100%;  }
.bulle-bas-droite { background: url('../img/br.gif') bottom right no-repeat; }
.bulle-haut-gauche { background: url('../img/tl.gif') top left no-repeat; }
.bulle-haut-droite { background: url('../img/tr.gif') top right no-repeat; padding: 10px; } 
.bulle-fleche { padding: 2px 0px 0px 50px; background: url('../images/b.gif') 30px top no-repeat; }

/* bulle marrons */.bbulle-bas-gauche { background: url('../img/bl.gif') bottom left no-repeat ; width: 100%; padding: 10px; height: 200px;padding-left: 20px;  }
.bbulle-haut-gauche { background: url('../img/tl.gif') top left no-repeat;	 }

/* menu_v2 de navigation */
#nav-example {
background-image: url(../img/menu_v2.gif);
background-repeat: no-repeat;
width:692px;
height:34px;
margin:0;
padding:0;
}

#nav-example span {
display: none;
}

#nav-example li, #nav-example a {
height:34px;
display:block;
}

#nav-example li {
float:left;
list-style:none;
display:inline;
}

#nav-example-01 {width: 256px;
}
#nav-example-01-on {width: 256px;
background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:0px -68px;
}
#nav-example-02 {width: 86px;
}
#nav-example-02-on {width: 86px;
background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-256px -68px
}
#nav-example-03 {width: 106px;
}
#nav-example-03-on {width: 106px;
background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-342px -68px;
}
#nav-example-04 {width: 244px;
}
#nav-example-04-on {width: 244px;
background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-448px -68px;
}

#nav-example-01 a:hover, #nav-example-01-on a:hover{background-image:url(../img/menu_v2.gif) ;
background-position:0px -34px;
background-repeat: no-repeat;
}
#nav-example-02 a:hover, #nav-example-02-on a:hover{background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-256px -34px;
}
#nav-example-03 a:hover, #nav-example-03-on a:hover{background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-342px -34px;
}
#nav-example-04 a:hover, #nav-example-04-on a:hover{background-image:url(../img/menu_v2.gif) ;
background-repeat: no-repeat;
background-position:-448px -34px;
}

/* sous menu prestation */
#prestation {
background-image: url(../img/CLS_menu_tarif.gif);
background-repeat: no-repeat;
width:692px;
height:135px;
margin:0;
padding:0;
}

#prestation span {
display: none;
}

#prestation li, #prestation a {
height:135px;
display:block;
}

#prestation li {
float:left;
list-style:none;
display:inline;
}

#femme {width: 103px;}
#homme {width: 105px;}
#blank {width: 148px;}
#entreprise {width: 102px;}
#blank2 {width: 234px;}

#femme a:hover {background-image:url(../img/CLS_menu_tarif.gif) ;
background-position:0px -135px;
background-repeat: no-repeat;
}
#homme a:hover {background-image:url(../img/CLS_menu_tarif.gif) ;
background-repeat: no-repeat;
background-position:-103px -135px;
}
#entreprise a:hover {background-image:url(../img/CLS_menu_tarif.gif) ;
background-repeat: no-repeat;
background-position:-356px -135px;
}
/* bulle points */.sbl { background: url('../img/bl.gif') bottom left no-repeat #b6a788; width: 100%;  }
.sbr { background: url('../img/br.gif') bottom right no-repeat; }
.stl { background: url('../img/tl.gif') top left no-repeat; }
.str { background: url('../img/tr.gif') top right no-repeat; padding: 10px; } 
.sb { padding: 2px 0px 0px 50px; background: url('../images/b.gif') 30px top no-repeat; }/* bulle marrons */.bulle-bas-gauche { background: url('../img/bl.gif') bottom left no-repeat #b6a788; width: 100%;  }
.bulle-bas-droite { background: url('../img/br.gif') bottom right no-repeat; }
.bulle-haut-gauche { background: url('../img/tl.gif') top left no-repeat; }
.bulle-haut-droite { background: url('../img/tr.gif') top right no-repeat; padding: 10px; } 
.bulle-fleche { padding: 2px 0px 0px 50px; background: url('../images/b.gif') 30px top no-repeat; }

/* Contenu */
#contenu {	padding-bottom: 50px;}
#contenu > :first-child {
	margin-top: 0px;
}
#contenu p, #contenu li {
	line-height: 125%;
}
/* Pied de page */
#pied {
background-color: white;
	width: 692px;
	margin-left: auto ;
	margin-right: auto;
	margin-bottom: 6px;
	border-bottom: 6px solid white;
	margin-bottom: 0px;
	bottom: 0px;
	position: fixed;
}
#pied p {
}
#copyright {
}

/* --- NOTES ---

1.	Pour pouvoir utiliser une hauteur (height) ou une hauteur minimale
	(min-height) sur un bloc, il faut que sont parent direct ait lui-même une
	hauteur déterminée (donc toute valeur de height sauf "auto": hauteur en
	pixels, em, autres unités...).
	Si la hauteur du parent est en pourcentage, elle se réfère alors à la
	hauteur du «grand-père», et ainsi de suite.
	Ainsi, pour pouvoir utiliser un "min-height: 100%" sur div#contenu, il nous
	faut:
	- un parent (body) en "height: 100%";
	- le parent de body également en "height: 100%".

2.	Il faut éviter que les marges des enfants de div#global ne se transmettent
	à leur parent. Notamment, le margin-top du premier enfant (ici, div#entete),
	et le margin-bottom du dernier enfant (ici, div#pied).
	On évite ce problème grâce à la propriété CSS overflow, qui bloque la
	fusion des marges. En savoir plus sur la fusion des marges:
	http://web.covertprestige.info/test
		04-blocs-imbriques-et-fusion-des-marges.html

3.	Les marges automatiques à gauche et à droite permettent de centrer notre
	bloc div#global, et donc tout le site.
	Pour aligner div#global à gauche, on fera:
		margin-left: 0;
		margin-rigth: auto;
	Pour aligner div#global à droite, on fera:
		margin-left: auto;
		margin-right: 0;
	Pour aligner div#global à droite avec un retrait (à droite) de 100px:
		margin-left: auto;
		margin-right: 100px;

*/



