* {
font-size: 100.01%;
}
html {font-size: 62.5%;}
body{
	margin:0;
	color:#4c4c4c;
	font:1.2em/1.1818em Arial, Helvetica, sans-serif;
	min-width:960px;
}
/* home-page */
.home-page {
	background:url(../images/bg-homepage.jpg) no-repeat 50% 0;
}
/* content-page */
.content-page {
	background:url(../images/bg-content-page.jpg) no-repeat 50% 0;
}
/* matrix-page */
.matrix-page {
	background:url(../images/bg-matrix-page.jpg) no-repeat 50% 0;
}
/* leadership-page */
.leadership-page {
	background:url(../images/bg-leadership-page.jpg) no-repeat 50% 0;
}
/* case-page */
.case-page {
	background:url(../images/bg-case-page.jpg) no-repeat 50% 0;
}
img{border-style:none;}
a{
	color:#b4b4b4;
	text-decoration:none;
}
a:hover{text-decoration:underline;color:#4C4C4C;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
textarea#send_content {
	width:380px;
	height:130px;
	margin-bottom: 10px;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
legend{
	color:#4c4c4c;
}
/* debug */
#debug {
position:absolute;
top:0px;
left:0px;
background:#000;
color:#fff;
z-index:99999;
}
/* global */
#global {
width:960px;
margin:0 auto;
display:table;
}
/* wrapper */
#wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0 0 8px;
}
.nav-hold{
	width:448px;
	/*margin:0 auto;*/
	z-index:250;
	height:200px;
	position:absolute;
	top:20px;
	left:50%;
	margin:0 0 0 -224px;
}
.nav-hold .holder{
	position:relative;
	height:68px;
	width:448px;
	margin:0 auto;
	left:-84px;
}
/* header */
#header {
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	height:68px;
}
/* logo */
.logo {
	margin:0;
}
.logo a {
	background:url(../images/bg-logo.gif) no-repeat;
	width:170px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:20px;
	cursor:pointer;
	z-index:2;
}
/* careers logo */
.careers .logo{
	z-index:251;
	top:0;
	left:0;
	margin:-20px 0 0 0;
	position:absolute;
}
.careers .logo a{
	display:block;
	background:url(../images/logo-careers.gif) no-repeat;
	width:191px;
	height:122px;
	margin:0;
	position:relative;
}
/* nav */
#nav {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#nav li {
	float:left;
	margin:0 2px 0 0;
	display:inline;
}
#nav li a.nav-item {
	float:left;
	width:101px;
	height:20px;
	color:#303030;
	font-size:0.818em;
	background:url(../images/bg-nav.png);
	text-transform:uppercase;
	cursor:pointer;
	padding:40px 0 0 9px;
}
#nav li a.nav-item:hover,
#nav li:hover a.nav-item,
#nav li.hover a.nav-item,
#nav li a.nav-item.current {
	background:#fff;
	text-decoration:none;
	color:#000;
}
#nav .drop {
	width:618px;
	top:60px;
	padding:2px 0 0;
	left:-9999px;
	position:absolute;
	height:188px;
	background:url(../images/none.gif);
}

#nav li.hover .drop {
	left:-172px;
}
#nav li .drop-holder {
	padding:17px 0 0 20px;
	height:168px;
	background-color:#fff;
	width:598px;
}
#nav .tabset {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	/*width:124px;*/
	width:150px;
	overflow:hidden;
}
#nav .service-drop .tabset {
	width:107px;
}
#nav .tabset li {
	border-top:1px solid #c0c0c0;
	padding:4px 0 5px;
	margin:-5px 0 5px;
	text-transform:uppercase;
	white-space:nowrap;
	float:none;
	display:block;
}
#nav .tabset a {
	color:#7a7b7d;
	font-size:0.86em;
}
#nav .tabset a:hover,
#nav .tabset a.active {
	color:#000;
	text-decoration:none;
}
#nav .tab-content {
	overflow:hidden;
	padding:0 0 0 12px;
}
#nav .accuracy {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	/*width:114px;*/
	width:416px;
	font-size:0.909em;
	line-height:1.5em;
}
#nav .accuracy ul {
	margin:0;
	padding:0 0 0 14px;
	list-style:none;
}
#nav .accuracy li {
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	display:block;
}
#nav .accuracy a {
	color:#666;
}
#nav .accuracy a:hover{
	text-decoration:none;
	color:#000;
}
#nav .visual {
	float:left;
}
#nav img {
	vertical-align:top;
}
#nav .section {
	display:inline-block;
	font-size:.909em;
	line-height:1.2em;
	margin-right:28px;
	vertical-align:top;
}
#nav #tab8 .section {
	margin-right:21px;
}
#nav .section .title {
	display:block;
	color:#303030;
	margin:0 0 2px;
	text-transform:uppercase;
}
#nav .section ul {
	margin:0;
	padding:5px 8px 0 0;
	list-style:none;
	border-top:1px solid #c1c1c1;
}
#nav .section ul li {
	float:none;
	margin:0;
	display:block;
	line-height:1.4em;
}
#nav .section ul li a {
	color:#666;
}
#nav .section ul li a:hover {
	color:#000;
	text-decoration:none;
}
#nav .section a.solutions-banks, #nav .section a.pad { padding:11px 0 11px 35px; display:block; margin-bottom:10px; }
#nav ul li a.offer {color:#fff;padding:1px 4px 1px;font-size:0.818em;line-height:1.3em;width:26px;float:left;text-align:center;margin:0 2px 2px 0;}
#nav ul li a.offer.line {clear:both;}
#nav ul li a.offer7 {background:#00305A;}
#nav ul li a.offer8 {background:#76346B;}
#nav ul li a.offer9 {background:#FF7000;}
#nav ul li a.offer10 {background:#8D9400;}
#nav ul li a.offer11 {background:#007D94;}
#nav ul li a.offer:hover{color:#fff;}

#nav .text-matrix,
#nav .text-matrix2 {
	font-size:1.6em;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 5px;
	color:#c3c3c3;
	background:url(../images/ico-matrix.gif) no-repeat 0 50%;
	padding:0 0 0 30px;
}
#nav .text-matrix2 {
	margin:0;
	background:url(../images/ico-matrix.gif) no-repeat 100% 50%;
	padding:0 30px 0 0;
	position:absolute;
	right:6px;
	bottom:5px;
}
#nav .tab-content dl {
	float:left;
	width:184px;
	margin:0;
	padding:0;
	font-size:0.909em;
	color:#666;
}
#nav .tab-content dt {
	display:block;
}
#nav .tab-content dd {
	display:block;
	margin:0 0 3px;
}
/* home-content */
.home-content {
	padding:270px 0 100px 43px;
	height:1%;
	overflow:hidden;
}
.home-content h2 {
	margin:0 0 24px;
	color:#fff;
	font-weight:normal;
	font-size:4.3636em;
	line-height:1.27em;
}
.home-content h2 sup {
	font-size:.6em;
	line-height:1.5em;
	vertical-align:top;
}
/* home-content news-holder */
.home-content .news-holder {
	height:1%;
	overflow:hidden;
	padding:0 0 0 2px;
}
/* home-content block */
.home-content .block {
	display:block;
	margin:0 0 15px;
	color:#303030;
	width:519px;
}
.home-content .block a {
	color:#303030;
}
.home-content .block a:hover {
	text-decoration:none;
}
.home-content .block:hover,
.home-content .block:hover span,
.home-content .block:hover a {
	text-decoration:none;
}
.home-content .section img {
	position:relative;
	margin:-15px 0 -10px;
}
.home-content .section:hover img,
.home-content .section.hover img,
.home-content img.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.home-content .section:hover img.hidden,
.home-content .section.hover img.hidden {
	position:relative;
	left:0;
	top:0;
}
.home-content .section .video {
	float:right;
	margin:-15px 0 -10px;
}
/* home-content block holder */
.home-content .block .holder {
	display:block;
	/*height:1%;*/
	height:120px;
	overflow:hidden;
}
.home-content .block .section {
	float:left;
	width:157px;
	height:95px;
	overflow:hidden;
	/* padding:15px 0 10px 13px;*/
	padding:15px 0 9px 13px;
	margin-right:3px;
	position:relative;
	background:url(../images/bg-news.png);
	min-height:95px;
}
.home-content .block a.section {
	cursor:pointer;
}
.home-content .block a.section:hover {
	background:#fff;
}
* html .home-content .block .section {
	height:95px;
}
.home-content .block .section.long {
	width:330px;
}
.home-content .block .onecolumn .section {
	width:503px;
}
.home-content .block .title {
	display:block;
	margin:0 0 3px;
	font-size:1.6363em;
	line-height:1.2em;
	font-weight:normal;
}
.home-content .block em {
	display:block;
	font-style:normal;
	font-size:0.9909em;
	line-height:1.2em;
	margin:0 0 4px;
}
.home-content .block .description {
	display:block;
	padding:0 15px 0 0;
	font-size:0.9em;
}
/* img.alignright */
img.alignright {
	float:right;
}
/* img.alignleft */
img.alignleft {
	float:left;
}
/* img.aligncenter */
img.aligncenter {
	display:block;
	margin:0 auto;
}
/* space-holder */
.space-holder {
	width:100%;
	overflow:hidden;
	height:237px;
	position:relative;
}
/* inner-holder */
.inner-holder {
	width:100%;
	overflow:hidden;
	clear:both;
}
.inner-holder .heading,
.case-holder .heading {
	padding:0 0 16px 20px;
}
.inner-holder .heading h2,
.case-holder .heading h2 {
	margin:0;
	color:#4D4D4D;
	/*font-size:1.8181em;
	line-height:1.3em;
	font-weight:normal;*/
	font-size:1em;
	/*font-weight:bold;*/
	line-height:1.5em;
	margin:0;
}
/* main-holder */
.main-holder {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-sidebar.gif) repeat-y;
}
/* content */
#content {
	float:left;
	width:497px;
}

#content table tr td {
	padding:2px;
}

