/*  ----------------------------------------------------------- */
/*  Feuilles de styles squelettes  SHR SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  page temporaire
/*  ------------------------------------------ */

#pagetemp{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_imgs/fond-home.jpg);
	height: 700px;
}

.logotemp{
	width: 616px;
	background-image: url(../_imgs/logo-home.gif);
	height: 233px;
	float: right;
	margin-top: 100px;
	margin-right: 16px;
	background-repeat: no-repeat;	
}
.jaune{
	width: 357px;
	background-image: url(../_imgs/coaching-jaune.gif);
	height: 28px;
	margin-top: 20px;
	margin-right: 23px;
	float: right;
	
}
.adresse{
	width: 400px;
	height: 116px;
	float: right;
	margin-top: 30px;
	margin-left: 120px;
	text-align: right;
	padding-right: 20px;
}
.mailto{
	width: 400px;
	height: 116px;
	float: right;
	margin-top: 30px;
	margin-left: 130px;
	text-align: right;
}
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #006cab;
	margin: 0px;
	text-align: justify;
	font-size: 0.9em;
	color: #000000;
}

img, table { margin: 0; padding: 0; border: none; }
img.spip_logos { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006cab;
	text-align: center;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006cab;
}
h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; color:#006cab;}
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { width: 100%; }

#conteneur #navigation {
	float: left;
	width: 180px;
	background: #006cab;
	margin-top: 40px;	
}

#conteneur #contenu {
	float: right;
	width: 620px;
}

/* Entete */
#entete {
	width: 800px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
}
#entete a { text-decoration: none; }

.photosite{
	width: 180px;
	height:500px;
	background-image: url(../_imgs/bandeau-menu.jpg);	
}

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;  }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; }


/*  ------------------------------------------
/*  Habillage menu horizontal
/*  ------------------------------------------ */

#item{
	height: 290px;
	width: 180px;
}

div#item a.item5 {
	background-image: url(../_imgs/newson.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item5-desactive {
	background-image: url(../_imgs/news.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item5:hover {
	background-image: url(../_imgs/news.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
div#item a.item1 {
	background-image: url(../_imgs/concept-on.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item1-desactive {
	background-image: url(../_imgs/concept.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item1:hover {
	background-image: url(../_imgs/concept.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
div#item a.item2 {
	background-image: url(../_imgs/corps-on.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item2-desactive {
	background-image: url(../_imgs/corps.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item2:hover {
	background-image: url(../_imgs/corps.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item3 {
	background-image: url(../_imgs/mental-on.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item3-desactive {
	background-image: url(../_imgs/mental.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item3:hover {
	background-image: url(../_imgs/mental.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
div#item a.item7 {
	background-image: url(../_imgs/equipeon.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item7-desactive {
	background-image: url(../_imgs/equipe.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item7:hover {
	background-image: url(../_imgs/equipe.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
div#item a.item6 {
	background-image: url(../_imgs/presseon.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item6-desactive {
	background-image: url(../_imgs/presse.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item6:hover {
	background-image: url(../_imgs/presse.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
div#item a.item4 {
	background-image: url(../_imgs/contact-on.gif);
	height: 40px;
	width: 180px;
	float: left;		
}

div#item a.item4-desactive {
	background-image: url(../_imgs/contact.gif);
	height: 40px;
	width: 180px;
	float: left;	
}

div#item a.item4:hover {
	background-image: url(../_imgs/contact.gif);
	height: 40px;
	width: 180px;
	float: left;	
}
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.content {
	width: 620px;
	min-height:500px;
	background-image: url(../_imgs/fond-central.gif);
}
.fdhaut {
	background-image: url(../_imgs/fond-haut.gif);
	height: 20px;
	width: 620px;	
}
.fdcentral {
	width: 580px;
	margin: 0px;
	padding: 0px 0px 20px;	
}
#titrefd1{
	width: 610px;
	margin-bottom: 10px;
	background-image: url(../_imgs/bandeau-concept.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#titrefd2{
	width: 610px;
	margin-bottom: 10px;
	background-image: url(../_imgs/bandeau-physique.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#titrefd3{
	width: 610px;
	margin-bottom: 10px;
	background-image: url(../_imgs/bandeau-mental.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#titre {
	width: 560px;
	height:25px;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	color:#006cab;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	background-image: url(../_imgs/fond-titre.gif);
	
}
#titre a{
	color:#006cab;
	text-decoration: none;
}
#titre span{
	padding-top: 3px;
	display: block;	 
}
#titre img.spip_logos{
	float: left;
	height: 25px;
	width: 30px;
	margin-right: 10px;
	
}

.texte{
	width: 540px;
	color: #000;
	display: block;
	padding-left: 20px;
}

.fdbas {
	background-image: url(../_imgs/fond-bas.gif);
	height: 20px;
	width: 620px;
	background-repeat: no-repeat;
}
/*  Page news rub5
---------------------------------------------- */
.actu{
	margin-left: 8px;
}


.actudate{
	color: #ffffff;
	display: block;
	padding-left: 20px;
	background-color: #0090F7;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 0px 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.actutitre{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	background-color: #006CAB;
	margin: 0px 0px 0px 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.actucadre{
	display: block;
	border: 1px solid #006CAB;
	margin: 0px 0px 0px 20px;
	padding: 20px;
	height: 195px;
}
.actutxt {
	float: left;
	width: 315px;	
}
.actutxt a{
	color: #006CAB;	
}
.actutxt a:hover{
	color: #999999;	
}

.actufoto {
	float: right;
	height: 190px;
	width: 150px;
	border: 1px solid #006CAB;
	text-align: center;
	padding-top: 0px;
}
.actufoto img{
	margin: 0px;
	padding: 0px;	
}


/*  Page contact rub4
---------------------------------------------- */
.contactel{
	background-image: url(../_imgs/contact-tel.jpg);
	height: 35px;
	width: 254px;	
}

/*  Page presse rub6
---------------------------------------------- */
.docpresse{
	height: 180px;
	width: 100%;
	margin-left: 5px;
}
.docleft{
	height: 180px;
	width: 450px;
	float: left;
	margin-top: 8px;
}

.doctitre{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	background-color: #000000;
	margin: 0px 0px 0px 20px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 18px;
}
.docdate{
	color: #ffffff;
	display: block;
	padding-left: 20px;
	background-color: #888888;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 18px;
}

.doctxt{
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 20px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.doctel{
	height: 30px;
	width: 30px;
	float: right;
	margin-right: 8px;
	margin-top: 8px;
}
.docfoto{
	float: left;
	margin: 0px;
	padding: 0px;
}
.docfoto img{
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
		
}
.docright{
	height: 180px;
	width: 16px;
	float: left;
	margin-top: 8px;
	
}
.docrightitre{
	height: 25px;
	background-color: #000000;
	
}
.docrightdate{
	height: 25px;
	background-color: #888888;
	
}
.docrightxt{
	height: 56px;
	width: 15px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-right: 1px;
}
/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

.doc{
}


/*  ------------------------------------------
/*  Habillage des formulaires


/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; color:#ffffff;}

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit; 
	background: #ffffff;
	color:#006cab;}

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }
/*  ------------------------------------------ */



/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #ffffff;}
a.spip_out { color: #fff; } /* liens sortants */
a:hover.spip_out { color: #999; } /* liens sortants */