/*
Titre:      CSS : www.vpbaccompagnement.com
Auteur:     Remy Grauwin - contact@arsiteo.com
*/


/* --------------------------------- RESET --------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

p   {
	margin: 0;
	padding: 0
	}	
	
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
ul,ol { 
	list-style: none;
	}
	
/* --------------------------------- STRUCTURE --------------------------------- */

body  {
	color: #000;
	font-size: 13px;
	font-family: Helvetica, Arial,Geneva, sans-serif;
	line-height: 17px
	}
	
#container  {
	background-color: #e6e5e5;
	position: relative;
	width: 100%;
	height: auto
	}


#entete   {
	position: relative;
	width: 100%;
	height: 307px
	}


#contenu     {
	background-color: #e6e5e5;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px
	}

	
#chemin        {
	background-image: url("../images/fond/fond-chemin.gif");
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	width: 100%;
	height: 67px;
	clear: both
	}



#pied      {
	background-color: #750841;
	background-image: url("../images/fond/fond-pied.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 100%;
	height: 229px
	}


/* --------------------------------- ENTETE --------------------------------- */
#corporate      {
	position: absolute;
	top: 0;
	left: 0;
	width: 708px;
	height: 307px
	}

	
#menu        {
	position: absolute;
	top: 0;
	right: 0;
	width: 242px;
	height: 307px
	}


/* ------ Logo retour à l'accueil ------ */
	
p#logo         {
	position: relative;
	text-indent: -9999px;
	top: 54px;
	left: 44px;
	width: 270px;
	height: 90px
	}

p#logo a         {
	text-decoration: none;
	display: block;
	width: 270px;
	height: 90px
	}



/* ------ Switch entreprise/particulier ------ */
#entreprise-particulier     {
	position: absolute;
	top: 0;
	left: 708px;
	width: 252px;
	height: 307px
	}


p#switch     {
	color: #999;
	position: absolute;
	z-index: 10;
	top: 7px;
	left: -54px
	}


	
p#switch a, #switch a:visited    {
	color: #999;
	text-decoration: none
	}


p#switch a:hover, #switch a.active    {
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	border-top: 5px solid #000
	}


/* ------ Fonds En-tete (selon rubriques) ------ */
/* ------ ENTREPRISE ------ */
#e-body-accueil #entete    {
	background-image: url("../images/entete/entete-approche.png");
	background-repeat: no-repeat;
	background-position: left top
	}

#e-body-approche #entete    {
	background-image: url("../images/entete/entete-approche.png");
	background-repeat: no-repeat;
	background-position: left top
	}

#e-body-formation #entete    {
	background-image: url("../images/entete/entete-formation.png");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-coaching #entete    {
	background-image: url("../images/entete/entete-coaching.png");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-consulting #entete, #e-body-psycho #entete    {
	background-image: url("../images/entete/entete-consulting.png");
	background-repeat: no-repeat;
	background-position: left top
	}

#e-body-qui #entete    {
	background-image: url("../images/entete/entete-qui.png");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-contact #entete    {
	background-image: url("../images/entete/entete-contact.png");
	background-repeat: no-repeat;
	background-position: left top
	}

#e-body-blog #entete    {
	background-image: url("../images/entete/entete-blog.png");
	background-repeat: no-repeat;
	background-position: left top
	}
	
/* ------ Menu navigation ------ */
ul#navigation       {
	margin-top: 74px
	}
	
ul#navigation li     {
	list-style-type: none;
	}
	
#navigation li a  {
	text-indent: -9999px;
	display: block;
	padding: 0;
	}
	
#nav-approche a, #nav-approche a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left 0;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-approche a:hover, #nav-approche a.active  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-formation a, #nav-formation a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -24px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-formation a:hover, #nav-formation a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -24px;
	padding: 0;
	width: 242px;
	height: 24px;
	}
	
#nav-coaching a, #nav-coaching a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -48px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-coaching a:hover, #nav-coaching a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -48px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-consulting a, #nav-consulting a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -72px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-consulting a:hover, #nav-consulting a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -72px;
	padding: 0;
	width: 242px;
	height: 24px;
	}
	