#topcontent{
	float:left;
	width:718px;
	padding:0 0 19px 0;
	margin:0 0 10px 0;
	background:#fff;
}
/* blog */
.blog {
	/*float:left;*/
	width:478px;
	/*width:476px;
	padding:0 40px 0 0;*/
}
/* content .aside */
.aside {
	float:right;
	width:182px;
	margin:0;
	padding:18px 20px 0;
	list-style:none;
}
.aside li.list {
	border-top:1px solid #b3b3b3;
	padding:15px 0;
	float:left;
	width:182px;
	display:table;
}
.aside li.single{
	height:37px;
	overflow:hidden;
}
.aside li.list:first-child,
.aside li.first {
	padding-top:0;
	border-top:none;
}
.aside a.download {
	color:#7C7C7C;
	font-size:0.727em;
	line-height:1.4em;
	text-transform:uppercase;
	padding:1px 0 1px 14px;
	margin:4px 0 0 0;
	display:block;
	background:url(../images/ico-download.gif) no-repeat 0 3px;
}
.aside a.download:hover {
	color:#010101;
	text-decoration:none;
	background:url(../images/ico-download-rell.gif) no-repeat 0 3px;
}
.aside a.btn-heading, .aside span.btn-heading {
	display:block;
	color:#7c7c7c;
	padding:11px 0 11px 35px;
	font:1.0909em/1.2em Helvetica, Arial, sans-serif;
}
.aside a.btn-heading em {
	display:block;
	color:#9e9e9e;
	font-size:0.75em;
	line-height:1.2em;
	font-style:normal;
}
.aside a.btn-heading:hover {
	text-decoration:none;
}
.aside a.btn-heading.solution,
.aside a.btn-heading.offre,
.aside a.btn-heading.cas,
.aside a.btn-heading.situation {
	padding:0;
}
.aside a.bureau_lien-ville {
	color:#7C7C7C;
	font-weight:bold;
}
.aside a.nous, .aside span.nous {
	background:url(../images/ico-nous.gif) no-repeat 0 50%;
}
.aside a.nous:hover {
	background:url(../images/ico-nous-rell.gif) no-repeat 0 50%;
}
.aside a.genda {
	background:url(../images/ico-genda.gif) no-repeat 0 50%;
}
.aside a.genda:hover {
	background:url(../images/ico-genda-rell.gif) no-repeat 0 50%;
}
.aside a.rapport {
	background:url(../images/ico-rapport.gif) no-repeat 0 50%;
}
.aside a.rapport:hover {
	background:url(../images/ico-rapport-rell.gif) no-repeat 0 50%;
}
.aside a.sinscrire {
	background:url(../images/ico-sinscrire.gif) no-repeat 0 50%;
}
.aside a.sinscrire:hover {
	background:url(../images/ico-sinscrire-rell.gif) no-repeat 0 50%;
}
.aside a.archives {
	background:url(../images/ico-archives.gif) no-repeat 0 50%;
}
.aside a.archives:hover {
	background:url(../images/ico-archives-rell.gif) no-repeat 0 50%;
}
.aside a.iphone {
	background:url(../images/ico-iphone.gif) no-repeat 0 50%;
}
.aside a.iphone:hover {
	background:url(../images/ico-iphone-rell.gif) no-repeat 0 50%;
}
.aside a.glance {
	background:url(../images/ico-glance.gif) no-repeat 0 50%;
}
.aside a.glance:hover {
	background:url(../images/ico-glance-rell.gif) no-repeat 0 50%;
}
.aside a.francfurt {
	background:url(../images/ico-francfurt.gif) no-repeat 0 50%;
}
.aside a.francfurt:hover {
	background:url(../images/ico-francfurt-rell.gif) no-repeat 0 50%;
}
.aside a.temoignage {
	background:url(../images/ico-temoignage.gif) no-repeat 0 50%;
}
.aside a.temoignage:hover {
	background:url(../images/ico-temoignage-rell.gif) no-repeat 0 50%;
}
.aside a.interview {
	background:url(../images/ico-interview.gif) no-repeat 0 50%;
}
.aside a.interview:hover {
	background:url(../images/ico-interview-rell.gif) no-repeat 0 50%;
}
.aside a.crs {
	padding:5px 0 5px 35px;
	background:url(../images/ico-crs.gif) no-repeat 0 50%;
}
.aside a.crs:hover {
	background:url(../images/ico-crs-rell.gif) no-repeat 0 50%;
}
.aside .description {
	padding:2px 0 0 35px;
	color:#9e9e9e;
	font:0.909em/1.4em Helvetica, Arial, sans-serif;
}
.aside a.matrix {
	background:url(../images/ico-matrix3.gif) no-repeat 0 50%;
}
.aside a.matrix:hover {
	background:url(../images/ico-matrix3-rell.gif) no-repeat 0 50%;
}

.aside a.postuler {
	background:url(../images/ico-postuler.gif) no-repeat 0 50%;
}
.aside a.postuler:hover {
	background:url(../images/ico-postuler-rell.gif) no-repeat 0 50%;
}

.aside a.law-firm {
	background:url(../images/ico-law-firm.gif) no-repeat 0 50%;
}
.aside a.law-firm:hover {
	background:url(../images/ico-law-firm-rell.gif) no-repeat 0 50%;
}
.aside a.solutions-banks, #nav a.solutions-banks {
	background:url(../images/ico-solutions-banks.gif) no-repeat 0 50%;
}
.aside a.solutions-banks:hover, #nav a.solutions-banks:hover {
	background:url(../images/ico-solutions-banks-rell.gif) no-repeat 0 50%;
}
.aside a.citizenship {
	background:url(../images/ico-citizenship.gif) no-repeat 0 50%;
}
.aside a.citizenship:hover {
	background:url(../images/ico-citizenship-rell.gif) no-repeat 0 50%;
}
.aside a.pad, #nav a.pad {
	background:url(../images/ico-pad.gif) no-repeat 0 50%;
	padding-top:3px;
	padding-bottom:3px;
}
.aside a.pad:hover, #nav a.pad:hover {
	background:url(../images/ico-pad-rell.gif) no-repeat 0 50%;
}
/* content aside address */
.aside address {
	display:block;
	padding:0;
	margin:0;
	font-style:normal;
}
.aside address span {
	display:block;
}
.aside .description2 {
	color:#9e9e9e;
	padding:10px 0 0;
}
.aside .description2 ul {
	margin:0;
	padding:0;
	list-style:none;
	float:none;
}
.aside .description2 ul li {
	border-top:none;
	width:147px;
	padding:0 0 8px 35px;
	background:url(../images/devider.gif) no-repeat 18px 3px;
}
.aside .description2 ul li:hover {
	background:url(../images/devider-rell.gif) no-repeat 18px 3px;
}
.aside .description2 .more {
	background:url(../images/bg-more.gif) no-repeat 0 50%;
	color:#9e9e9e;
	font:1em/1.3em Helvetica, Arial, sans-serif;
	padding:1px 0 1px 16px;
	display:table;
}
.aside .description2 .more:hover {
	background:url(../images/bg-more-rell.gif) no-repeat 0 50%;
	color:#636363;
	text-decoration:none;
}

.aside .description3 {
	color:#9e9e9e;
	padding:10px 0 0;
}
.aside .description3 ul {
	margin:0 0 6px 0;
	padding:0;
	list-style:none;
	float:none;
}
.aside .description3 ul li {
	font-size:0.95em;
	border-top:none;
	width:174px;
	padding:0 0 0 8px;
	background:url(../images/circle.gif) no-repeat 0 5px;
}
.aside .description3 ul li:hover {
	background:url(../images/circle-rell.gif) no-repeat 0 5px;
}
.aside .description3 .more {
	background:url(../images/bg-more.gif) no-repeat 0 50%;
	color:#9e9e9e;
	font:1em/1.3em Helvetica, Arial, sans-serif;
	padding:1px 0 1px 16px;
	display:table;
}
.aside .description3 .more:hover {
	background:url(../images/bg-more-rell.gif) no-repeat 0 50%;
	color:#636363;
	text-decoration:none;
}

/* blog post */
.blog .post {
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #b5b5b5;
	margin:0 0 8px;
	padding:0 0 4px;
}
.blog .post a{
	color:#000;
}
.location-blog .post {
	border-bottom:0;
}
/* blog entry-title */
.blog .entry-title {
	height:1%;
	overflow:hidden;
	margin:0 0 14px;
}
.location-blog .entry-title {
	margin:0 0 3px;
}
/* blog entry-title h2 */
.blog .entry-title h2 {
	margin:0;
	color:#000;
	font-size:1.2727em;
	line-height:1.2em;
	font-weight:bold;
}
.blog .entry-title h2.title-page {
	font-size:1.8181em;
	font-weight:normal;
	line-height:1.3em;
}

