/* CSS Document */

html {
	overflow-y: scroll; /* Para que no se mueva el disenyo al salir scroll. No valida CSS 2.1 pero si CSS 3 */
	/*overflow: scroll;*/ /* Asi valida CSS 2 pero tambien sale el scroll horizontal */
}
body {
	background-color: #fff;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 135%;
	margin: 0;
	padding: 0;
	text-align: center; /* required for centering the page in IE */
	
	/*background: #6d593e url(img/bg-body.png) repeat-x right bottom;
	padding-bottom: 138px;*/
}

* {
	margin: 0;
	padding: 0;
}

object, embed {
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
}


/* ------------ Page Layout ------------ */

#container {
}

#header-wrapper {
	background-color: #f7e7ec;
	height: 22px;
	/*width: 100%;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;*/
}
#header {
	width: 960px;
	padding: 4px 20px 4px 20px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 110%;
	font-weight: bold;
	
	/*border: 1px solid #f00;*/
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#content-wrapper {
	clear: both;
	background-color: #fff;
	/*background: #fff url(img/bg-sombra-lateral.gif) repeat-y center top;*/
	padding: 30px 0 0 0;
}

#content {
	width: 960px;
	padding: 0 20px 0 20px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*padding-bottom: 1px; /* porque sino el IE6 no hace el margin-bottom */
	
	background: transparent url('img/tija.png') repeat-y scroll 20px bottom;
}

#main-wrapper  {
	float: left;
	width: 685px;
	background-color: transparent;
	/*overflow: auto;*//* pq surti scroll horitzontal (aixi no es desmonta el disseny si algun element supera els 580px) */
	/*overflow-x: auto;*/ /* no valida css2 pero si css3 */
	position: relative;
	z-index: 1;
}

#main-wrapper-full  {
	float: left;
	width: 860px;
	background-color: transparent;
	/*overflow: auto;*//* pq surti scroll horitzontal (aixi no es desmonta el disseny si algun element supera els 580px) */
	/*overflow-x: auto;*/ /* no valida css2 pero si css3 */
}

#main {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	/*overflow: auto;*/
	/*overflow: hidden;*/
}

#sidebar-wrapper {
	float: left;
	width: 275px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

#sidebar {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#angelet-flash {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 22px; /* correspon al espai que ocupi el header, perque sino no funcionen els links del header al firefox (per coses del z-index) */
	left: 0;
	z-index: 0;
}

#footer-wrapper {
	clear: both;
	background: #fff url('img/piano.gif') repeat-x scroll left top;
	/*border-top: 1px solid #afafaf;*/
}
#footer {
	width: 960px;
	padding: 0 20px 20px 20px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border: 1px solid #f00;*/
}

#personeel-executif-corporatif {
	width: 960px;
	background: transparent url('img/bg-coaching-types.png') no-repeat scroll right 104px;
}

#home { /* overwrite in style-language.css */
	width: 960px;
	height: 475px;
	background: transparent url('img/bg-home-fr.png') no-repeat scroll right 20px;
}

/* ------------ Utility elements ------------ */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-float-right {
	clear: right;
}
.clear-float-left {
	clear: left;
}
.clear-floats {
	clear: both;
}

.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold;
}
.text-underline {
	text-decoration: underline;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.padding-05 {
	padding-top: .5em;
}

/* ------------ General and others elements ------------ */

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 1.3em 0;
}

h1 {
  	font-size: 156.3%;	/* 7.85% +-= 1px */
}
h2 {
  	font-size: 140.6%;
}
h3 {
  	font-size: 120%;
}
h4 {
  	font-size: 100%;
}
h5 {
  	font-size: 95%;
}
h6 {
  	font-size: 85%;
}

p {
  	padding: 0 0 1.3em 0; /* pongo padding porque con el margin se desmontan algunos backgrounds de divs contenedores */
}
p.last {
  	padding-bottom: 5px;
}

a {
	color: #859870;
  	outline: none; /* quita el borde que aparece al hacer click */
  	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active, a.active {
	text-decoration: none;
}

ul, li {
	/*list-style-position: inside;*/
	margin: 0 0 .7em 1em;
}

blockquote {
	border-left: 3px solid #dfdfdf;
	padding: 0 0 0 10px;
	margin: .5em 0 1.5em 1.5em;
}
blockquote blockquote {
	margin-top: 1.5em;
}
img {
	border: 0px none transparent;
}

/* ---- header elements ---- */

#header a, #header a:visited, #header a:active  {
	color: #555;
}
#header a:hover {
	color: #859870;
	text-decoration: none;
}