#nav-qui a, #nav-qui a:visited   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -96px;
	padding: 0;
	width: 242px;
	height: 26px
	}


#nav-qui a:hover, #nav-qui a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -96px;
	padding: 0;
	width: 242px;
	height: 26px;
	}
	
#nav-contact a, #nav-contact a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -122px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-contact a:hover, #nav-contact a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -122px;
	padding: 0;
	width: 242px;
	height: 24px;
	}
	
#nav-blog a, #nav-blog a:visited  {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: left -146px;
	padding: 0;
	width: 242px;
	height: 24px;
	}

#nav-blog a:hover, #nav-blog a.active   {
	background-image: url("../images/menu/menu.gif");
	background-repeat: no-repeat;
	background-position: right -146px;
	padding: 0;
	width: 242px;
	height: 24px;
	}
	
/* ------ Psychotherapie (Particulier) ------ */	
#nav-psycho a, #nav-psycho a:visited   {
	background-image: url("../images/menu/menu-particulier.gif");
	background-repeat: no-repeat;
	background-position: left -72px;
	padding: 0;
	width: 242px;
	height: 24px
	}


#nav-psycho a:hover, #nav-psycho a.active    {
	background-image: url("../images/menu/menu-particulier.gif");
	background-repeat: no-repeat;
	background-position: right -72px;
	padding: 0;
	width: 242px;
	height: 24px
	}


/* --------------------------------- CONTENU --------------------------------- */

/* ------ Fonds Contenu (selon rubriques) ------ */
/* ------ ENTREPRISE ------ */
#e-body-accueil #contenu     {
	background-image: url("../images/fond/fond-approche.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-approche #contenu     {
	background-image: url("../images/fond/fond-approche.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-formation #contenu     {
	background-image: url("../images/fond/fond-formation.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-coaching #contenu     {
	background-image: url("../images/fond/fond-coaching.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-consulting #contenu, #e-body-psycho #contenu      {
	background-image: url("../images/fond/fond-consulting.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-qui #contenu     {
	background-image: url("../images/fond/fond-qui.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
#e-body-contact #contenu     {
	background-image: url("../images/fond/fond-contact.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
	
#e-body-blog #contenu     {
	background-image: url("../images/fond/fond-blog.gif");
	background-repeat: no-repeat;
	background-position: left top
	}
	
	

#corpus        {
	background-color: #e6e5e5;
	position: relative;
	width: 708px;
	height: auto
	}


	
#editorial          {
	background-color: #e6e5e5;
	padding-top: 20px;
	padding-left: 44px;
	position: relative;
	width: 630px;
	height: auto
	}


/* --------------------------------- DESIGN EDITORIAL --------------------------------- */

#editorial a, #editorial a:visited      {
	color: #1b95db;
	text-decoration: underline;
	}


#editorial a:hover      {
	color: #1b95db;
	text-decoration: none;
	}


#editorial h1        {
	color: #5a0532;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3
	}




	
#editorial h2       {
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 6px;
	width: auto
	}



#editorial h3    {
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 13px
	}


	
	
#editorial p    {
	margin-bottom: 13px
	}

#editorial dl    {
	margin-bottom: 13px
	}

#editorial dl dt      {
	font-weight: normal
	}
	
#editorial dl dd      {
	margin-bottom: 6px
	}
	

#editorial .tabule      {
	margin-left: 20px
	}

#editorial .tournepage       {
	text-align: right;
	margin-top: 60px
	}
	
/* ------ Couleurs des rubriques ------ */

.coul-approche {
	color: #e77516;
	}
	
.coul-formation {
	color: #d52f5d;
	}

.coul-coaching {
	color: #d4d940;
	}
	
.coul-consulting, .coul-psy  {
	color: #1b95db;
	}
	
.coul-qui {
	color: #b8276a;
	}
	
.coul-contact {
	color: #14b7d4;
	}
	
.coul-blog {
	color: #0a7182;
	}
	