/* blog entry-title box */
.blog .entry-title .box {
	float:right;
	background-color:#b4b4b4;
	padding:2px 3px 1px;
	margin:0 0 0 8px;
	font-size:0.8181em;
	line-height:1em;
	color:#fff;
	text-transform:uppercase;
}
/* blog entry-title date */
.blog .entry-title .date {
	display:block;
	color:#000;
	font-style:normal;
	font-size:0.909em;
	line-height:1.2em;
}
/* blog container */
.blog .container {
	height:1%;
	overflow:hidden;
	margin:0 0 22px;
}
.blog .container.last {
	margin-bottom:0;
}
.blog .container h3 {
	margin:0;
	font-size:1.090em;
	line-height:1.2em;
	color:#4c4c4c;
	font-weight:normal;
}
.blog p {
	margin:0 0 3px;
}
.blog .container p {
	margin:0 0 2px;
}
.blog .container .description {
	height:1%;
	overflow:hidden;
	padding:0 0 0 22px;
}
/* blog post */
.blog .post {
	height:1%;
	overflow:hidden;
	margin:0 0 22px;
}
.blog .post.last {
	margin-bottom:0;
}
.blog .post h3 {
	margin:0 0 4px 0;
	font-size:1em;
	line-height:1.2em;
	color:#4c4c4c;
	font-weight:bold;
}
.blog .post p {
	margin:0 0 4px;
}
.blog .post .description {
	height:1%;
	overflow:hidden;
	padding:0;
}
.blog .post .description.left {
	padding:0 0 0 22px;
}
/* blog actions */
.blog .actions {
	margin:0;
	padding:0;
	/*padding:6px 0 0;*/
	list-style:none;
}
.blog .actions li {
	margin:0 0 6px;
}
.blog .actions li a {
	/*color:#b4b4b4;*/
	color:#7C7C7C;
	font-size:0.727em;
	line-height:1.4em;
	text-transform:uppercase;
	padding:1px 0 1px 20px;
}
.blog .container .actions li a {
	padding:1px 0 1px 14px;
}
.blog .actions li a:hover {
	color:#010101;
	text-decoration:none;
}
.blog a.link {
	background:url(../images/ico-link.gif) no-repeat 0 50%;
}
.blog a.link:hover {
	background:url(../images/ico-link-rell.gif) no-repeat 0 50%;
}
.blog a.download {
	background:url(../images/ico-download.gif) no-repeat 0 50%;
}
.blog a.download:hover {
	background:url(../images/ico-download-rell.gif) no-repeat 0 50%;
}
.blog a.archive {
	background:url(../images/ico-archive.gif) no-repeat 0 50%;
}
/* blog detail */
.blog .detail {
	height:1%;
}
.blog .aligncenter {
	margin-bottom:10px;
	/*margin-bottom:17px;*/
}
.blog .detail:after {
	clear:both;
	content:'';
	display:block;
}
.blog .detail a {
	float:right;
	position:relative;
	/*margin:-19px 0 0;*/
	color:#b4b4b4;
	text-transform:uppercase;
	background:url(../images/ico-detail.gif) no-repeat 0 50%;
	padding:1px 0 1px 12px;
	font-size:0.7272em;
	line-height:1.4em
}
.blog .detail a:hover {
	color:#000;
	background:url(../images/ico-detail-rell.gif) no-repeat 0 50%;
	text-decoration:none;
}
.blog .detail.less a {
	background:url(../images/ico-detail-less.gif) no-repeat 0 50%;
}
.blog .detail.less a:hover {
	background:url(../images/ico-detail-less-rell.gif) no-repeat 0 50%;
}
/* blog meta */
.blog .meta {
	height:1%;
	overflow:hidden;
}
/* blog meta view */
.blog .meta .view {
	text-align:right;
	margin:0 0 3px;
	font-size:0.818em;
	line-height:1.2em;
	text-transform:uppercase;
}
.blog .meta .view a {
	color:#b4b4b4;
}
.blog .meta .view a:hover {
	color:#000;
	text-decoration:none;
}
.blog .meta ul {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
}
.blog .meta ul li {
	float:left;
	margin:0 10px 0 0;
	display:inline;
}
.blog .meta ul li.top {
	float:right;
	margin:10px 6px 0 0;
}
.blog .meta ul li a {
	display:block;
	background:url(../images/ico-print.gif) no-repeat;
	width:14px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.blog .meta ul li a:hover {
	background:url(../images/ico-print-rell.gif) no-repeat;
}
.blog .meta ul li.top a {
	background:url(../images/ico-top.gif) no-repeat;
	width:10px;
	height:14px;
}
.blog .meta ul li.top a:hover {
	background:url(../images/ico-top-rell.gif) no-repeat;
}
.blog .meta ul li.large a {
	background:url(../images/ico-large.gif) no-repeat;
	width:18px;
}
.blog .meta ul li.large a:hover {
	background:url(../images/ico-large-rell.gif) no-repeat;
}
.blog .meta ul li.reduce a {
	background:url(../images/ico-reduce.gif) no-repeat;
	width:18px;
}
.blog .meta ul li.reduce a:hover {
	background:url(../images/ico-reduce-rell.gif) no-repeat;
}
.blog .meta ul li.envoi a {
	background:url(../images/ico-envoi.gif) no-repeat;
	width:23px;
	height:29px;
}
.blog .meta ul li.envoi a:hover {
	background:url(../images/ico-envoi-rell.gif) no-repeat;
}
/* page */
.page ul {
	list-style:none;
	padding:0;
	text-align:center;
}
.testimonials-content .page ul {
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
.testimonials-content .text-holder .page ul {
	position:relative;
	bottom:none;
	right:none;
}
.page ul li {
	display:inline;
	padding:0 2px;
}
.page ul li a.active{
	font-weight:bold;
}
/* blog-contact */
.blog-contact {
	position:relative;
	height:1%;
	overflow:hidden;
	border:1px solid #d2d2d3;
	background-color:#ececec;
	margin:15px 0 22px;
}
.blog-contact img {
	display:block;
}
/* blog-contact description */
.blog-contact .description {
	width:441px;
	overflow:hidden;
	border-top:1px solid #d2d2d3;
	padding:22px 0 23px 34px;
}
.blog .description2 {
	height:1%;
	overflow:hidden;
	padding:19px 0 10px;
}
* html .blog .description2 {
	padding-bottom:15px;
}
.blog-contact .btn-plan,
.blog .description2 .btn-plan {
	float:right;
	color:#fff;
	background-color:#b4b4b4;
	padding:2px 4px 1px;
	font-size:0.8181em;
	line-height:1.2em;
	margin:12px 0 0;
}
.blog .description2 .btn-plan {
	margin:15px 0 0;
}
.blog-contact .visual,
.blog .description2 .visual {
	background:url(../images/bg-blog-visual.gif) no-repeat;
	width:84px;
	height:149px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.blog-contact .address,
.blog .description2 .address {
	float:left;
	width:478px;
	padding:0 0 27px 27px;
	/*padding:0 0 0 27px;*/
}
.blog .description2 .address {
	padding:0;
}
.blog-contact .address .block,
.blog .description2 .address .block {
	float:left;
	width:220px;
}

.blog-contact .address .block.second,
.blog .description2 .address .block.second {
	width:258px;
}

.blog-contact h3,
.blog .description2 h3 {
	margin:0 0 5px !important;
	color:#7c7c7c;
	font-size:1.09em;
	line-height:1.4em;
	background:url(../images/bg-nouse.gif) no-repeat 0 50%;
	padding:13px 0 10px 32px;
	font-weight:normal;
}
.blog .description2 h3 {
	background:url(../images/ico-nous.gif) no-repeat 0 50%;
}
.blog-contact h4,
.blog .description2 h4 {
	margin:0 0 4px;
	color:#7c7c7c;
	font-size:0.909em;
	line-height:1.4em;
}
.blog .description2 h4 {
	padding:0 0 0 33px;
}
.blog-contact address,
.blog .description2 address {
	display:block;
	margin:0 0 5px;
	padding:0 0 0 33px;
	font-style:normal;
	color:#a0a0a0;
	font-size:0.909em;
	line-height:1.4em;
}
.blog-contact address span,
.blog .description2 address span {
	display:block;
}
.blog-contact dl,
.blog .description2 dl {
	margin:0;
	padding:0;
	color:#a0a0a0;
	font-size:0.909em;
	line-height:1.4em;
}
.blog-contact dt,
.blog-contact dd,
.blog .description2 dt,
.blog .description2 dd {
	display:block;
	margin:0;
}
.location-blog h3 {
	margin:0;
	color:#4b4b4b;
	font-size:1.0909em;
	line-height:1.3em;
	font-weight:normal;
}
/* blog meta-contact */
.blog .meta-contact {

}
/* blog meta-contact box */
.blog .meta-contact .box {

}
.blog .meta-contact h3,
.blog .meta-contact h4 {
	margin:0 0 2px;
	color:#7C7C7C;
	font-size:1.0909em;
	line-height:1.2em;
	font-weight:normal;
}
.blog .meta-contact h4 {
	margin:0 0 5px;
	padding:0;
	font-size:0.909em;
	font-weight:bold;
}
.blog .meta-contact img {
	margin:0 8px 0 33px;
}
.blog .meta-contact .more {
	color:#7c7c7c;
	font-size:0.7272em;
	line-height:1.6em;
	text-transform:uppercase;
	padding:0 0 0 16px;
	margin:16px 0 0 0;
	background:url(../images/bg-more.gif) no-repeat 0 50%;
	cursor:pointer;
	display:block;
	overflow:auto;
}
.blog .meta-contact .more:hover {
	color:#636363;
	background:url(../images/bg-more-rell.gif) no-repeat 0 50%;
}
.blog .meta-contact .leadership {
	float:left;
	padding:17px 0 0 0;
}
.blog .meta-contact .leadership a {
	background:url(../images/ico-leadership.gif) no-repeat;
	width:50px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.blog .meta-contact .leadership a:hover {
	background:url(../images/ico-leadership-rell.gif) no-repeat;
}
/* blog columns */
.blog .columns {
	width:482px;
	overflow:hidden;
	padding:15px 0 24px;
}
.blog .columns img {
	/*border:1px solid #b4b4b4;*/
	float:left;
	/*margin:0 4px 0 0;*/
	margin:0 2px 0 0;
}
/* contact-bottom */
.contact-bottom {
	height:1%;
	overflow:hidden;
	padding:28px 0 58px;
}
/* top-btn-holder */
.top-btn-holder {
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #b5b5b5;
	padding:0 5px 28px 0;
}
.top-btn-holder a {
	float:right;
	background:url(../images/ico-top.gif) no-repeat;
	width:10px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.contact-bottom ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.909em;
	line-height:1.6em;
}
.contact-bottom ul a {
	color:#595959;
}
.contact-bottom ul span a,
.contact-bottom ul span {
	color:#000;
}
/* sidebar */
#sidebar {
	float:left;
	width:198px;
	padding:21px 20px 0 23px;
	padding:0 20px 0 23px;
}
/* container */
#container {
	float:left;
	width:719px;
}
/* add-nav */
.add-nav {
	margin:0 0 30px;
	padding:0;
	list-style:none;
	font-size:1.2em;
}
.add-nav li {
	margin:6px 0;
	padding:0;
}
.add-nav li a {
	padding:0;
	color:#4d4d4d;
	display:block;
	text-transform:uppercase;
}
.add-nav li a:hover,
.add-nav li.active a {
	color:#000;
	text-decoration:none;
}
.add-nav li ul {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	font-size:0.89em;
}
.add-nav li ul li {
	list-style:none;
	
}
.add-nav li ul li a {
	text-transform:none;
}
.add-nav a.active {
	font-weight:bold;
	color:#000;
}
/*.add-nav li ul a {
	background:none;
	padding:0;
}*/
/* sidebar select-area */
#sidebar .select-area {
	height:252px;
	margin:0 0 20px;
	background:#fff;
}
#sidebar .select-area h3 {
	margin:0 0 9px;
	background:url(../images/bg-heading.gif) no-repeat 0 50%;
	padding:1px 0 1px 41px;
	color:#464646;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.4em;
}
#sidebar .select-area select {
	width:160px;
}
#sidebar .select-area .selectArea {
	float:none;
	/*margin:0 0 19px;*/
}
#sidebar .select-area .or {
	float:none;
	margin:9px 0;
	font-size:0.8em;
	font-style:italic;
}
/* footer */
#footer {
	background-color:#e7e7e7;
	padding:4px 0 4px;
}
/* footer holder */
#footer .holder {
	width:933px;
	margin:0 auto;
	overflow:hidden;
	color:#808080;
	text-transform:uppercase;
	font-size:0.7272em;
	line-height:1.2em;
}
#footer p {
	float:right;
	margin:0;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer ul li {
	background:url(../images/devider2.gif) no-repeat 0 50%;
	padding:0 5px 0 7px;
	margin:0 7px 0 -7px;
	float:left;
}
#footer ul li a {
	color:#808080;
}
/* matrix-holder */
.matrix-holder {
	/*padding:227px 0 100px;*/
	display:block;
	width:960px;
	position:relative;
	/*overflow:hidden;*/
}
.matrix-holder a.close{
position:absolute;
top:0;
right:0;
display:block;
width:10px;
height:10px;
z-index:1;
background:url(../images/close.gif) no-repeat;
}
/* matrix-holder aside */
.matrix-holder .aside {
	float:left;
	width:162px;
	color:#000;
	padding:0 0 0 13px;
}
.matrix-holder .aside h2 {
	margin:0 0 2px;
	font-size:1.81818em;
	line-height:1.3em;
	font-weight:normal;
}
.matrix-holder .aside h3 {
	margin:0 0 9px;
	font-size:0.90909em;
	line-height:1.2em;
	font-weight:normal;
}
/* matrix-holder aside btn-matrix */
.matrix-holder .aside .btn-matrix {
	display:block;
	background:url(../images/btn-matrix.gif) no-repeat;
	width:29px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
}
/* matrix-content */
.matrix-content {
	float:left;
	width:780px;
}
/* matrix-content heading */
.matrix-content .heading {
	height:1%;
	overflow:hidden;
	position:relative;
}
.matrix-content .heading .offers {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
/* matrix-content heading col1 */
.matrix-content .heading .col11 {
	width:100px;
	height:50px;
	overflow:hidden;
	float:left;
	/*padding:14px 0 10px 126px;*/
	padding:0 0 10px 126px;
	font-size:1.1727em;
	line-height:1.142em;
	background:url(../images/bg-stripe2.gif) no-repeat 100% 0;
}
/* matrix-content heading col2 */
.matrix-content .heading .col12 {
	width:97px;
	height:50px;
	overflow:hidden;
	float:left;
	/*padding:14px 0 10px 38px;*/
	padding:0 0 10px 38px;
	font-size:1.1727em;
	line-height:1.142em;
	background:url(../images/bg-stripe2.gif) no-repeat 100% 0;
}
/* matrix-content heading col3 */
.matrix-content .heading .col13 {
	width:102px;
	height:50px;
	overflow:hidden;
	float:left;
	/*padding:14px 0 10px 39px;*/
	padding:0 0 10px 39px;
	font-size:1.1727em;
	line-height:1.142em;
	background:url(../images/bg-stripe2.gif) no-repeat 100% 0;
}
/* matrix-content heading col4 */
.matrix-content .heading .col14 {
	width:100px;
	height:50px;
	overflow:hidden;
	float:left;
	/*padding:14px 0 10px 36px;*/
	padding:0 0 10px 36px;
	font-size:1.1727em;
	line-height:1.142em;
	background:url(../images/bg-stripe2.gif) no-repeat 100% 0;
}
/* matrix-content heading col5 */
.matrix-content .heading .col15 {
	width:90px;
	height:50px;
	overflow:hidden;
	float:left;
	/*padding:14px 0 10px 35px;*/
	padding:0 0 10px 35px;
	font-size:1.1727em;
	line-height:1.142em;
}
.matrix-content .heading a.tab {
	color:#4b4b4b;
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	overflow:auto;
	display:block;
}
.matrix-content .heading a.tab.item7 {
	color:#00305A;
}
.matrix-content .heading .active a.tab.item7 {
	color:#00305A;
	background:url(../images/arrow-rell-1.gif) no-repeat 0 50%;
}
.matrix-content .heading a.tab.item8 {
	color:#76346B;
}
.matrix-content .heading .active a.tab.item8 {
	color:#76346B;
	background:url(../images/arrow-rell-2.gif) no-repeat 0 50%;
}
.matrix-content .heading a.tab.item9 {
	color:#FF7000;
}
.matrix-content .heading .active a.tab.item9 {
	color:#FF7000;
	background:url(../images/arrow-rell-4.gif) no-repeat 0 50%;
}
.matrix-content .heading a.tab.item10 {
	color:#8D9400;
}
.matrix-content .heading .active a.tab.item10 {
	color:#8D9400;
	background:url(../images/arrow-rell-3.gif) no-repeat 0 50%;	
}
.matrix-content .heading a.tab.item11 {
	color:#007D94;
}
.matrix-content .heading .active a.tab.item11 {
	color:#007D94;
	background:url(../images/arrow-rell-5.gif) no-repeat 0 50%;
}

.matrix-content .row {
	height:1%;
}
.matrix-content .row:after {
	clear:both;
	content:'';
	display:block;
}
.matrix-content .row div {
	padding:10px 0 5px;
}
.matrix-content .row .hidden-col {
	float:left;
	padding:0 !important;
}
.matrix-content .open-row .hidden-col {
	display:none;
}
/* matrix-content row col1 */
.matrix-content .row .col1 {
	float:left;
	width:125px;
	border-bottom:1px solid #dadada;
	padding:4px 0;
}
.matrix-content .row.last .col1 {
	border:none;
}
.matrix-content .row .col1 a {
	color:#4d4d4d;
	font-size:1.2727em;
	line-height:1.3em;
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
	display:block;
}
.matrix-content .row .col1 a.active {
	background:url(../images/arrow-rell-1.gif) no-repeat 0 50%;
}
/* matrix-content row col2 */
.matrix-content .row .col2 {
	float:left;
	width:75px;
	padding-left:26px;
}
/* matrix-content row col3 */
.matrix-content .row .col3 {
	float:left;
	width:68px;
	padding-left:67px;
}
/* matrix-content row col4 */
.matrix-content .row .col4 {
	float:left;
	width:81px;
	padding-left:59px;
}
/* matrix-content row col5 */
.matrix-content .row .col5 {
	float:left;
	width:75px;
	padding-left:61px;
}
/* matrix-content row col6 */
.matrix-content .row .col6 {
	float:left;
	width:80px;
	padding-left:58px;
}
.matrix-content .circle:hover,
.matrix-content .circle.hover {
	position:relative;
}
/* matrix-content row circle */
.matrix-content .row .circle  {
	width:9px;
	padding:0;
}
.matrix-content .circle a {
	display:block;
	background:url(../images/ico-circle.gif) no-repeat;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
}
.matrix-content .circle a:hover {
	background-position:0 -9px;
}
.matrix-content .circle.small a {
	background:url(../images/ico-circle-small.gif) no-repeat;
}
.matrix-content .circle.small a:hover {
	background:url(../images/ico-circle-small.gif) no-repeat 0 -9px;
}
/* matrix-content circle popup */
.circle .popup {
	position:absolute;
	left:-25px;
	bottom:4px;
	text-indent:0;
	width:154px;
	display:none;
	z-index:999;
	padding:0 0 0 4px;
}
.col6 .circle .popup {
	left:-140px;
}
.circle:hover .popup,
.hover .popup {
	display:block;
}
/* matrix-content circle popup holder */
.circle .popup .holder {
	width:154px;
	display:block;
	border:1px solid #adadad;
	color:#4c4c4c;
	font-size:0.9090em;
	line-height:1.2em;
	padding:6px 5px 4px 9px;
	margin:0 0 4px;
	position:static;
	background-color:#fff;
}
.circle .popup span {
	display:block;
	margin:0 0 3px;
	position:relative;
	color:#000;
}
.circle .popup a {
	font-size:0.8em;
	color:#000;
	position:static;
	text-indent:0;
	display:inline;
	background:none;
	background:none !important;
}
.circle .popup a:hover {
	text-decoration:underline;
	background:none !important;
}
/* matrix-content bottom */
.matrix-content .bottom {
	height:1%;
	font-size:0.9em;
	line-height:1.222em;
	padding:38px 0 0;
}
.matrix-content .bottom:after{
	content:"";
	clear:both;
	display:block;
}
.matrix-content .bottom a {
	color:#4b4b4b;
}
.matrix-content .bottom a:hover,
.matrix-content .bottom a.active {
	color:#00305A;
	text-decoration:none;
}
.matrix-content .bottom a.item8:hover,
.matrix-content .bottom a.item8.active {
	color:#76346B;
}
.matrix-content .bottom a.item9:hover,
.matrix-content .bottom a.item9.active {
	color:#FF7000;
}
.matrix-content .bottom a.item10:hover,
.matrix-content .bottom a.item10.active {
	color:#8D9400;
}
.matrix-content .bottom a.item11:hover,
.matrix-content .bottom a.item11.active {
	color:#007D94;
}
.matrix-content .bottom div {
	float:left;
}
/* matrix-content bottom col1 */
.matrix-content .bottom .col1 {
	width:101px;
	margin-left:138px;
	display:inline;
}
/* matrix-content bottom col2 */
.matrix-content .bottom .col2 {
	width:92px;
	margin-left:38px;
	display:inline;
}
/* matrix-content bottom col3 */
.matrix-content .bottom .col3 {
	width:90px;
	margin-left:43px;
	display:inline;
}
/* matrix-content bottom col4 */
.matrix-content .bottom .col4 {
	width:88px;
	margin-left:48px;
	display:inline;
}
/* matrix-content bottom col5 */
.matrix-content .bottom .col5 {
	width:92px;
	margin-left:46px;
	display:inline;
}
/* matrix-content description */
.matrix-content .description {
	background:url(../images/bg-description.gif) no-repeat;
	width:757px;
	padding:7px 0 28px 12px !important;
	clear:both;
	overflow:hidden;
	font-size:0.90909em;
	line-height:1.2em;
	color:#4c4c4c;
	margin:6px 0 0;
}


.matrix-content .description div {
	padding:0;
}
/* matrix-content row description */
.matrix-content .row .description {
	position:relative;
	margin:-2px 0 0;
	float:left;
	padding:12px 0 21px 12px !important;
}
.matrix-content .open-row .description {
	display:block;
}
/* matrix-content description column1 */
.matrix-content .description .column1 {
	float:left;
	width:202px;
	padding-right:10px;
}
/* matrix-content description column2 */
.matrix-content .description .column2 {
	float:left;
	width:154px;
	padding:0 10px;
}
/* matrix-content description column3 */
.matrix-content .description .column3 {
	float:left;
	width:154px;
	padding:0 10px;
}
/* matrix-content description column4 */
.matrix-content .description .column4 {
	float:left;
	width:177px;
	padding:0 10px;
}
.matrix-content .description h4 {
	margin:0 0 4px;
	font-size:1.2em;
	line-height:1.2em;
	color:#671f5b;
	font-weight:normal;
}
.matrix-content .description h4 {
	margin:0 0 4px;
	font-size:1.2em;
	line-height:1.2em;
	color:#671f5b;
	font-weight:normal;
}

.matrix-content #offre-7 h4,
.matrix-content #offre-7 a:hover{color:#00305A !important;}
.matrix-content #offre-8 h4,
.matrix-content #offre-8 a:hover{color:#76346B !important;}
.matrix-content #offre-9 h4,
.matrix-content #offre-9 a:hover{color:#FF7000 !important;}
.matrix-content #offre-10 h4,
.matrix-content #offre-10 a:hover{color:#8D9400 !important;}
.matrix-content #offre-11 h4,
.matrix-content #offre-11 a:hover{color:#007D94 !important;}

.matrix-content .row .description h4 {
	color:#9C0534;
}
.matrix-content .row .description a.all {
	color:#9C0534;
}
.matrix-content .description ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.6em;
}
.matrix-content .description ul a {
	color:#4c4c4c !important;
	padding:0 !important;
	background:none !important;
}
.matrix-content .description ul a:hover {
	/*color:#671f5b !important;*/
	text-decoration:none !important;
	padding:0 !important;
	background:none !important;
}