#header .header-info {
	float: left;
}
#header .header-info span {
	margin: 0 10px 0 0;
}

#header .languages {
	float: right;
}
#header .languages span {
	margin: 0;
}
#header .languages span.separator {
	color: #888;
	margin: 0 5px;
}
#header .languages .active {
	color: #859870;
}

/* ---- logo ---- */

#logo {
	width: 275px;
	height: 100px;
	padding-top: 15px;
	background: #fff url('img/bg-logo.png') no-repeat scroll left bottom;
}

#logo img {
	border: 0px none transparent;
	margin-left: 0;
}

#angelet {
	width: 275px;
	height: 128px;
	background: transparent url('img/bg-logo.png') no-repeat scroll left bottom;
}
#angelet .angelet-espora {
	width: 208px;
	height: 128px;
	background: transparent url('img/angelet-espora.png') no-repeat scroll 120px bottom;
}
#angelet .angelet {
	background: #fff url('img/angelet-header.png') no-repeat scroll left top;
	width: 125px;
	height: 120px;
	margin-left: 23px;
}

#angelet-2 {
	width: 275px;
	height: 128px;
	background: transparent url('img/bg-logo.png') no-repeat scroll left bottom;
}

/* ---- menu ---- */
#menu {
	/*border: 1px solid #f00;*/
}

.menu-1-1 {
	float: left;
	width: 65px;
	margin: 38px 0 0 13px;
}
.menu-1-2 {
	float: right;
	width: 103px;
	margin: 20px 78px 0 0;
}
.menu-2-1 {
	clear: both;
	float: left;
	width: 76px;
	margin: 21px 0 0 3px;
}
.menu-2-2 {
	float: right;
	width: 107px;
	margin: 20px 74px 0 0;
}
.menu-3-1 {
	float: left;
	width: 77px;
	margin: 38px 0 0 3px;
}
.menu-3-2 {
	float: right;
	width: 107px;
	margin: 20px 74px 0 0;
}
.menu-4-1 {
	float: left;
	width: 100px;
	margin: 20px 0 0 94px;
}

/* ---- main elements ---- */

.en-savoir-plus a { /* puede que se sobrescriva en algun style de idioma */
	display: block;
	float: left;
	background: transparent url('img/en-savoir-plus.png') no-repeat scroll left top;
	width: 75px;
	height: 10px;
	margin: 358px 0 0 142px;
}
.en-savoir-plus a:hover {
	background-position: left -10px;
}

.main-header {
	width: 685px;
	/*border: 1px solid #f00;*/
}

.title-wrapper {
	float: left;
	margin-top: -2px;
}

.blog-icon-wrapper {
	float: right;
}

.coaching-types-button {
	float: left;
	width: 120px;
	height: 61px;
	margin-left: 169px;
}

.code-link {
	float: right;
	margin-top: 25px;
}
a.blog-icon {
	float: right;
	display: block;
	background: #fff url('img/blog-icon.png') no-repeat scroll left top;
	width: 59px;
	height: 53px;
}
a.blog-icon:hover {
	background-position: left -53px;
}

.grey {
	color: #86909e;
}

.grey-2 {
	color: #707173;
}

.grey-11 {
	color: #86909e;
	font-size: 110%;
	line-height: 140%;
}

.green {
	color: #969f77;
}	
.green-11 {
	color: #969f77;
	font-size: 110%;
	line-height: 140%;
}

.brown-11 {
	color: #69553A;
	font-size: 110%;
	line-height: 140%;
}

.blank-11 {
	color: #fff;
	font-size: 110%;
	line-height: 140%;
}

.black-11 {
	color: #222;
	font-size: 110%;
	line-height: 140%;
}

.column-189 {
	float: left;
	width: 189px;
	color: #86909e;
	text-align: left;
	margin: 17px 19px 0 0;
}