.gris-souligne {
	color: #666;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3
	}

.souligne {
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3
	}



/* ------ Accueil ------ */


#call-prestations      {
	margin-top: 30px;
	position: relative;
	width: 628px;
	height: 170px
	}



#call-prestations dl   {
	width: 180px;
	float: left;
	}

#call-prestations dl dt   {
	margin-bottom: 3px;
	}

dl#call-formation    {
	margin-right: 15px;
	padding-right: 10px;
	width: 190px;
	height: 130px
	}


dl#call-coaching    {
	margin-right: 15px;
	padding-right: 10px;
	width: 190px;
	height: 130px
	}



dl#call-consulting  {
	width: 190px;
	height: 130px;
	}


dl#call-formation dt a, dl#call-formation dt a:visited    {
	color: #d52f5d;
	font-size: 20px;
	text-decoration: none
	}


dl#call-formation dt a:hover     {
	color: #d52f5d;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}




dl#call-coaching dt a, dl#call-coaching dt a:visited    {
	color: #d4d940;
	font-size: 20px;
	text-decoration: none
	}


dl#call-coaching dt a:hover    {
	color: #d4d940;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}


dl#call-consulting dt a, dl#call-consulting dt a:visited    {
	color: #1b95db;
	font-size: 20px;
	text-decoration: none
	}


dl#call-consulting dt a:hover    {
	color: #1b95db;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}

/* ------ Psychotherapie (Particulier) ------ */
dl#call-psycho dt a, dl#call-psycho dt a:visited    {
	color: #1b95db;
	font-size: 20px;
	text-decoration: none
	}


dl#call-psycho dt a:hover    {
	color: #1b95db;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}


/* ------ Citation ------ */
blockquote   {
	background-image: url("../images/signes/citation.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px
	}


blockquote p  {
	background-image: url("../images/signes/citation-fin.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-left: 10px
	}

/* ------ Qui suis-je - Portrait ------ */
#portrait         {
	background-image: url("../images/editorial/photo-valerie.jpg");
	background-repeat: no-repeat;
	background-position: right 14px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #d3d3d3
	}



	
#portrait h2      {
	font-weight: bold;
	padding-bottom: 12px;
	width: 460px;
	border-bottom: 1px solid #d3d3d3
	}

#portrait ul       {
	font-size: 12px
	}

#portrait ul li       {
	background-image: url("../images/signes/indicateur-gris.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 5px;
	padding-left: 12px
	}

#portrait ul.marge-1       {
	margin-top: 28px;
	}

#e-body-qui h1.margeless       {
	margin-bottom: 16px
	}

.encadre        {
	background-color: #fff;
	padding: 13px;
	border: solid 1px #d3d3d3
	}
	
.encadre-lettre         {
	background-color: #fff;
	padding: 2px 2px 1px;
	border: solid 1px #d3d3d3
	}

	
/* --------------------------------- LATERAL --------------------------------- */
#lateral      {
	position: absolute;
	top: 0;
	left: 708px;
	width: 252px;
	height: 404px
	}

/* ------ Menu secondaire ------ */
#menu-secondaire         {
	width: 252px;
	height: 310px
	}


#menu-secondaire dl           {
	margin-bottom: 20px;
	padding-left: 26px;
	position: relative;
	top: 20px;
	}

#menu-secondaire dl dt          {
	font-size: 22px;
	margin-bottom: 6px
	}
	
#menu-secondaire dl dd          {
	margin-bottom: 4px;
	position: relative
	}

#menu-secondaire dd a span, #menu-secondaire dd a:visited span   {
	display: none
	}


#menu-secondaire dd a , #menu-secondaire dd a:visited     {
	color: #000;
	text-decoration: none
	}


#menu-secondaire dd a:hover, #menu-secondaire dd a.active       {
	color: #e6e5e5;
	text-decoration: none;
	}


#menu-secondaire dd a:hover span, #menu-secondaire dd a.active span       {
	background-image: url("../images/signes/indicateur.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 2px;
	left: -13px;
	width: 7px;
	height: 11px
	}