.matrix-content .description ul a.offre7,
.matrix-content #offre-7 a.all {
	color:#00305A !important;
}
.matrix-content .description ul a.offre8,
.matrix-content #offre-8 a.all {
	color:#76346B !important;
}
.matrix-content .description ul a.offre9,
.matrix-content #offre-9 a.all {
	color:#FF7000 !important;
}
.matrix-content .description ul a.offre10,
.matrix-content #offre-10 a.all {
	color:#8D9400 !important;
}
.matrix-content .description ul a.offre11,
.matrix-content #offre-11 a.all {
	color:#007D94 !important;
}

.matrix-content .description .column4 ul a:hover {
	color:#000;
}
.matrix-content .description p {
	margin:0;
}
.matrix-content .description a.all {
	position:absolute;
	bottom:4px;
	color:#000;
	text-align:right;
}
.matrix-content .description .column1 a.all {
	width:202px;
}
.matrix-content .description .column2 a.all {
	width:154px;
}
.matrix-content .description .column3 a.all {
	width:154px;
}
.matrix-content .description .column4 a.all {
	width:177px;
}

/* leadership-holder */
.leadership-holder {
	padding:230px 0 0 9px;
	height:1%;
	overflow:hidden;
}
.leadership-holder h2 {
	margin:0 0 17px;
	color:#000;
	font-weight:normal;
	font-size:1.8181em;
	line-height:1.4em;
}
/* leadership-content */
.leadership-content {
	height:1%;
	overflow:hidden;
	/*background:url(../images/bg-stripe.gif) repeat-y;*/
	padding:15px 0 0;
	clear:both;
}
/* leadership-content section */
.leadership-content .section {
	margin:0;
	padding:3px 0 0 0;
	margin:0 0 0 20px;
	list-style:none;
	float:left;
	width:238px;
}
.leadership-content .section.first {
	margin:0;
	border-right:1px solid #B4B4B4;
}
.leadership-content .section.last {
	border-right:none;
}
.leadership-content .section li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 16px;
}
.leadership-content .section h3,
.leadership-content .section h4 {
	margin:0 0 2px;
	color:#303030;
	font-size:1.0909em;
	line-height:1.2em;
	font-weight:normal;
}
.leadership-content .section h4 {
	margin:0 0 5px;
	font-size:1em;
}
.leadership-content .section .more {
	color:#7c7c7c;
	font-size:0.7272em;
	line-height:1.6em;
	text-transform:uppercase;
	padding:0 0 0 16px;
	background:url(../images/bg-more.gif) no-repeat 0 50%;
	cursor:pointer;
	display:block;
}
.leadership-content .section .more:hover {
	color:#636363;
	background:url(../images/bg-more-rell.gif) no-repeat 0 50%;
}
/* leadership-content aside */
.leadership-content .aside {
	float:left;
	width:182px;
	margin:0 0 0 -8px;
	display:inline;
}
/* leadership-content aside block */
.leadership-content .aside .block {
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.leadership-content .aside h3 {
	margin:0 0 7px;
	font-weight:normal;
}
.leadership-content .aside h3 a {
	display:block;
	color:#7c7c7c;
	padding:11px 0 11px 35px;
	font:1.0909em/1.2em Helvetica, Arial, sans-serif;
}
.leadership-content .aside h3 a em {
	display:block;
	color:#9e9e9e;
	font-size:0.75em;
	line-height:1.2em;
	font-style:normal;
}
.leadership-content .aside h3 a:hover {
	text-decoration:none;
}
.leadership-content .aside h3 a.nous {
	background:url(../images/ico-nous.gif) no-repeat 0 50%;
}
.leadership-content .aside h3 a.nous:hover {
	background:url(../images/ico-nous-rell.gif) no-repeat 0 50%;
}
.leadership-content .aside h3 a.glance {
	background:url(../images/ico-glance.gif) no-repeat 0 50%;
}
.leadership-content .aside h3 a.glance:hover {
	background:url(../images/ico-glance-rell.gif) no-repeat 0 50%;
}
.leadership-content .aside ul {
	margin:0;
	padding:0 0 10px 34px;
	list-style:none;
	border-bottom:1px solid #b5b5b5;
}
.leadership-content .aside ul li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	border-top:1px solid #b4b4b4;
	padding:10px 0 5px;
	color:#a0a0a0;
	font-size:0.909em;
	line-height:1.4em;
}
.leadership-content .aside ul li:first-child {
	border:none;
	padding-top:0;
}
.leadership-content .aside h4 {
	margin:0 0 4px;
	color:#7d7d7d;
	font-weight:normal;
	font-size:1em;
	line-height:1.3em;
}
/* leadership-content aside address */
.leadership-content .aside address {
	display:block;
	padding:0;
	margin:0;
	font-style:normal;
}
.leadership-content .aside address span {
	display:block;
}
.leadership-content a.leadership {
	text-indent:-999px;
	overflow:hidden;
	display:block;
	height:1px;
	line-height:1px;
}
/* case-holder */
.case-holder {
	/*padding:221px 0 0;*/
	width:100%;
	overflow:hidden;
}
/* case-gallery */
.case-gallery {
	display:block;
	width:699px;
	height:233px;
	position:relative;
}
.case-gallery .case-hover {
	display:block;
	background:#fff;
	width:699px;
	height:233px;
	top:0;
	left:0;
	position:absolute;
	z-index:2;
}
.case-gallery .case-hover img {
	margin:100px 0 0 343px;
}
.case-gallery img {
	display:block;
}
/* case-gallery matrix-btn */
.matrix-btn {
	/*height:1%;
	overflow:hidden;
	padding:15px 37px 0 0;*/
	position:absolute;
	right:30px;
	top:230px;
}
.matrix-btn a {
	background:url(../images/ico-matrix2.gif) no-repeat 0 50%;
	padding:3px 0 3px 26px;
	font-size:0.909em;
	line-height:1.4em;
	color:#000;
	text-transform:uppercase;
}
/* case-content */
.case-content {
	/*float:left;*/
	width:478px;
	/*width:476px;
	padding:0 40px 0 0;*/
	position:relative;
	/*margin:-5px 0 0;*/
	margin-bottom:22px;
	display:block;
	border-bottom:1px solid #B5B5B5;
}
/* case-content section */
.case-content a {
	color:#000;
}
.case-content .section {
	height:1%;
	overflow:hidden;
	/*margin:0 0 50px;*/
}
.case-content .section h2 {
	margin:0 0 8px 0;
	font-weight:bold;
	color:#000;
	font-size:1.272em;
	line-height:1.5em;
}
.case-content .section h3 {
	margin:0 0 3px;
	color:#000; /*4b4b4b*/
	font-size:1.09em;
	line-height:1.3em;
	font-weight:bold;
}
.case-content .section p {
	/*margin:0 0 5px*/
	margin:0 0 12px;
}
.case-content .section p.presentation {
	font-size:1.2em;
}
.case-content .section ul {
	margin:0 0 9px;
	padding:0;
	list-style:none;
	line-height:1.2em;
}
.case-content .section ul ul {
	/*margin:0;*/
	margin:0 0 9px 9px;
}
.case-content .section ul li {
	text-indent:7px;
	background:url(../images/bull.gif) no-repeat 0 6px;
	margin:0 0 5px;
}
.case-content .section ul ul li {
	background:url(../images/bull2.gif) no-repeat 0 6px;
	margin:0;
}
/* case-content section buttons */
.case-content .section .buttons {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.case-content .section .buttons li {
	float:left;
	display:inline;
	margin:0 1px 0 0;
	background:none;
	text-indent:0;
}

.case-content .buttons li a {
	float:left;
	background-color:#cacaca;
	color:#888;
	padding:2px 4px 1px;
	font-size:0.818em;
	line-height:1.3em;
}
.case-content .buttons li a.item7-active {
	background-color:#00305a;
	color:#fff;
}
.case-content .buttons li a.item8-active {
	background-color:#76346b;
	color:#fff;
}
.case-content .buttons li a.item9-active {
	background-color:#ff7000;
	color:#fff;
}
.case-content .buttons li a.item10-active {
	background-color:#8d9400;
	color:#fff;
}
.case-content .buttons li a.item11-active {
	background-color:#007d94;
	color:#fff;
}

/*.case-content .buttons li a {
	float:left;
	background-color:#cacaca;
	color:#888;
	padding:2px 4px 1px;
	font-size:0.818em;
	line-height:1.3em;
}
.case-content .buttons li a:hover{
	text-decoration:none;
}
.case-content .buttons li a.item7:hover,
.case-content .buttons li a.item7-active {
	background-color:#00305a;
	color:#fff;
	text-decoration:none;
}
.case-content .buttons li a.item8:hover,
.case-content .buttons li a.item8-active {
	background-color:#76346b;
	color:#fff;
	text-decoration:none;
}
.case-content .buttons li a.item9:hover,
.case-content .buttons li a.item9-active {
	background-color:#ff7000;
	color:#fff;
	text-decoration:none;
}
.case-content .buttons li a.item10:hover,
.case-content .buttons li a.item10-active {
	background-color:#8d9400;
	color:#fff;
	text-decoration:none;
}
.case-content .buttons li a.item11:hover,
.case-content .buttons li a.item11-active {
	background-color:#007d94;
	color:#fff;
	text-decoration:none;
}*/
/* case-content resume */
.case-content .resume {
	/*height:1%;
	overflow:hidden;
	margin:0 0 64px;*/
}
.case-content .resume h2 {
	margin:0 0 16px;
	font-size:1.272em;
	line-height:1.3em;
	color:#000;
	font-weight:normal;
}
.case-content .detail a {
	float:right;
	position:relative;
	/*margin:-19px 0 0;*/
	color:#b4b4b4;
	text-transform:uppercase;
	background:url(../images/ico-detail.gif) no-repeat 0 50%;
	padding:1px 0 1px 12px;
	font-size:0.7272em;
	line-height:1.4em
}
.case-content .detail a:hover {
	color:#000;
	background:url(../images/ico-detail-rell.gif) no-repeat 0 50%;
	text-decoration:none;
}
.case-content .detail.less a {
	background:url(../images/ico-detail-less.gif) no-repeat 0 50%;
}
.case-content .detail.less a:hover {
	background:url(../images/ico-detail-less-rell.gif) no-repeat 0 50%;
}
.case-content a.testimony {
	background:url(../images/ico-suivant.gif) no-repeat;
	color:#9E9E9E;
	font-size:11px;
	padding:8px 0 0 23px;
	margin:0;
}
.case-content a.testimony:hover {
	background:url(../images/ico-suivant-active.gif) no-repeat;
	text-decoration:none;
}
.case-content a.vcard {
	color:#7c7c7c;
	font-size:0.7272em;
	line-height:1.6em;
	text-transform:uppercase;
	padding:0 0 0 20px;
	background:url(../images/bg-vcard.gif) no-repeat 0 50%;
	cursor:pointer;
	display:block;
	margin-bottom:5px;
}
.case-content a.vcard:hover {
	color:#636363;
	background:url(../images/bg-vcard-rell.gif) no-repeat 0 50%;
}
/* case-content resume info */
.case-content .resume .info {
	/*height:1%;
	overflow:hidden;
	margin:0 0 17px;*/
}
.case-content .resume .info img {
	float:left;
	margin:0 0 17px 0;
}
.case-content .resume .info div {
	/*height:1%;
	overflow:hidden;*/
	padding:126px 0 0 16px;
	overflow:hidden;
}
.case-content .resume .info h3,
.case-content .resume .info h4 {
	margin:0;
	font-size:1.09em;
	line-height:1.3em;
	color:#333;
	font-weight:normal;
}
.case-content .resume .info h4 {
	font-size:1.09em;
	color:#4c4c4c;
}
.case-content .resume p {
	margin:0 0 4px;
}
.case-content .resume h3 {
	margin:0 0 2px;
	font-weight:normal;
	font-size:1.09em;
	line-height:1.2em;
}
/* case-content contact-bottom */
.case-content .contact-bottom {
	border-top:1px solid #b5b5b5;
	padding:16px 0 41px;
}
.case-content .contact-bottom2 ul a {
	font:1em Helvetica, Arial, sans-serif;
}
.add-nav2 {
	float:right;
	width:251px;
	padding:14px 8px 0 0;
}
/* add-nav2 list */
.add-nav2 ul {
	margin:0 -6px 4px 0;
	position:relative;
	padding:0;
	list-style:none;
	text-align:right;
}
.add-nav2 ul li {
	display:inline;
	background:url(../images/devider3.gif) no-repeat 0 2px;
	padding:0 3px 8px 6px;
	font-size:0.8181em;
}
* html .add-nav2 ul li {
	padding:0 5px 8px 7px;
}
* +html .add-nav2 ul li {
	padding:0 5px 8px 7px;
}
.add-nav2 ul li:first-child {
	padding-left:0;
	background:none;
}
.add-nav2 ul a {
	color:#fff;
}
.add-nav2 .holder {
	width:260px;
	position:absolute;
	right:9999px;
	top:20px;
	background-color:#fff;
	font-size:1.5em;
	text-align:left;
}
.add-nav2 .holder.loca {
	width:280px;
}
.add-nav2 li:hover .holder,
.add-nav2 li.hover .holder {
	right:4px;
}
/* add-nav2 location */
.add-nav2 .location {
	padding:8px 0 8px 13px;
	height:1%;
	overflow:hidden;
}
.add-nav2 .location ul {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	position:static;
	text-align:left;
}
.add-nav2 .location ul li {
	background:url(../images/devider4.gif) no-repeat 0 50%;
	padding:0 5px 0 7px;
	margin:0 7px 0 -7px;
	float:left;
}
.add-nav2 .location ul a {
	color:#7a7b7d;
	font-size:0.8181em;
}
.add-nav2 .location ul a:hover,
.add-nav2 .location ul li.active a {
	color:#000;
	text-decoration:none;
}
/* add-nav2 search */
.add-nav2 .search {
	padding:5px 13px;
	height:1%;
	overflow:hidden;
}
* html .add-nav2 .search {
	padding:4px 13px 3px;
}
* +html .add-nav2 .search {
	padding:4px 13px 3px;
}
.add-nav2 .search input {
	border:0 none;
	display:block;
	padding:2px 5px;
	width:215px;
	margin:0;
	line-height:1.2em;
}
/* add-nav2 worldwide */
.add-nav2 .worldwide {
	padding:9px 8px 19px 19px;
	font-size:0.818em;
	line-height:1.2em;
	height:1%;
	overflow:hidden;
}
.add-nav2 .worldwide ul {
	float:left;
	margin:0;
	padding:10px 0 5px;
	list-style:none;
	text-align:left;
	position:static;
	width:86px;
	border-right:1px solid #cdcdcd;
}
.add-nav2 .worldwide ul li  {
	float:none;
	margin:0 0 2px;
	padding:0;
	display:block;
	background:none;
}
.add-nav2 .worldwide ul a  {
	color:#818181;
	text-transform:uppercase;
}
.add-nav2 .worldwide ul a:hover,
.add-nav2 .worldwide ul li.active a {
	color:#303030;
	text-decoration:none;
}
/* add-nav2 worldwide description */
.add-nav2 .worldwide .description {
	height:1%;
	overflow:hidden;
	padding:10px 3px 5px 13px;
}
.add-nav2 .worldwide .title {
	border-bottom:1px solid #cdcdcd;
	padding:0 0 3px;
	margin:0 0 4px;
	display:block;
	font-weight:normal;
	color:#4c4c4c;
	font-size:0.818em;
}
.add-nav2 .worldwide dl {
	margin:0;
	padding:0;
	color:#808080;
	font-size:0.818em;
}
.add-nav2 .worldwide dl a {
	color:#808080;
}
.add-nav2 .worldwide dt {
	display:block;
}
.add-nav2 .worldwide dd {
	margin:0 0 4px;
}
.add-nav2 .worldwide dt.space {
	height:4px;
	overflow:hidden;
}

#main{
display:table;
width:960px;
}
#main.tc{
	background:url(../images/bg-main-topcontent.gif) no-repeat top center;
}