.bg-grey-strong-189  {
	margin: 0 0 1.3em 0;
	text-align: left;
}
.bg-grey-strong-189-top {
	background: transparent url('img/bg-grey-strong-189-top.png') no-repeat scroll left top;
	padding-top: 10px;
}
.bg-grey-strong-189-bottom {
	background: transparent url('img/bg-grey-strong-189-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 10px;
}
.bg-grey-strong-189 .inner {
	padding: 0 10px;
	background-color: #c2c7ce;
	color: #6b737f;
}
.bg-grey-strong-189 ul {
	margin: .2em 0 0 0em;
	padding: 0;
	line-height: 135%;
}
.bg-grey-strong-189 ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 .1em 0;
	font-style: italic;
}

.column-477 {
	float: left;
	width: 477px;
	margin-top: -10px;
}
.column-477-top {
	float: left; /* si el div es padre de hijos nested con float este tambien tiene que flotar para que no desaparezca el background en el IE */
	background: transparent url('img/bg-column-477-top.png') no-repeat scroll left top;
	padding-top: 15px;
}
.column-477-bottom {
	float: left; /* si el div es padre de hijos nested con float este tambien tiene que flotar para que no desaparezca el background en el IE */
	background: transparent url('img/bg-column-477-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 15px;
}
.column-477 .inner {
	float: left; /* si el div es padre de hijos nested con float este tambien tiene que flotar para que no desaparezca el background en el IE */ 
	padding: 8px 0 0 0;
	background-color: #e6e8eb;
}

.coaching-leprocessus-text-left {
	float: left;
	padding-left: 89px;
	width: 183px;
}
.coaching-leprocessus-text-right {
	float: left;
	padding: 0 15px 0 15px;
	width: 175px;
}
.coaching-leprocessus-image {
	margin-top: 3px;
	background: #e6e8eb url('img/foto-coaching-leprocessus.jpg') no-repeat scroll left top;
	padding: 0 15px 0 287px;
	min-height: 119px;
}

.coaching-toi-text-left {
	float: left;
	width: 272px;
}
.coaching-toi-text-margin-left {
	padding-left: 89px;
}
.coaching-toi-text-right {
	float: left;
	padding: 0 15px 0 15px;
	width: 175px;
}
.coaching-toi-green-text {
	padding: 0em 0 9px 25px;
	text-align: right;
	font-weight: bold;
}
.coaching-toi-image {
	background: #e6e8eb url('img/foto-coaching-toi.jpg') no-repeat scroll left top;
	width: 272px;
	height: 119px;
}

.coaching-objectifs-text-left {
	float: left;
	padding-left: 89px;
	width: 183px;
}
.coaching-objectifs-text-right {
	float: left;
	padding: 0 15px 0 15px;
	width: 175px;
}
.coaching-objectifs-image {
	background: #e6e8eb url('img/foto-coaching-objectifs.jpg') no-repeat scroll left top;
	padding: 0 15px 0 287px;
	min-height: 119px;
}

.submenu-interior-coaching-1 {
	/*background: #fff url('img/submenu-interior-coaching-1.png') no-repeat scroll left top;*/
	width: 184px;
	height: 33px;
	margin-left: 87px;
}

.coaching-types-column {
	float: left;
	width: 205px;
	padding: 20px 23px 0 0;
}
.personnel img.title {
	margin: 0 0 10px 0;
}
.executif img.title {
	margin: 0 0 10px 0;
}
.corporatif img.title {
	margin: 0 0 10px 0;
}
.coaching-types-column ul {
	margin: .5em 0 0 .5em;
	padding: 0;
}
.coaching-types-column ul li {
	margin-bottom: 0;
	padding-bottom: .1em;
	font-style: italic;
	font-size: 95%;
}
.coaching-types-image {
	background: #fff url('img/foto-coaching-types.jpg') no-repeat scroll left top;
	width: 201px;
	height: 120px;
}

.lead-your-life {
	background: transparent url('img/bg-lead-your-life.jpg') no-repeat scroll right 55px;
}

.lead-your-life-column-1 {
	float: left;
	width: 180px;
	text-align: left;
	margin: 50px 20px 0 0;
}
.lead-your-life-column-2 {
	float: left;
	width: 170px;
	text-align: left;
	margin: 350px 20px 0 0;
}
.lead-your-life-column-3 {
	float: left;
	width: 275px;
	text-align: left;
	margin: 254px 0 0 0;
}
.lead-your-life-column-3 p {
	padding-right: 90px;
}
.lead-your-life-image {
	background: #fff url('img/foto-lead-your-life.jpg') no-repeat scroll left top;
	width: 281px;
	height: 119px;
	margin-bottom: 1.3em;
}

/* ---- equine ---- */

#equine .title-wrapper, 
#programmes-seminaires .title-wrapper {
	float: left;
	margin: -40px 0 0 0;
}
#equine .title-wrapper-2, 
#programmes-seminaires .title-wrapper-2 {
	float: left;
	margin: 0px 0 0 16px;
}
.programmes-seminaires-button {
	float: left;
	width: 120px;
	height: 58px;
	margin-left: 382px;
}
.programmes-seminaires-column-1 {
	float: left;
	width: 197px;
	padding: 30px 0 0 0;
	color: #859870;
}
.programmes-seminaires-column-2 {
	float: left;
	width: 197px;
	padding: 30px 0 0 20px;
	color: #859870;
}
.programmes-seminaires-column-3 {
	float: left;
	width: 191px;
	padding: 30px 0 0 20px;
}
.programmes-seminaires-column-1 img.title, 
.programmes-seminaires-column-2 img.title, 
.programmes-seminaires-column-3 img.title {
	margin: 0 0 15px 0;
}
.programmes-seminaires-column-1 ul, 
.programmes-seminaires-column-2 ul {
	margin: .5em 0 0 .5em;
	padding: 0;
}
.programmes-seminaires-column-1 ul li, 
.programmes-seminaires-column-2 ul li  {
	margin-bottom: 0;
	padding-bottom: .1em;
	color: #69553a;
	font-style: italic;
	font-size: 95%;
}
.programmes-seminaires-image {
	background: #fff url('img/foto-programmes-seminaires.jpg') no-repeat scroll left top;
	width: 191px;
	height: 240px;
}