/* ------ Accueil ------ */
#e-body-accueil #menu-secondaire dd a, #e-body-accueil #menu-secondaire dd a:visited      {
	color: #e6e5e5;
	text-decoration: none
	}


#e-body-accueil #menu-secondaire dd a:hover      {
	color: #fff;
	text-decoration: none;
	}


#e-body-accueil #menu-secondaire dl.call-switch-section dt          {
	font-size: 14px;
	margin-bottom: 1px
	}


/* ------ Couleur Texte Menu secondaire (selon rubriques) ------ */




/* ------ Call to contact ------ */
#call-contact        {
	width: 252px;
	height: 130px
	}

#call-contact dl      {
	text-indent: -9999px;
	margin-top: 18px;
	margin-left: 26px;
	width: 169px;
	height: 93px
	}

	
#call-contact dt#contactez-moi        {
	background-image: url(../images/editorial/call-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 169px;
	height: 35px
	}
	
#call-contact dt#contactez-moi a        {
	display: block;
	background-image: url(../images/editorial/call-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 169px;
	height: 35px
	}
	
#call-contact dd#contact-tel       {
	background-image: url(../images/editorial/call-contact.gif);
	background-repeat: no-repeat;
	background-position: left -35px;
	width: 169px;
	height: 34px
	}

#call-contact dd#contact-form       {
	width: 169px;
	height: 24px
	}
	
#call-contact dd#contact-form a      {
	display: block;
	background-image: url(../images/editorial/call-contact.gif);
	background-repeat: no-repeat;
	background-position: left -69px;
	width: 169px;
	height: 24px
	}
	
#call-contact dd#contact-form a:hover      {
	display: block;
	background-image: url(../images/editorial/call-contact.gif);
	background-repeat: no-repeat;
	background-position: right -69px;
	width: 169px;
	height: 24px
	}	




	
/* --------------------------------- CHEMIN --------------------------------- */

#chemin ul         {
	position: relative;
	top: 31px;
	left: 44px;
	width: 900px
	}


#chemin li    {
	background-image: url("../images/signes/fleche-chemin.gif");
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	display: inline;
	margin-right: 4px;
	padding-right: 16px
	}

#chemin li.encours     {
	background-image: none;
	}

#chemin ul a, #chemin ul a:visited         {
	color: #999;
	text-decoration: none
	}
	
#chemin ul a:hover         {
	color: #000;
	text-decoration: none
	}



	
/* --------------------------------- PIED DE PAGE --------------------------------- */
#encarts      {
	position: relative;
	top: 30px;
	left: 44px;
	width: 660px;
	height: 110px
	}

.encart-1       {
	width: 300px
	}

.encart-2        {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px
	}

#encarts dd        {
	color: #ccc
	}
	
#encarts dd a, #encarts dd a:visited      {
	color: #14b7d4;
	text-decoration: none
	}


#encarts dd a:hover    {
	color: #14b7d4;
	text-decoration: underline
	}


/* ------ Mentions ------ */
#mentions          {
	color: #e4097c;
	list-style-type: none;
	position: absolute;
	top: 170px;
	left: 44px
	}

#mentions a, #mentions a:visited        {
	color: #e4097c;
	text-decoration: none
	}
	
#mentions a:hover       {
	color: #ccc;
	text-decoration: none
	}


/* --------------------------------- CARTE GOOGLE --------------------------------- */
#cartegoogle       {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 60px
	}

#cartegoogle iframe         {
	border: solid 2px #ccc
	}



/* --------------------------------- FORMULAIRE (Design page php et formulaire) --------------------------------- */


h4       {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px
	}



h4 span.obli       {
	color: #b90a67;
	font-size: 13px;
	font-weight: normal;
	margin-left: 8px
	}



p#form-envoi {
	margin-top: 12px
	}

p#form-civilite label {
	margin-right: 12px
	}
	

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok   {
	background-color: #14b7d4;
	padding: 8px;
	position: relative;
	top: -15px;
	width: 470px
	}