.hide,
#hide{
	display:none;
}

.case-holder-open{
position:absolute;
top:220px;
width:100%;
height:16px;
background:#e1e1e1;
}
.case-holder-open div{
position:absolute;
width:960px;
height:16px;
margin:0 0 0 -480px;
top:0;
left:50%;
text-align:right;
}
.case-holder-open div a{
float:right;
padding-right:70px;
margin-right:35px;
line-height:16px;
color:#999;
background:url(../images/coverflow-view.gif) no-repeat top right;
}





/*****************************/





/* careers */
.careers {
	background:url(../images/bg-careers.jpg) no-repeat 50% 0;
}
/* careers wrapper */
.careers #wrapper{
	padding-bottom:121px;
	margin-bottom:20px;
	padding-top:122px;
}
.careers #wrapper.grid{
	background:url(../images/bg-grid.png) no-repeat;
}
/* careers header */
.careers #header{
	position:absolute;
	top:0;
	left:50%;
	height:122px;
	z-index:250;
	width:960px;
	margin-left:-480px;
}
/* careers menu */
.careers .accuracy{
	position:absolute;
	top:0px;
	left:191px;
	background:url(../images/accuracy.png) no-repeat;
	width:21px;
	height:122px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	z-index:252;
}
.careers .menu-opener{
	position:absolute;
	top:10px;
	left:202px;
	background:url(../images/btn-menu.png) no-repeat;
	width:32px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	z-index:252;
	display:none;
}
.careers .menu{
	width:742px;
	height:102px;
	padding:19px 5px 1px 21px;
	font-size:11px;
	background:#fff;
	display:none;
	float:right;
	position:relative;
	z-index:253;
	/*overflow:hidden;*/
}
.careers .menu:after{
	display:block;
	clear:both;
	content:"";
}
.careers .menu a{
	color:#9f9f9f;
}
.careers .menu a:hover{
	color:#000;
	text-decoration:none;
}
.careers .menu .menu-holder{
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
}
.careers .menu .column{
	float:left;
	margin:0 27px 0 0;
}
.careers .menu .column ul{
	list-style:none;
	margin:0;
	padding:0;
}
.careers .menu .column ul li{
	margin-bottom:4px;
}
.careers .menu .column h3{
	text-transform:uppercase;
	border-bottom:1px solid #cacaca;
	margin:0 0 3px;
	padding-bottom:2px;
	color:#555;
}
.careers .menu .add-links{
	list-style:none;
	margin:0;
	padding:0 90px 4px 0;
	float:right;
	line-height:15px;
	position:absolute;
	top:102px;
	right:0px;
}
.careers .menu .add-links li{
	float:left;
	background:url(../images/divider.gif) no-repeat 0 4px;
	padding:0 7px 0 8px;
	position:relative;
	height:15px;
}
.careers .menu .add-links li:first-child{background:none;}
.careers .menu .search-form{
	position:absolute;
	top:4px;
	left:2px;
	display:none;
	padding-top:17px;
	background:url(../images/none.gif) no-repeat;
	float:left;
}
.careers .menu .search-form fieldset{ float:left;}
.careers .menu .search-form .text{
	border:0;
	background:#fff;
	padding:7px 5px;
	margin:0;
	width:185px;
	position:relative;
}
.careers .menu .add-links .search-link:hover .search-form,
.careers .menu .add-links .search-link.hover .search-form{display:block;}
.careers .menu .search-form .submit{
	position:absolute;
	top:-9999px;
}
/* careers content */
.careers .line1,
.careers .line2{
	overflow:hidden;
	height:1%;
	padding:0 1px 1px;
	margin:0;
	list-style:none;
}
.careers .line1{padding-left:192px;}
.career-box{
	float:left;
	width:190px;
	height:120px;
	position:relative;
	background:url(../images/bg-career-box.png);
	margin-right:192px;
	display:inline;
}
.line2 .last-column{
	margin:0;
	width:194px;
}
.career-box h2{
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	bottom:8px;
	right:12px;
	margin:0;
}
.career-box h2 a{color:#fff;}
.career-box .dropdown{
	list-style:none;
	margin:0;
	position:absolute;
	top:-1px;
	left:-1px;
	background:#fff;
	width:170px;
	height:106px;
	padding:8px 11px;
	text-align:right;
	display:none;
}
.line2 .last-column .dropdown{width:174px;}
.career-box .dropdown li{margin-bottom:5px;}
.career-box .dropdown a{color:#9f9f9f;}
.career-box .dropdown a:hover{
	color:#000;
	text-decoration:none;
}
.career-box .dropdown .title{
	text-transform:uppercase;
	font-size:12px;
}
.career-box .dropdown .title a{color:#555454;}
.career-box .dropdown .title a:hover{color:#555454;}
.career-box:hover .dropdown,
.career-box.hover .dropdown{display:block;}
/* testimonials-page content */
.testimonials-page #wrapper,
.steps-page #wrapper{
	background:none !important;
}
.testimonials-holder{
	width:728px;
	margin:54px auto 0 auto;
	overflow:hidden;
}
.testimonials-page #main,
.steps-page #main{
	/*padding:54px 0 0;*/
}
.testimonials-holder .testimonials{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.testimonials li{
	float:left;
	margin:0 1px 1px 0;
	position:relative;
	width:90px;
	background:#000;
}
.testimonials img{ vertical-align:top;}
.testimonials .popup-content{ display:none;}
.testimonials li a{
	display:block;
	text-decoration:none;
	color:#fff;
	height:1%;
}
#testimonials-popup{
	position:absolute;
	top:0;
	left:0;
	margin:-15px 0 0 -15px;
	display:none;
	width:120px;
	height:120px;
	overflow:hidden;
	z-index:10;
	background:#cacaca;
	text-align:right;
	font-size:1.2em;
	cursor:pointer;
}
#testimonials-popup div.close{
	width:100px;
	height:104px;
	color:#474747;
	padding:6px 10px 10px;
	position:relative;
}
#testimonials-popup span{
	font-size:10px;
}
#testimonials-popup p{
	margin:0;
}
#testimonials-popup .holder{
	padding:0 0 18px 0;
}
.testimonials-holder .sub-nav{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-size:11px;
	font-weight:bold;
}
.sub-nav li{
	float:left;
	text-align:center;
	margin:0 1px 0 0;
}
.sub-nav a{
	color:#9f9f9f;
	display:block;
	width:181px;
	padding:3px 0 4px;
	background:url(../images/bg-add-nav-testimonie.png);
}
.sub-nav li a:hover,
.sub-nav li a.active{
	text-decoration:none;
	color:#6f6f6f;
	background:#fff;
}
/*testimonials-content */
#main .testimonials-content{
	width:656px;
	margin:54px auto 0 auto;
	background:#fff;
	overflow:hidden;
	position:relative;
	height:384px;
}
/*#main .testimonials-content.classic-content{
	height:auto;
}*/
.testimonials-content .tabs-nav{
	overflow:hidden;
	width:395px;
	bottom:8px;
	right:20px;
	position:absolute;
	z-index:10;
	margin:0;
	padding:0;
	list-style:none;
}
.testimonials-content .tabs-nav a{
	font-size:12px;
}
.testimonials-content .tabs-nav a:hover{
	color:#333;
}
.testimonials-content .tabs-nav .btn-prev{float:left;}
.testimonials-content .tabs-nav .btn-next{float:right;}