.bg-pink-191  {
	width: 191px;
	margin: 2em 0 1.3em 0;
	text-align: left;
}
.bg-pink-191-top {
	background: transparent url('img/bg-pink-191-top.png') no-repeat scroll left top;
	padding-top: 10px;
}
.bg-pink-191-bottom {
	background: transparent url('img/bg-pink-191-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 10px;
}
.bg-pink-191 .inner {
	padding: 0 10px;
	background-color: #f7e7ec;
	color: #859870;
	font-style: italic;
}

.link-blog-text {
	text-align: right;
	margin: 10px 0 0 0;
}

.submenu-interior-equine {
	width: 191px;
	height: 75px;
	margin: 0 0 20px 0;
}

.equine-column-1 {
	float: left;
	width: 191px;
	margin: 30px 0 0 0;
	color: #69553a;
}
.equine-column-2 {
	float: left;
	width: 191px;
	margin: 30px 0 0 20px;
	color: #69553a;
}
.equine-column-3 {
	float: left;
	width: 189px;
	margin: 30px 0 0 20px;
	color: #69553a;
}
.equine-column-4 {
	float: left;
	width: 263px;
	margin: 30px 0 0 20px;
	color: #69553a;
}

.equine-column-4 p {
	width: 191px;
}

.foto-equine-pagina-1 {
	background: #fff url('img/foto-equine-pagina-1.jpg') no-repeat scroll left top;
	width: 189px;
	height: 181px;
	margin: 0 0 1.3em 0;
}

.foto-equine-pagina-2 {
	background: #fff url('img/foto-equine-pagina-2.jpg') no-repeat scroll left top;
	width: 191px;
	height: 186px;
	margin: 0 0 0 0;
}

.foto-equine-pagina-3-1 {
	background: #fff url('img/foto-equine-pagina-3-1.jpg') no-repeat scroll left top;
	width: 191px;
	height: 186px;
	margin: 0 0 0 0;
}

.foto-equine-pagina-3-2 {
	background: #fff url('img/foto-equine-pagina-3-2.jpg') no-repeat scroll left top;
	width: 263px;
	height: 164px;
	margin: 0 0 0 0;
}

.foto-equine-pagina-4-1 {
	background: #fff url('img/foto-equine-pagina-4-1.jpg') no-repeat scroll left top;
	width: 191px;
	height: 131px;
	margin: 0 0 0 0;
}

.foto-equine-pagina-4-2 {
	background: #fff url('img/foto-equine-pagina-4-2.jpg') no-repeat scroll left top;
	width: 189px;
	height: 176px;
	margin: 0 0 1.3em 0;
}

.foto-equine-pagina-4-3 {
	background: #fff url('img/foto-equine-pagina-4-3.jpg') no-repeat scroll left top;
	width: 263px;
	height: 178px;
	margin: 0 0 0 0;
}

/* ---- moi ---- */

#moi .title-wrapper {
	float: left;
	margin: 6px 0 0 0;
}

.moi-button {
	float: left;
	width: 106px;
	height: 53px;
	margin-left: 268px;
}

#moi .column-1 {
	float: left;
	width: 188px;
	color: #707173;
	text-align: left;
	margin: 32px 20px 0 0;
}

.bg-grey-moi  {
	margin: 0 0 1.3em 0;
	text-align: left;
}
.bg-grey-moi-top {
	background: transparent url('img/bg-grey-moi-top.png') no-repeat scroll left top;
	padding-top: 10px;
}
.bg-grey-moi-bottom {
	background: transparent url('img/bg-grey-moi-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 10px;
}
.bg-grey-moi .inner {
	padding: 0 10px;
	background-color: #bab9ba;
	color: #fff;
}
.bg-grey-moi ul {
	margin: 0em 0 0 .5em;
	padding: 0;
	line-height: 130%;
}
.bg-grey-moi ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 .3em 0;
	font-style: italic;
}

#moi .column-2 {
	float: left;
	width: 465px;
	color: #707173;
	margin: 32px 0 0 8px;
	text-align: left;
}

.foto-moi-pagina-1 {
	background: #fff url('img/foto-moi-pagina-1.jpg') no-repeat scroll left top;
	width: 330px;
	height: 170px;
	margin: 1.3em 0 0 0;
}

#moi .column-2-1, 
#moi .column-2-2 {
	float: left;
	width: 188px;
}
#moi .column-2-1 {
	margin: 0 28px 0 0;
}
#moi .column-2-2 {
	margin: 0 0 0 0;
}

#moi .column-formations {
	float: left;
	width: 309px;
	margin: 32px 40px 0 0;
	text-align: left;
	color: #58585A;
}
#moi .column-experiences {
	float: left;
	width: 336px;
	margin: 32px 0 0 0;
	text-align: left;
	color: #58585A;
}

#moi .column-formations .title, 
#moi .column-experiences .title {
	margin-bottom: 1.5em;
	color: #58585A;
	font-size: 110%;
	line-height: 140%;
}

#moi .column-experiences .inner {
	width: 309px;
}

#moi .column-formations ul, 
#moi .column-experiences ul {
	margin: 0em 0 0 .5em;
	padding: 0;
}
#moi .column-formations ul li, 
#moi .column-experiences ul li {
	margin-bottom: 0;
	padding-bottom: 1em;
}

.foto-moi-pagina-2 {
	background: #fff url('img/foto-moi-pagina-2.jpg') no-repeat scroll left top;
	width: 336px;
	height: 175px;
	margin: 1.3em 0 0 0;
}

/* ---- contact ---- */

#contact .title-wrapper {
	float: left;
	margin: 5px 0 0 0;
}
#contact .title-wrapper-2 {
	float: left;
	margin: 5px 0 0 0;
}

.contact-phones { /* puede que se sobrescriva en algun style de idioma */
	color: #969f77;
	font-size: 110%;
	margin: 10px 0 1.3em 170px;
}

.contact-form {
	margin: .5em 0 1em 0;
}

.contact-form .row {
	width: 100%;
	margin-bottom: 10px;
}

.contact-form .form-info {
	float: left;
	width: 100px;
	margin-right: 10px;
	color: #86909e;
	font-size: 90%;
}

.contact-form .form-label {
	float: left;
	width: 100px;
	padding-top: 6px;
	margin-right: 10px;
}
.contact-form .form-input {
	float: left;
	width: 468px;
}