.testimonials-content .aside{
	width:202px;
	height:364px;
	float:left;
	background:url(../images/img17.jpg) no-repeat;
	position:relative;
	padding:10px;
}
.testimonials-content .aside img{
	vertical-align:top;
}
.testimonials-content .testimonials-nav{
	margin:0 0 -1px;
	padding:0;
	list-style:none;
	font-weight:bold;
	position:absolute;
	bottom:0;
	left:0;
	width:222px;
}
.testimonials-nav li{
	margin:0 0 1px;
	padding:0;
	height:1%;
}
.testimonials-nav li span{
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 0 12px;
}
.careers .testimonials-nav li span{
	background: none;
}
.testimonials-nav li a:hover span,
.testimonials-nav li a.active span{
	background:url(../images/bullet-hover.gif) no-repeat 0 4px;
}
.testimonials-nav li a{
	background:url(../images/bg-testimonie-nav.png);
	display:block;
	color:#fff;
	padding:2px 5px 3px 13px;
	height:1%;
}
.testimonials-nav li a:hover,
.testimonials-nav li a.active{
	text-decoration:none;
	background:url(../images/bg-testimonie-nav-hover.png);
	color:#4c4c4b;
}
.testimonials-content .content{
	width:395px;
	float:left;
	padding:18px 10px 10px 21px;
	position:relative;
}
.testimonials-content .content .content-holder{
	width:320px;
	float:left;
	overflow:hidden;
	position:relative;
}
.testimonials-content .content .content-holder .testimonials-el{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	z-index:1;
}
.testimonials-content .content .content-holder .active-tab{
	position:relative;
	z-index:2;
}
.testimonials-content .text-holder{
	border-bottom:1px solid #b4b4b4;
	margin:0 0 6px;
	width:100%;
	overflow:hidden;
}
.testimonials-content .content h2{
	margin:0;
	font-size:1.27em;
	font-weight:normal;
}
.testimonials-content .content span{
	display:block;
}
.testimonials-content .content h3{
	margin:14px 0;
	font-size:1.27em;
	font-weight:normal;
}
.testimonials-content .content p{
	margin:0 0 8px;
	text-align:justify;
}
.content-holder .title{margin-bottom:14px;}
.testimonials-content .content h4{
	margin:0;
	font-size:1.09em;
	font-weight:normal;
}
.testimonials-content .content ul{
	/*margin:0;
	list-style:none;*/
	margin:0 0 8px 16px;
	padding:0;
	/*width:100%;
	overflow:hidden;*/
}
.testimonials-content .content ul li{
	margin:0 0 2px;
}
.testimonials-content .content a{
	color:#4c4b4b;
}
.testimonials-content .content .retour{
	background:url(../images/ico-grid.gif) no-repeat 100% 0;
	padding:16px 0 0;
	right:14px;
	top:20px;
	color:#9e9e9e;
	font-size:9px;
	position:absolute;
	text-align:right;
}
.testimonials-content .content .suivant{
	background:url(../images/ico-suivant.gif) no-repeat 100% 0;
	padding:22px 0 0;
	right:14px;
	top:192px;
	color:#9e9e9e;
	font-size:9px;
	position:absolute;
}
.testimonials-content .content .precedent{
	background:url(../images/ico-suivant.gif) no-repeat 100% 0;
	padding:22px 0 0;
	right:14px;
	top:152px;
	color:#9e9e9e;
	font-size:9px;
	position:absolute;
}
/* testimonials-content-video */
.testimonials-content .video-holder{
	width:320px;
	height:240px;
	background:#4d4c4c;
}
.testimonials-content .content .retour:hover{
	background:url(../images/ico-grid-active.gif) no-repeat 100% 0;
	color:#333;
	text-decoration:none;
}
.testimonials-content .content .precedent:hover{
	background:url(../images/ico-suivant-active.gif) no-repeat 100% 0;
	color:#333;
	text-decoration:none;
}
.testimonials-content .content .suivant:hover{
	background:url(../images/ico-suivant-active.gif) no-repeat 100% 0;
	color:#333;
	text-decoration:none;
}
/* testimonials-content-classic */
.classic-content .aside{
	float:right;
}
.classic-content .content{
	float:left;
}
.classic-content .classic-holder{
	border-bottom:1px solid #b4b4b4;
	width:392px;
	height:312px;
	margin:0 0 6px;
	position:relative;
	overflow:hidden;
}
.classic-content .classic-holder .home{
	position:absolute;
	top:-2px;
	right:0;
	color:#9e9e9e;
	font-size:9px;
	background:url(../images/ico-home.gif) no-repeat 100% 0;
	padding:34px 0 0 32px;
}
.classic-content .classic-holder .home:hover{
	color:#636363;
	background:url(../images/ico-home-rell.gif) no-repeat 100% 0;
}
.classic-content .classic-holder h2{
	margin:0 0 6px;
	font-size:16px;
	color:#000;
}
.classic-content .classic-holder h2.bold{
	font-weight:bold;
}
.classic-content .links{
	overflow:hidden;
	width:100%;
	padding:10px 0 0;
}
.classic-content .links a{
	float:left;
	margin:0 10px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.classic-content .links .print{
	background:url(../images/ico-print.gif) no-repeat;
	width:14px;
	height:17px;
}
.classic-content .links .print:hover{
	background:url(../images/ico-print-rell.gif) no-repeat;
}
.classic-content .links .envoi{
	background:url(../images/ico-envoi.gif) no-repeat;
	width:23px;
	height:29px;
	margin-right: 0;
}
.classic-content .links .envoi:hover{
	background:url(../images/ico-envoi-rell.gif) no-repeat;
}
.classic-content .links .next, .classic-content .links .recruit{
	background:url(../images/ico-suivant.gif) no-repeat;
	height:20px;
	color:#9E9E9E;
	font-size:11px;
	padding-left:23px;
	padding-top:3px;
	text-indent:0;
	margin-right: 5px;
}
.classic-content .links .next:hover, .classic-content .links .recruit:hover{
	background:url(../images/ico-suivant-active.gif) no-repeat;
	text-decoration:none;
}
.classic-content .classic-holder ul.attach{
	list-style:none;
	margin:12px 0;
}

/* steps */
#main .steps{
	background:url(../images/bg-steps.jpg) no-repeat;
	width:656px;
	margin:54px auto 0 auto;
}
#main .steps.faq{
	background:url(../images/bg-faq.jpg) no-repeat;
}
.steps .heading{
	display:none;
}
.steps .heading .title-block{
	padding:10px 5px 10px 24px;
}
.steps .heading span{
	background:url(../images/bullet3.gif) no-repeat 100% 0;
	float:left;
	margin:0 15px 0 0;
	padding:7px 24px 6px 0;
}
.steps .heading img{
	display:block;
}
.steps h2{
	margin:0;
	font-size:2.18em;
	line-height:1em;
	color:#fff;
	font-weight:normal;
	float:left;
}
.steps ul .heading h2{padding-top:18px;}
.steps ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	/*height:385px;*/
}
.steps ul li{
	background:url(../images/bg-steps-lines.png) no-repeat;
	overflow:hidden;
	height:77px;
	vertical-align:top;
	cursor:pointer;
}
.steps ul li a{
	color:#4C4C4C;
}
.steps ul li .inner-block{
	overflow:hidden;
	color:#fff;
	position:relative;
	cursor:pointer;
	line-height:1em;
	height:77px;
}
.steps ul li h2{
	font-size:2.18em;
	line-height:1.4em;
	margin:0;
	padding-top:18px;
}
.steps ul li .numbers{
	background:url(../images/bullet4.gif) no-repeat 100% 0;
	color:#d4d4ca;
	font-size:7.273em;
	line-height:1em;
	margin:0 17px 0 -10px;
	padding:0 33px 0 0;
	float:left;
}
.steps .steps-hover{
	display:none;
	color:#4c4b4b;
	position:absolute;
	top:0;
	left:67px;
	padding:14px 10px 9px 16px;
	font-size:10px;
	background:#fff;
}
.steps .block-title{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-steps.png);
}
.steps .steps-hover strong{
	font-size:24px;
	line-height:normal;
	font-weight:normal;
}
.steps .steps-hover p{
	margin:0;
}
#main .steps ul li:hover .block-title,
#main .steps ul li.hover .block-title{
	background:#fff;
}
.steps ul li:hover .steps-hover,
.steps ul li.hover .steps-hover{
	display:block;
}
.steps .opened .heading span,
.steps .opened .numbers{
	display:none;
}
.steps .opened li h2{
	padding:0;
	font-size:1.636em;
	line-height:1.1em;
}
.steps .opened li .inner-block,
.steps .opened li{
	height:auto;
	width:100%;
}
.steps .opened li .block-title{background:none;}
#main .steps .opened li:hover .block-title,
#main .steps .opened li.hover .block-title{background:none;}
#main .steps .opened li:hover .steps-hover,
#main .steps .opened li.hover .steps-hover{
	display:none;
}
.steps .opened .inner-block h2,
.steps .opened .title-block{
	padding:5px 5px 5px 24px;
	overflow:hidden;
}
.steps-opened{
	background:#fff;
	overflow:hidden;
	width:100%;
	color:#4c4b4b;
	cursor:auto;
	display:none;
	position:relative;
}
.steps-opened .holder{
	overflow:hidden;
	padding:17px 23px 10px 16px;
	position:relative;
}
.steps-opened .holder .home{
	/*position:absolute;
	top:-2px;
	right:0;*/
	float:right;
	color:#9e9e9e;
	font-size:9px;
	background:url(../images/ico-home.gif) no-repeat 100% 0;
	padding:34px 0 0 32px;
}
.steps-opened .holder .home:hover{
	color:#636363;
	background:url(../images/ico-home-rell.gif) no-repeat 100% 0;
}
.steps-opened h3,
.steps-opened h4{
	font-size:1.454em;
	line-height:normal;
	margin:0;
	color:#000;
}
.steps-opened h4{margin-bottom:5px;}
.steps-opened h5{
	font-weight:normal;
	font-size:1.273em;
	line-height:normal;
	margin:0;
}
.steps-opened p{
	margin:0;
	line-height:1.182em;
}
.steps-opened .text-holder{
	padding-bottom:10px;
	border-bottom:1px solid #b4b4b4;
	margin-bottom:6px;
	width:100%;
	position:relative;
	clear:both;
}
.steps-opened .links-holder{
	overflow:hidden;
	width:100%;
}
.steps-opened .links-holder a{
	color:#4c4b4b;
	display:block;
	line-height:normal;
}
.attach .postuler{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-postuler.gif) no-repeat;
	display:block;
	width:67px;
	height:18px;
}
.attach .postuler:hover{
	background:url(../images/btn-postuler-rell.gif) no-repeat;
}
.classic-holder .description .postuler{
	float:left;
	margin:-2px 0 0 12px;
}
.steps-opened .links-holder .postuler{
	float:right;
	margin-top:10px;
}
.steps-opened .links-holder div{
	float:left;
}
.steps-opened .btn-close{
	position:absolute;
	right:0;
	top:5px;
	background:url(../images/btn-close.png) no-repeat;
	width:7px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
}
.faq .steps-opened .btn-close{
	right:5px;
}