.contact-form input, 
.contact-form textarea {
	background-color: #fff;
	border-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.contact-form textarea {
	margin: 10px 10px 10px 10px;
	resize: none; /* Hiding textarea resize handle in Safari */
}
.contact-form input:focus, 
.contact-form textarea:focus  {
	outline: none;
}

.contact-form .type-text {
	height: 29px;
	background: #fff url('img/input-text.png') no-repeat scroll left top;
}
.contact-form .type-text input {
	width: 440px;
	margin: 8px 10px 0 10px;
}

.contact-form .type-textarea {
	height: 148px;
	background: #fff url('img/input-textarea.png') no-repeat scroll left top;
}
.contact-form .type-textarea textarea {
	width: 440px;
	height: 126px;
}

.contact-form .type-checkbox input {
	float: left;
	margin-right: 10px;
}
.contact-form .type-checkbox span {
	display: block;
	float: left;
	width: 420px;
	color: #86909e;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 90%;
	/*font-weight: bold;*/
}

.contact-form .type-submit {
	text-align: right;
}
.contact-form .type-submit input {
	margin: 0;
	width: 63px;
	height: 21px;
	text-align: center;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background: #fff url('img/input-submit.png') no-repeat scroll left top;
	cursor: pointer;
}
.contact-form .type-submit input::-moz-focus-inner { /* para que el FF centre mejor el texto del input submit */
    border: 0;
    padding: 0;
}


/* ---- a propos, code deontologique, ... ---- */

#site-info .title-wrapper {
	float: left;
	margin: 10px 0 0 0;
}

.bg-green-685  {
	float: left;
	margin: 25px 0 1.3em 0;
	text-align: left;
}
.bg-green-685-top {
	background: transparent url('img/bg-green-685-top.png') no-repeat scroll left top;
	padding-top: 10px;
}
.bg-green-685-bottom {
	background: transparent url('img/bg-green-685-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 10px;
}
.bg-green-685 .inner {
	padding: 20px 30px;
	background: #eef0e7 url('img/logo-coach-federation.png') no-repeat scroll 615px 5px;
	color: #222;
	line-height: 125%;
}
.bg-green-685 .inner h2 {
	font-size: 110%;
	font-style: italic;
	margin: 0 0 1em 0;
}
.bg-green-685 .inner h3 {
	font-size: 100%;
	font-style: italic;
	margin: 0 0 1em 0;
}
#code-deontologique .bg-green-685 .inner h3 {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 1em 0;
}
#site-info .bg-green-685 .inner p {
	font-size: 90%;
}
.bg-green-685 .inner .contact-info {
	font-weight: bold;
	font-style: italic;
}
.bg-green-685 .inner .contact-info p {
	font-size: 110%;
}

.bg-green-685 ul {
	margin: 0em 0 .8em .5em;
	padding: 0;
	font-size: 90%;
}
.bg-green-685 ul li {
	margin-bottom: 0;
	padding-bottom: .5em;
}

/* ---- footer elements ---- */

.angelet-footer {
	float: left;
	background: transparent url('img/angelet-footer.png') no-repeat scroll right top;
	width: 275px;
	height: 190px;
	margin: 0 0 0 0;
}
.blog-footer {
	float: left;
	background: transparent url('img/tija-footer.png') no-repeat scroll right top;
	width: 275px;
	height: 190px;
	margin: 0 0 0 0;
}
.blog-footer a {
	display: block;
	float: left;
	background: transparent url('img/blog-icon-footer.png') no-repeat scroll left top;
	width: 69px;
	height: 62px;
	margin: 120px 0 0 56px;
}
.blog-footer a:hover {
	background-position: left -62px;
}

.footer-logos { /* overwrite in style-language.css */
	float: right;
	background: #fff url('img/eliane-bernard-fr.png') no-repeat scroll left top;
	width: 232px;	
	height: 91px;
	margin: 85px 0 0 20px;
}

#people-primetime-link {
	display: block;
	float: right;
	background: transparent url('img/logo-people-primetime.png') no-repeat scroll left top;
	width: 73px;
	height: 25px;
	margin: 50px 0 0 0;
}

#eahae-link {
	display: block;
	float: right;
	background: transparent url('img/logo-EAHAE.png') no-repeat scroll left top;
	width: 57px;
	height: 29px;
	margin: 46px 15px 0 15px;
}
.footer-phrases {
	float: left;
	margin: 82px 0 0 0;
}
.footer-text {
	float: left;
	margin: 163px 10px 0 0;
	color: #6b737f;
	borer: 1px solid #00f;
}
.footer-text-2 {
	float: left;
	margin: 56px 10px 0 0;
	color: #6b737f;
	borer: 1px solid #00f;
}