.steps-opened .btn-close-2{
	position:absolute;
	right:25px;
	top:24px;
	background:url(../images/btn-close.png) no-repeat;
	width:7px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
}


#content div.search {
	width:478px;
}
#content div.search h2,
.classic-content .search h2{
	font-size:120%;
}
#content div.search h3,
.classic-content .search h3{
	margin:0;
	font-weight:normal;
	font-size:110%;
}
#content div.search h3 a,
.classic-content .search h3 a{
	color:#000;
}
#content div.search p,
.classic-content .search p{
	margin:0;
	font-style:italic;
}
#content div.search form,
.classic-content .search form{
	margin:0 0 12px 0;
}
/* testimonials-search */
#main .search-content{
	height:auto;
}
.classic-content .search{
	padding:20px;
}
.classic-content .search .blog{
	width:100%;
}
/* send */
#send{
	width:480px;
}
#send label{
	width:90px;
	margin:0 2px 8px 0;
	float:left;
	text-align:right;
}
#send input.text{
	width:142px;
	padding:1px;
	margin:0 2px 8px 0;
	float:left;
	border:1px solid #B5B5B5;
}
#send input.send{
	float:right;
}
#send select{
	width:146px;
	float:left;
	border:1px solid #B5B5B5;
	margin-bottom:8px;
}
#send h3{
	font-size:120%;
}
#send.v2 {
	width: 700px;
	height: 285px;
}
#send.v2 h3,
#send.v2 p {
	margin-left: 14px;
}
#send.v2 .column {
	width: 44%;
	height: 170px;
	float: left;
	margin: 0 4%;
}
#send.v2 .column+.column {
	margin-left: 0;
}
#send.v2 .onecolumn {
	width: 60%;
	height: 200px;
	margin: 0 auto;
}
#send.v2 .halign label,
#send.v2 .halign input.text,
#send.v2 .halign select,
#send.v2 .valign input.text,
#send.v2 .valign select{
	float: right;
}
#send.v2 label {
	width: auto;
	margin: 0 8px 0 0;
	line-height: 18px;
}
#send.v2 input.text{
	margin-right: 0;
}
#send.v2 input.text,
#send.v2 select {
	width:182px;
	box-sizing: border-box;
}
#send.v2 input.send {
	position: absolute;
	right: 14px;
	bottom: 14px;
}
#send.v2 input.send.previous {
	right: 85px;
}

/* sitemap */
#sitemap,
#sitemap a{
color:#808080;
}
#sitemap ul{
padding:0 0 0 20px;
list-style-type:disc;
}
#sitemap ul li{
font-weight:bold;
padding:2px 0 20px 0;
}
#sitemap ul li ul li{
font-weight:normal;
padding:2px 0;
}
#sitemap ul li{
font-size:110%;
}
#sitemap ul li ul li{
font-size:95%;
}
#sitemap ul li ul li ul li{
font-size:85%;
}
#sitemap ul li ul li ul li ul li{
font-size:80%;
}
.print{
display:none;
}

/* */


.steps-opened .questions{
	margin:16px;
}
.steps-opened .questions ul{
	margin:4px 0 4px 16px;
}
.steps-opened .questions ul li{
	width:614px;
}
.steps-opened .questions ul li{
	width:592px;
}
.steps-opened .question-reponse{
	display:none;
	margin:16px;
}
.steps-opened .question-reponse h3{
	margin:0 0 4px 0;
}
.steps-opened .question-reponse h5{
	margin:0 16px 4px 16px;
}
.steps-opened .question-reponse .text{
	margin:0 16px 0 16px;
}
.steps-opened .question-reponse .page{
	margin:8px 0 0 0;
}
.mask{
	position:absolute;
	left:0px;
	top:524px;
	width:960px;
	height:12px;
	background:#fff;
}
.mask-left{
	position:absolute;
	left:218px;
	top:524px;
	width:3px;
	height:32px;
	background:#fff;
}
.mask-right{
	position:absolute;
	left:739px;
	top:524px;
	width:3px;
	height:32px;
	background:#fff;
}

.clear{
	clear:both;
}

ul.list-rapport{
	margin:0 0 0 20px;
	padding:0;
	width:100%;
}
ul.list-rapport>li{
	display:inline-block;
	width:35%;
	padding:0 35px 25px;
}