﻿@charset "UTF-8";

body {
	background: #efefef;
	font-family: Arial;
	font-size: 12px;
	color: #4C5266;
	margin: 0;
	padding: 0;
}

/*.main, #header, #wrapper, #footer{font-family: Arial;}*/


.main 
{
    
	position: relative;
	width: 1000px;
	margin: 0 auto;
	
	background: #FFFFFF;
	
	/*filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=5, offY=0, Color=#E2E2E2, Positive='true'), progid:DXImageTransform.Microsoft.DropShadow(OffX=-5, offY=0, Color=#E2E2E2, Positive='true');*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2, direction=120), progid:DXImageTransform.Microsoft.Shadow(OffX=15, offY=0, Positive='true', color=#E2E2E2, direction=-120);
	zoom: 1;
	
	-moz-box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	-o-box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	-webkit-box-shadow: 55px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
}

/*###################################################
 * ################  		HEADER
 * ################################################### */


#header {
	width: 100%;
	min-height: 110px;
	background: url(../ImagesV2/bg-header.jpg) 0 0 repeat-x;
}
#header-pro {
	width: 100%;
	min-height: 110px;
	background: url(../ImagesV2/bg-header-pro.jpg) 0 0 repeat-x;
}
.banner {width: 1000px; margin: 0 auto; position: relative;}
.content-header {
	position: relative;
	width: 970px;
	margin: -1px auto 0 auto;
	/*left: 50%;
	margin-left: -490px;*/
	background: #ffffff;
	padding: 0 0 30px 30px;
	
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2,direction=90), progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2,direction=-90);
	-moz-box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	-o-box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	-webkit-box-shadow: 55px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;
	box-shadow: 5px 10px 10px 0px #E2E2E2, -5px 13px 10px 0px #E2E2E2;*/
	
}
.content-header.bis { padding: 0 0 30px 30px; }

.logo {
	width: 473px;
	height: 105px;
	/*background: url(../ImagesV2/logo.png) 0 0 no-repeat;*/
	float: left;
}

/* -------  MAIN NAVIGATION
 ------------------------------------------------------------*/
.main-nav { position: absolute; top:0; right: 0;}
.main-nav ul { 
	/*width: 780px;*/
	height: 30px;
}
.main-nav ul li { 
	display: inline;
	float: left;
	height: 30px;
	border-right: 1px solid #D3D3D3;
}
.main-nav ul li:last-child { border-right: none; }

.main-nav ul li a {
	display: block;
	height: 30px;
	background: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
	padding: 0 8px;
	
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.main-nav ul li a { padding: 0 8px; }
}

.main-nav ul li a.blanc {display: block; color: #00aee0; width: 70px; height:30px; background: transparent url(../ImagesV2/bg-particulier.png) 0 0 no-repeat; padding: 0 8px 0 22px !important;}
.main-nav ul li a.violet {color: #AB429D;}
.main-nav ul li a.vert {color: #699D09;}
.main-nav ul li a.orange {color: #BF9439;}
.main-nav ul li a.gris {color: #666666;}
.main-nav ul li a.bleu-recrutement {color: #2480A8;}

.main-nav ul li a.blanc:hover, 
.main-nav ul li a.blanc.active {color: #FFF; width: 70px; height:30px; background: url(../ImagesV2/bg-particulier-active.png) 0 0 no-repeat;}
.main-nav ul li a.violet:hover,
.main-nav ul li a.violet.active {color: #FFF; background: #AB429D;}
.main-nav ul li a.vert:hover, 
.main-nav ul li a.vert.active {color: #FFF; background: #699D09;}
.main-nav ul li a.orange:hover,
.main-nav ul li a.orange.active {color: #FFF; background: #BF9439;}
.main-nav ul li a.gris:hover,
.main-nav ul li a.gris.active {color: #FFF; background: #666666;}
.main-nav ul li a.bleu-recrutement:hover,
.main-nav ul li a.bleu-recrutement.active {color: #FFF; background: #2480A8;}

/* ------- RECHERCHE
 ------------------------------------------------------------*/
.search {
	width: 208px;
	height: 22px;
	float: right;
	margin-top: 55px;
}

.search input.recherche {
	width: 175px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	border-right: none;
	text-align: left;
	color: #999999;
	float: left;
}

.search input[type="button"] {
	width: 25px;
	height: 33px;
	background: white url(../ImagesV2/loupe.jpg) center center no-repeat;
	padding: 3px;
	border: 1px solid #CCCCCC;
	border-left: none;
	cursor: pointer;
}

/* ------- LEFT SIDE BLOC
 ------------------------------------------------------------*/
.bloc-side {
	width: 305px;
	height: 90px;
	background: #FFF;
	border: 1px solid #CCCCCC;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2,direction=120);
	zoom: 1;
	-moz-box-shadow: 5px 5px 5px #E2E2E2;
	-o-box-shadow: 5px 5px 5px #E2E2E2;
	-webkit-box-shadow: 5px 5px 5px #E2E2E2;
	box-shadow: 5px 5px 5px #E2E2E2;
}

.bloc-side .inner1 {
	width: 100%;
	height: 30px;
	padding: 0px 5px 3px 7px;
	text-align:center;
}

.bloc-side .inner2 {
	width: 125px;
	height: 30px;
	padding: 5px;
	color: #999;
}
.bloc-side .inner2>div {height: 30px; }

.inner2 a {color: #999; text-decoration: none; line-height: 15px; }
.inner2 a:hover {color: #999; text-decoration: underline; }



.no-ident {
	width: 287px;
	height: 81px;
	padding: 10px;
	color: #FFFFFF;
	margin-top: -1px;
}
.no-ident.part { background: url(../ImagesV2/bg-no-ident-blue.png); }
.no-ident.pro { background: url(../ImagesV2/bg-no-ident-purple.png); }

/* ------- BUTTONS
 ------------------------------------------------------------*/
.btn-compte, .btn-compte a {
	display: block;
	width: 249px;
	height: 38px;
	background: url(../ImagesV2/btn-acces-compte.png) 0 0 no-repeat;
	margin: 10px auto 0 auto;
	
	font-size: 17px;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	line-height: 33px;
	color: #FFF;
}

.btn-compte:hover, .btn-compte a:hover  {
	background-position:  0 -39px;
	color: #FFF;
	text-decoration: none;
}
.btn-compte-pro, .btn-compte-pro a {
	display: block;
	width: 249px;
	height: 38px;
	background: url(../ImagesV2/btn-acces-compte-pro.png) 0 0 no-repeat;
	margin: 10px auto 0 auto;
	
	font-size: 17px;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	line-height: 33px;
	color: #FFF;
}

.btn-compte-pro:hover, .btn-compte-pro a:hover  {
	background-position:  0 -39px;
	color: #FFF;
	text-decoration: none;
}

/* ------- NAVIGATION
 ------------------------------------------------------------*/
.navigation {margin-bottom: 15px;}
.navigation ul.princ {
	width: 663px;
	height: 46px;
	background: url(../ImagesV2/bg-nav.png) 0 0 repeat-x;
	border-top: none;
	text-align: center;
}
/* Chrome */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navigation ul {
	width: 604px;
	}
	.navigation ul li a { padding: 0 17px !important;}
}*/
.navigation ul.princ li {
	display: inline;
	height: 41px;
	float: left;
	border-right: 1px solid #D3D3D3;
}
.navigation ul.princ li:last-child {border:none;}
	
.navigation ul.princ li.etudiants {
	background: url(../ImagesV2/nav-hover.jpg) 0 0px repeat-x;
}
.navigation ul.princ li.etudiants:hover, .navigation ul li.etudiants.active {
	background: url(../ImagesV2/nav-hover.jpg) 0 0px repeat-x;
}


.navigation ul.princ > li > a {
	position: relative;
	display: block;
	height: 41px;
	color: #22388d;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
}





.navigation ul.princ > li > a:hover, .navigation ul.princ > li.hover > a , .navigation ul.princ > li.active > a { font-weight: bold; }

.navigation ul.princ li.home a:hover, .navigation ul li.home a {
	width: 15px;
	height:50px;
	background: url(../ImagesV2/nav-home.png) center 10px no-repeat;
}

.navigation ul.princ li.comptes > a { width: 160px; }

.navigation ul.princ li.comptes a:hover, 
.navigation ul.princ li.comptes.hover a, 
.navigation ul li.comptes.active > a {
	height:50px;
	color: #4B86C0;
	background: url(../ImagesV2/nav-activelightblue.png) center 40px no-repeat;
}

.navigation ul.princ li.epargne > a { width: 190px; }

.navigation ul.princ li.epargne a:hover, 
.navigation ul li.epargne.active a,
.navigation ul li.epargne.hover > a {
	height:50px;
	color: #FA9D1C;
	background: url(../ImagesV2/nav-activeorange.png) center 40px no-repeat;
}

.navigation ul.princ li.prets > a { width: 65px; }

.navigation ul.princ li.prets a:hover, 
.navigation ul li.prets.active a,
.navigation ul li.prets.hover > a {
	height:50px;
	color: #007CC2;
	background: url(../ImagesV2/nav-activeblue.png) center 40px no-repeat;
}

.navigation ul.princ li.assurance > a, .navigation ul.princ li.assurances > a { width: 105px; }

.navigation ul.princ li.assurance a:hover, 
.navigation ul li.assurance.active a,
.navigation ul li.assurance.hover > a,
.navigation ul.princ li.assurances a:hover, 
.navigation ul li.assurances.active a,
.navigation ul li.assurances.hover > a  {
	height:50px;
	color: #B2005E ;
	background: url(../ImagesV2/nav-activepurple.png) center 40px no-repeat;
}

.navigation ul.princ li.etudiants > a { width: 93px; color: #FFFFFF; }

.navigation ul.princ li.etudiants { margin-top: -1px; float: right;}
/*.navigation ul.princ li.etudiants a {padding: 0 23px; color: #FFF; }*/
.navigation ul.princ li.etudiants a:hover, 
.navigation ul li.etudiants.active a,
.navigation ul li.etudiants.hover > a {
	height:50px;
	color: #FFF;
	/*background: url(../ImagesV2/nav-active.png) center 41px no-repeat;*/
}

.navigation ul.princ li.gestion a:hover, 
.navigation ul.princ li.gestion.hover > a, 
.navigation ul li.gestion.active > a,
.navigation ul.princ li.placements a:hover, 
.navigation ul li.placements.active a,
.navigation ul li.placements.hover > a,
.navigation ul.princ li.financements a:hover, 
.navigation ul li.financements.active a,
.navigation ul li.financements.hover > a,
.navigation ul.princ li.assurancebis a:hover, 
.navigation ul li.assurancebis.active a,
.navigation ul li.assurancebis.hover > a,
.navigation ul.princ li.assurancesbis a:hover, 
.navigation ul li.assurancesbis.active a,
.navigation ul li.assurancesbis.hover > a
.navigation ul.princ li.asociations a:hover,
.navigation ul li.associations.active a,
.navigation ul li.associations.hover > a
{
	color: #AB429D;
	height:50px;
	background: url(../ImagesV2/nav-activepurple-pro.png) center 40px no-repeat;
	font-weight: bold;
	z-index: 21;
	*z-index: 51;
}

.navigation ul.princ.pro li > a { text-align: center; display: block; }
.navigation ul.princ.pro li.home a:hover, .navigation ul li.home a {padding: 0 15px !important;}
.navigation ul.princ.pro li.gestion a {width: 180px;}
.navigation ul.princ.pro li.financements a {width: 150px;}
.navigation ul.princ.pro li.placements a {width: 150px;}
.navigation ul.princ.pro li.assurancebis a,.navigation ul.princ.pro li.assurancesbis a  {width: 130px;}


/* SOUS MENUS (MEGA MENUS) */
.w_275 {width: 275px;}

.w_275.sep-submenu {background: url(../ImagesV2/sep-submenu.png) 255px 20px no-repeat; min-height: 140px;}

ul.princ li ul.sub-menu {
	position: absolute;
	min-height: 160px;
	*min-height: 190px;
	width: 590px;
	margin-top: 0px;
	padding: 0 20px 30px 20px;
	background:  url(../ImagesV2/bg-submenu2.png) 0 bottom no-repeat;
	visibility: hidden;
	z-index: 20;
	*z-index: 50;
	
}
/*Modifs*/
ul.princ li ul.sub-menu.purple {margin-left: -400px;}
ul.princ li ul.sub-menu.orange {margin-left: -180px; padding-bottom: 50px;}
ul.princ li ul.sub-menu.blue {margin-left: -350px;}
ul.princ li ul.sub-menu.dark-blue {margin-left: -20px; padding-bottom: 50px;}


ul.princ li ul.sub-menu p.sub-menu-title {
	font-size: 18px;
	margin: 15px 0 10px;
}

ul.princ li ul.sub-menu.purple p.sub-menu-title { color: #CF006D; }
ul.princ li ul.sub-menu.orange p.sub-menu-title { color: #FA9D1C; }
ul.princ li ul.sub-menu.blue p.sub-menu-title { color: #007CC2; }
/*Ajout*/
ul.princ li ul.sub-menu.dark-blue p.sub-menu-title { color:#4B86C0; }

/*Modifs*/
ul.princ li ul.sub-menu li {
	display:list-item;
	height: 15px;
	border: none;
	float:none;
	text-align: left;
	padding-left: 10px;

}

ul.princ li ul.sub-menu li a {
	font-size: 12px;
	color: #4c5266 !important;
	line-height: 12px;
	padding: 3px 0;
}

ul.princ li ul.sub-menu li a:hover {
	background: none !important;
	color: #4C5266 !important;
	text-decoration: underline;
}

ul.princ li ul.sub-menu li a.medium-lien.bis {
	background: url(../ImagesV2/puce.png) 0 4px no-repeat !important;
	padding-left: 10px;
	font-size: 12px;
	color: #21388c !important;
}


.fil-ariane {
	width: 725px;
	clear: both;
	margin-top: 20px;
}

.fil-ariane ul li {
	display: inline;
	float: left;
}
.fil-ariane ul li a {
	color: #263F92;
	text-decoration: none;
	padding: 0 10px;
}
.fil-ariane ul li a.first {padding-left: 0;}

.fil-ariane ul li a:hover { text-decoration: underline;}
.fil-ariane ul li a.active,
.fil-ariane ul li a.prev { background: url(../ImagesV2/fil-ariane-active.jpg) 0 center no-repeat; padding-left: 15px;}
/* Modifications */
.fil-ariane ul li a.active-pro { background: url(../ImagesV2/fil-ariane-active-pro.png) 0 center no-repeat; padding-left: 15px;}


/* ------- SOUS NAVIGATION
 ------------------------------------------------------------*/
.sous-nav ul li {
	display: inline;
	height: 20px;
	float: left;
	border-right: 1px solid #009FA3;
}
.sous-nav ul li:last-child { border-right:none;}

.sous-nav ul li a {
	font-size: 14px;
	 color: #009FA3;
	 text-decoration: none;
	 padding: 0 15px;
	 line-height: 20px;
}
.sous-nav ul li a.first { padding-left: 0;}
.sous-nav ul li a:hover {text-decoration: underline;}
.sous-nav ul li a.active {font-weight: bold;}



/*###################################################
 * ################  		CONTENT
 * ################################################### */

#container {
	position: relative;
	width: 1000px;
	background: transparent;
	margin: 0 auto;
	*z-index: -1;
}

.content {
	width: 940px;
	padding: 0 30px;
	background: white;
	padding-bottom: 0;
}
/* ------- BANNIERE COMMERCIALE
 ------------------------------------------------------------*/
.une {width: 940px; float: left;}
.une .image-une {width:700px; height: 250px; float:left; }
.une .image-une-compte {width:920px; }
.une .image-une-guide {width:610px; float: left;}

.une .boutons-side {width: 215px; height: 250px; float:left; }
.boutons-side a {
	display: block;
	width: 200px;
	height: 50px;
	padding-left:5px;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
}
.boutons-side a:hover {text-decoration: none !important;}

.boutons-side a.btn1 {background: url(../ImagesV2/btn-rappel2.png) 0 0 no-repeat; text-align: center; color:#FFF; padding-left: 17px;}
.boutons-side a.btn1 span {display: block; padding-top: 8px; padding-left: 7px; line-height: normal;}
.boutons-side a.btn1:hover {background-position: 0 -50px;}

.boutons-side a.btn2 {width: 150px; background: url(../ImagesV2/btn-horaire2.png) 0 0 no-repeat; text-align: left; color:#FFF;  padding-left: 50px; font-size: 16px;}
.boutons-side a.btn2:hover {background-position: 0 -50px;}
.boutons-side a.btn2 span span {font-size: 12px;}
.boutons-side a.btn2 span {padding-top: 12px; display: block; line-height: 3px;}

.boutons-side a.btn3 {background: url(../ImagesV2/btn-rdv2.png) 0 0 no-repeat; text-align: left; color:#FFF; line-height: 18px; padding-left: 45px;}
.boutons-side a.btn3 span {display: block; padding-top: 8px;}
.boutons-side a.btn3:hover {background-position: 0 -50px;}

.boutons-side a.btn4 {background: url(../ImagesV2/Produit2014/btn-souscrire.png) 0 0 no-repeat; text-align: left; color:#FFF; line-height: 50px; padding-left: 50px;}
.boutons-side a.btn4:hover {background-position: 0 -50px;}

.boutons-side a.btnAcceo {background: url(../ImagesV2/Acceo/acceo_btn.png) 0 0 no-repeat; color:#FFF; padding-left: 17px;}
.boutons-side a.btnAcceo span {display: block; padding-top: 8px; padding-left: 35px; line-height: normal;}
.boutons-side a.btnAcceo:hover {background-position: 0 -50px;}

.boutons-side.absRight {position: absolute; right: 15px; margin-top: -85px;}

/* ------- SERVICES
 ------------------------------------------------------------*/
.services, .avantages {
	width: 700px;
	min-height: 72px;
	border: 1px solid #E1E1E1;
	border-right: none;
	padding: 15px 0 15px 0;
	float: left;
	margin: 0 0 45px 0;
}
.avantages {width: 940px; border-right: 1px solid #E1E1E1; margin:0;}
.s1, .s1-big, .s1-big2, .s2, .s2-big, .s3, .s4 {
	min-height: 82px;
	border-right: 1px solid #E1E1E1;
	float: left;
}
.s2-big.last, .s1-big2 {border-right:none;}

.s1 {width: 205px;}
.s2 {width: 260px;}
.s3 {width: 210px; border:none;}
.avantages .s1 {width: 240px; }
.avantages .s2 {width: 230px; }
.avantages .s3 {width: 245px; border-right: 1px solid #E1E1E1;}
.avantages .s4 {width: 220px; border:none;}
.s1-big {width: 350px;}
.s2-big{width: 349px;}
.s1-big2 {width: 700px;}

.btnS a {
	display: block;
	width: 225px;
	height: 114px;
	background: url(../ImagesV2/btn-services.png) 0 0 no-repeat;
	float: left;
	text-decoration: none;
	color: #FFF;
}
.btnS a:hover {text-decoration: underline; color: #FFF;}
.btnS a span {
	display: block;
	text-align: left;
	font-size: 16px;
	padding-top: 16px;
	padding-left: 45px;
	text-decoration: none;
	color: #FFF;
} 
.btnS a span span {
	font-size: 24px;
	font-weight: bold;
	padding-top: 0;
	padding-left: 0;
} 

/* ------- GUIDES VIDEOS
 ------------------------------------------------------------*/
.bloc { margin-left: 22px; float:left}
.bloc.bis { margin-left: 13px;}
.video {
	width: 805px;
	min-height: 175px;
	margin-top: 20px;
}
.video.bis {width: 835px;}
.guide {width: 230px; min-height: 175px; margin-right: 55px;  float: left;}
.vid  {
	position: relative;
	width: 230px;
	min-height: 130px;
}
.vid img {display: block; position:relative; z-index: 0;}


.label {
	position: absolute;
	width: 35px;
	height:90px;
	background: url(../ImagesV2/guide-label.jpg) 0 0 no-repeat;
	top: 0;
	left: 0;
	z-index: 1;
}
.btn-video {position:relative; bottom: 45px; overflow: hidden; z-index: 2;}

.guide .btn-video h3 a, 
.guide.blue .btn-video h3 a, 
.guide.pink .btn-video h3 a,
.guide.epargne .btn-video h3 a,
.guide.comptes .btn-video h3 a, 
.guide.pro .btn-video h3 a 
{
	position: relative;
	display: block;
	width: 185px;
	min-height:40px;
	background: #00a1a3 url(../ImagesV2/btn-video.jpg) 0 center no-repeat;
	
	margin-bottom: 15px;
	z-index: 2;
	
	font-size: 14px;
	font-weight: normal;
	color: #FFF !important;
	padding: 5px 0 2px 45px;
	line-height: 17px;
}

.guide.blue .btn-video h3 a {background: #0060B2 url(../ImagesV2/btn-video-blue.jpg) 0 center no-repeat;}
.guide.pink .btn-video h3 a {background: #E63090 url(../ImagesV2/btn-video-pink.jpg) 0 center no-repeat;}
.guide.epargne .btn-video h3 a {background: #FF910F url(../ImagesV2/btn-video-orange.jpg) 0 center no-repeat;}
.guide.assurance .btn-video h3 a , .guide.assurances .btn-video h3 a {background: #CF006D url(../ImagesV2/btn-video-violet.jpg) 0 center no-repeat;}
.guide.comptes .btn-video h3 a {background: #6799CA url(../ImagesV2/btn-video-bleu2.png) 0 center no-repeat;}
.guide.pro .btn-video h3 a {background: #ab429d url(../ImagesV2/btn-video-pro.jpg) 0 center no-repeat;}

.guide .btn-video h3 a.court, 
.guide.blue .btn-video h3 a.court, 
.guide.pink .btn-video h3 a.court,
.guide.epargne .btn-video h3 a.court,
.guide.pret .btn-video h3 a.court,
.guide.assurance .btn-video h3 a.court,
.guide.assurances .btn-video h3 a.court,
.guide.pro .btn-video h3 a.court {
	line-height: 17px;
}

.guide .btn-video h3 a:hover, 
.guide.blue .btn-video h3 a:hover, 
.guide.pink .btn-video h3 a:hover,
.guide.epargne .btn-video h3 a:hover,
.guide.pret .btn-video h3 a:hover,
.guide.assurance .btn-video h3 a:hover,
.guide.assurances .btn-video h3 a:hover,
.guide.pro .btn-video h3 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.video.bis .desc a {color: #444444;}

.big-lien {
	width: 940px;
	height: 30px;
	background: #efefef;
	margin: 20px 0 40px 0;
	float: left;
}

.big-lien a, a.medium-lien, .medium-lien a, .r1 a.medium-lien {
	display: block;
	background: url(../ImagesV2/puce.png) 11px 11px no-repeat;
	padding-left: 25px;
	color: #263F92;
	line-height: 30px;
	font-size:14px;
	text-decoration:none;
}
/* Modification */
 a.medium-lien.pro {background: url(../ImagesV2/puce-pro.png) 11px 11px no-repeat; }

.big-lien a:hover, a.medium-lien:hover, .medium-lien a:hover {
	text-decoration:underline;
}

/* ------- GUIDES DOSSIERS
 ------------------------------------------------------------*/
.dossier {
	width: 920px;
	min-height: 90px;
	margin: 20px 0;
}

.guide2, .guide2.blue, .guide2.pink, .guide2.pro,
.guide2.epargne, .guide2.comptes {
	position: relative;
	width: 250px;
	min-height: 85px;
	background: #FFF;
	margin-right: 30px;  
	float: left;
	border: 1px solid #CCCCCC;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2,direction=120);
	-moz-box-shadow: 5px 5px 5px #E2E2E2;
	-o-box-shadow: 5px 5px 5px #E2E2E2;
	-webkit-box-shadow: 5px 5px 5px #E2E2E2;
	box-shadow: 5px 5px 5px #E2E2E2; 
}

.label2, .guide2.blue .label2, .guide2.pink .label2, .guide2.pro .label2,
.guide2.epargne .label2, .guide2.comptes .label2 {
	position: absolute;
	width: 35px;
	min-height: 85px;
	background: #00A1A3 url(../ImagesV2/guide-label-bleu.jpg) 0 center no-repeat;
	top: 0;
	left: 0;
}

.guide2.blue .label2 {background: #0060B2 url(../ImagesV2/label-blue.jpg) 0 center no-repeat;}
.guide2.pink .label2 {background: #E02989 url(../ImagesV2/label-pink.jpg) 0 center no-repeat;}
.guide2.pro .label2 {background: #AB429D url(../ImagesV2/label-pro.jpg) 0 center no-repeat;}
.guide2.epargne .label2 {background: #fc7d10 url(../ImagesV2/label-epargne.png) 0 center no-repeat;}
.guide2.comptes .label2 {background: #fc7d10 url(../ImagesV2/label-comptes.png) 0 center no-repeat;}

.dossier a {
	width: 165px;
	font-size:14px;
	color: #4C4C4C !important;
	line-height: 18px;
	padding-top: 14px;
	padding-left: 55px;
	margin-top: 0;
	float:left;
}

.dossier a.court {padding-top: 25px; line-height: 17px;}
.dossier a.court_bis {padding-top: 25px; line-height: 30px;}
.dossier a:hover {
	color: #4C4C4C;
}


.dossier a {position: relative;}
.dossier a.more {
	position: absolute !important;
	display: block;
	width: 14px;
	height: 14px;
	bottom: 10px;
	right: 10px;
}

/*.dossier a.g1  {position: absolute; top: 38px; left: 70px;}
.dossier a.g2  {position: absolute; top: 37px; left: 77px;}
.dossier a.g3  {position: absolute; top: 30px; left: 120px;}
.dossier a.g4  {position: absolute; top: 30px; left: 150px;}*/


/* -------  ONGLETS
 ------------------------------------------------------------*/


 /* --------- Onglet 1   */
.bloc1 { min-width:655px; margin-left: 40px; float:left; margin-bottom:30px; }
.picture {width: 90px;}
.bloc1 .desc {min-width: 355px; max-width: 645px;}

.gratuit-tag1 img { margin-top: -5px; }
.gratuit-tag2 img { margin-top: -7px; }
.gratuit-tag3 img { margin-top: 9px; }

div.medium-lien {background: #efefef; padding: 3px; width:500px; margin-left:40px; }

.offer1, .offer2 {float: left;}
.offer1{margin-bottom: 40px;}
.offer1 span.bullet, .offer2 span.bullet { display:block; margin-top: -3px; margin-right:15px; float: left;}
.offer2 .left-bloc {width:270px; height:500px;}

.bg-grey {width: 740px; background: #EBEBEB; float: left; font-size:14px; }
.bg-grey.ex1 {height: 40px; padding: 20px; margin-left: 40px;}
.bg-grey.ex2 {width: 170px; min-height: 140px; padding: 20px; margin-left: 40px; line-height: 20px;}
.bg-grey .bloc-inner1 {width: 485px; float: left;} 
.bg-grey .bloc-inner2 {width: 255px; float: left;}
.bg-grey ul li {line-height: 20px;}

/*.offer2 .tableauTarifs {margin-top: -30px;}*/

.tableauTarifs td span.gratuit {
	display: block;
	width: 65px;
	height: 15px;
	background: #FF7F00;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.table-legend {
	width: 187px;
	min-height:30px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.table-legend span  {
	min-height: 30px;
}
/* --------- Onglet 2   */
.btn-details a {
	display: block;
	width: 120px;
	height: 24px;
	background: url(../ImagesV2/btn-details.png) 0 0 no-repeat;
	
	color: #FFF !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}

.btn-details a:hover {background-position: 0 -24px; color: #FFF; text-decoration: none;}

.layerCarte {
	width: 450px;
	height: 200px;
	top: 135px;
	left:  383px;
	padding: 20px;
	background: #FFFFFF url(../ImagesV2/bg-infos.png) 330px 60px no-repeat;
	border: 2px solid #00A1A3;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#3F3F3F,direction=120,strenght=1);
	-moz-box-shadow: 3px 3px 6px 0px #3F3F3F;
	-o-box-shadow: 3px 3px 6px 0px #3F3F3F;
	-webkit-box-shadow: 3px 3px 6px 0px #3F3F3F;
	box-shadow: 3px 3px 6px 0px #3F3F3F;
	
} 
#tooltipVisa span.conditions-carte:hover, 
#tooltipVisa2 span.conditions-carte:hover  {text-decoration: underline;}

#infosCarteVisa {display: none; position: absolute; top: 195px; left: 385px; width: 495px; height:250px; z-index:3;}  
#infosCarteVisa2 {display: none; position: absolute; top: 2040px; left: 385px; width: 495px; height:250px; z-index: 3;} 
/* --------- Onglet 3   */ 
.bg-grey.ex3 { 
	width: 840px;
	height: 120px;
	padding: 20px;
} 
 
 
.tableauTarifs2 {width: 885px; border: 1px solid #CCCCCC; margin-bottom: 60px }
.tableauTarifs2 .th { 
	position: relative;
	background: url(../ImagesV2/puce-bleu.png) 20px 11px no-repeat; 
	padding-left: 35px; 
	border-bottom: 1px solid #CCCCCC; 
	height:35px; 
	font-size: 14px;
	line-height: 35px; 
	cursor: pointer; 
	z-index: 1;
}

.tableauTarifs2 .th:hover {background: #00A1A3 url(../ImagesV2/puce-blanc.png) 20px 11px no-repeat; color: #FFFFFF;}
.tableauTarifs2 .th.selected {background: #00A1A3 url(../ImagesV2/puce-blanc-active.png) 16px 15px no-repeat; color: #FFFFFF; font-weight: bold;}

.tableauTarifs2 .th:last-child {border: none;}
.tableauTarifs2 .details { border-bottom: 1px solid #CCCCCC;}
.tableauTarifs2 .details table  { width: 885px; }
.tableauTarifs2 .details table tr { background-color: #DFF7F5; }
.tableauTarifs2 .details table tr.odd { background-color: #D0F4F3; }
.tableauTarifs2 .details table tr:nth-child(2n+1) { background-color: #D0F4F3; }
.tableauTarifs2 .details table td {font-size: 13px; padding-top: 10px; padding-bottom:10px; padding-right:3px; text-align: left;  vertical-align: middle; }
.tableauTarifs2 .details table tr.titre 	{
	position: absolute;
	width: 885px;
	margin-top: -34px;
	margin-left: 0;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background: none;
}
.tableauTarifs2 .details table tr.titre td {vertical-align: middle; padding: 10px 0px; }
.tableauTarifs2 .details table tr.titre td.nodisplay {position: relative; z-index: 0; }
.tableauTarifs2 .details table tr.titre td.thbis {position: relative; z-index: 1; }
 
.toTop {
	background: url(../ImagesV2/puce-orange-haut.png) 0 0 no-repeat;
	padding-left: 15px;  
	margin-top: 20px;
	line-height: 7px;
	cursor: pointer;
}

.Liste {
	padding-left: 15px;  
	padding-top: 0px;  
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	line-height: 7px;
	cursor: pointer;

/*	style='margin-top: -5px;  '*/

}

.ListeNoLink {
	padding-left: 15px;  
	padding-top: 0px;  
	margin-top: -10px;
	margin-right: 30px;
	margin-bottom: 5px;
	line-height: 7px;
	cursor: pointer;
}

.pro .toTop {background: url(../ImagesV2/puce-violet-haut.png) 0 0 no-repeat; }

.toTop:hover {
	text-decoration: underline;
}
 
.btn-tarifs a {
	display: block;
	width: 608px;
	height: 43px;
	background: url(../ImagesV2/btn-telecharger.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	padding-left: 45px;
	margin-bottom: 60px;
}
.btn-tarifs a:hover {
	background-position: 0 -46px;
	color: #FFF;
	text-decoration: none;
}
 
/* --------- Onglet 3   */ 
.bg-grey.ex5 {
	width: 760px;
	padding: 20px;
	font-size: 12px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
} 
.bg-grey.ex5 ul li {line-height: normal;}

.btn-orange-etudiant a {
	display: block;
	width: 320px;
	height: 40px;
	background: url(../ImagesV2/btn-orange2.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
}
.btn-orange-etudiant a:hover {
	background-position: 0 -43px;
	text-decoration: none;
} 
/* -------  ETRE CLIENT ETUDIANT / PRO
 ------------------------------------------------------------*/ 
.bg-grey.ex4 {width: 900px; background: #F5F5F5; float: left;  padding:20px; font-size:14px; } 

a.medium-lien.bis {background-position: 0 11px; padding-left: 15px; font-size: 14px; text-decoration:none;}
a.medium-lien.bis:hover {text-decoration:underline;}

.bloc430 { width: 415px; float: left;}
.bloc430.fleche { background:url(../ImagesV2/fleche-bleu.png) 360px center no-repeat;}
.bloc430.fleche-pro { background:url(../ImagesV2/fleche-violet.png) 360px center no-repeat;}
 
.quote { width: 255px; min-height: 45px; background: #D9D9D9;  padding: 20px;}

.vid-pub {
	width: 204px;
	height: 123px;
	cursor: pointer;
}
.btn-video.bis {
	position: relative;
	bottom: -10px;
	overflow: visible;
}
.btn-video.bis a {
 	display: block;
 	position: relative;
 	width: 175px;
	height:35px;
	background: url(../ImagesV2/btn-video-pub.jpg) 0 0 no-repeat;

	font-size: 14px;
	font-weight: normal;
	color: #FFF !important;
	text-align: center;
	margin-top: -10px;
	padding: 0px 0 3px 36px;
	line-height: 15px;
}

.squareBlocContainer {
	width: 930px;
	min-height: 160px;
	float:left;
}

.square-bloc, .square-bloc-pro  {
	width: 260px;
	min-height: 160px;
	/*height: 160px;*/
	background: #FFFFFF;
	margin-left: 25px;
	margin-bottom: 25px;
	float: left;
	
	border: 1px solid #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#E2E2E2,direction=135, strenght=1);
	-moz-box-shadow: 3px 3px 10px 0px #E2E2E2;
	-o-box-shadow: 3px 3px 10px 0px #E2E2E2;
	-webkit-box-shadow: 3px 3px 10px 0px #E2E2E2;
	box-shadow: 3px 3px 10px 0px #E2E2E2;
}

.square-bloc-pro {min-height: 190px;}
.square-bloc-grey {
	width: 280px;
	min-height: 160px;
	background-color: #F8FAFB !important;
	border: 1px solid #DFDEDE;
	float: left;
	margin-right: 42px;
}
.square-bloc-grey.wide {
	position: relative;
	width: 600px;
	min-height: 114px;
	background-color: #F8FAFB !important;
	border: 1px solid #DFDEDE;
	float: left;
	margin-right: 0;
	z-index: 0;
}


.square-bloc .title, .square-bloc-pro .title {
	width: 240px;
	height: 30px;
	background: #00A1A3;
	font-family: "lcl1_medium";
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
}

.square-bloc-pro .title { background: #AB429D; font-size: 15px; line-height: 30px; text-align: center; }

.square-bloc-grey .title {
	font-size: 18px;
	color: #AB429D;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding: 20px 20px 0;
}
.square-bloc-grey.wide .label {
	position:absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.square-bloc .title.court {line-height: 35px;}
 
.square-bloc .desc1, .square-bloc-grey .desc1, .square-bloc-pro .desc1,
.square-bloc .desc2, .square-bloc-grey .desc2, .square-bloc-pro .desc2,
.square-bloc .desc3, .square-bloc-grey .desc3, .square-bloc-pro .desc3,
.square-bloc .desc4, .square-bloc-grey .desc4, .square-bloc-pro .desc4,
.square-bloc .desc5, .square-bloc-grey .desc5, .square-bloc-pro .desc5 {	
	font-size: 14px;
	padding: 20px;
}

.square-bloc .desc1 {background: url(../ImagesV2/picto-house.png) 195px 20px no-repeat; }
.square-bloc .desc2 {background: url(../ImagesV2/picto-pc.png) 170px 40px no-repeat; }
.square-bloc .desc3 {background: url(../ImagesV2/picto-tel2.png) 195px 20px no-repeat; }
.square-bloc .desc4 {background: url(../ImagesV2/picto-carte.jpg) 185px 20px no-repeat; }
.square-bloc .desc5 {background: url(../ImagesV2/picto-logo.png) 190px 20px no-repeat; }

.square-bloc-grey.desc1 {background: url(../ImagesV2/logo-interfimo.png) 170px 10px no-repeat; }
.square-bloc-grey.desc2 {background: url(../ImagesV2/img-lcl-leasing.png) 190px 10px no-repeat; }
.square-bloc-grey.desc3 {background: url(../ImagesV2/img-lcl-factoring.png) 205px 10px no-repeat; }


.square-bloc .desc-text {width: 165px;}


.bloc430.grey {width: 417px; min-height: 240px; background: #F5F5F5; padding:20px; font-size: 14px;}
.bloc430.grey span.bullet { display:block; height:30px; margin-right:5px; float: left;}

ul.borderRight {
	width: 315px;
	border-right: 1px solid #CCCCCC;
}
ul.wide {line-height: 18px;}
.bloc200 {width: 190px; float: left;}
.bloc200 span.points { 
	display:block; 
	width:140px; 
	height: 30px; 
	background: #00A1A3; 
	padding: 10px;
	color: #FFFFFF;
}

.servicesBas, .servicesBas-pro {
	position: relative;
	width: 614px;
	height: 70px;
	border: 1px solid #E1E1E1;
	border-left: none;
	padding: 15px 0 15px 15px;
	float: left;
	margin: 29px 0 20px -45px;
	z-index: 1;
}
.btnServiceBas a, .btnServiceBas-pro a {
	display: block;
	width: 320px;
	height: 100px;
	background: url(../ImagesV2/btnServiceBas.png) 0 0 no-repeat;
	float: left;
	font-family: 'lcl1_medium';
	text-decoration: none;
	color: #FFF !important;
	font-size: 15px;
	line-height: 25px;
	padding: 25px 0 0 35px;
	z-index: 0;
}
.btnServiceBas-pro a { background: url(../ImagesV2/btnServiceBas-pro.png) 0 0 no-repeat; line-height: 60px; }

.btnServiceBas span { font-family: 'Arial';}


.servicesBas .s1, .servicesBas .s2,
.servicesBas-pro .s1, .servicesBas-pro .s2 { 
	width: 260px; 
	float:left; 
	text-align:center;
	 margin-left:30px
}

.servicesBas .s1, .servicesBas-pro .s1{
	height: 70px;
	border-right: 1px solid #CCCCCC;
}
.servicesBas .s2, .servicesBas-pro .s2 { border:none;}
.servicesBas a.medium-lien.bis, .servicesBas-pro a.medium-lien.bis  {
	background-position: 30px 11px;
	padding-left: 0;
	font-size: 14px;
	text-decoration: none;
}
.servicesBas-pro a.medium-lien.bis {background-position: 65px 11px;}

.servicesBas a.medium-lien, .servicesBas-pro a.medium-lien {
	width: 250px;
	background-position: 40px 10px;
	padding-left: 5px;
	font-size: 14px;
	text-decoration: none;
}

.servicesBas a.medium-lien:hover, .servicesBas a.medium-lien.bis:hover,
.servicesBas-pro a.medium-lien:hover, .servicesBas-pro a.medium-lien.bis:hover {text-decoration:underline;}



/* ------- LISTE PRODUITS ETUDIANTS / ASSURANCES / EPARGNE
 ------------------------------------------------------------*/

/* __Modifications */
.liste-produits h2.title, p.liste-produits {
	font-size: 22px;
	color: #1F388C;
	float: left;
}

 a.accroche{ color: #4C4C4C!important; display: block; clear: both;}

.liste-produits a.accroche{ color: #4C4C4C; display: block; clear: both;}

.liste-produits .produits {
	padding: 20px 0 15px 0;
	border-top: 1px solid #E4E4E4;
	float: left;
	clear: both;
}

.liste-produits.bis .produits {width: 920px;}

.liste-produits .produits.last-produit {
	float: left;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 50px;
}

.liste-produits .title-produit {
	/* __Modifications */
	width: 190px;
	float: left;
	padding-left: 65px;
	padding-right: 40px;
}

.liste-produits table {
	float: left;
}


.liste-produits.epargne.bis .title-produit{padding-left: 15px; width:207px;}
.liste-produits .title-produit h3 a{
	font-size: 18px;
	padding:0;
	margin-bottom: 5px;
}
.liste-produits.etudiants .title-produit h3 a {color: #00A0A3;;}
.liste-produits.assurance .title-produit h3 a,.liste-produits.assurances .title-produit h3 a {color: #CC006C;}
.liste-produits.epargne .title-produit h3 a {color: #FF910F;}
.liste-produits.comptes .title-produit h3 a {color: #4B86C0;}
.liste-produits.prets .title-produit h3 a {color: #007CC2;}
.liste-produits.purple .title-produit h3 a {color: #CC006C;}


.liste-produits .title-produit p {
	color: #4C4C4C;
	font-size: 14px;
	margin-top: 5px;
	/* __Modifications */
	width: 140px
}

.liste-produits .btn-infos a {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../ImagesV2/btn-plus-infos.png) 0 0 no-repeat;
	margin: 0 0 0 20px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}

.liste-produits .btn-infos a:hover {background-position: 0 -31px; text-decoration:none;}

.liste-produits .btn-infosbleu a {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../ImagesV2/btn-souscrire.png) 0 0 no-repeat;
	margin: 0 0 0 20px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}

.liste-produits .btn-infosbleu a:hover {background-position: 0 -31px; text-decoration:none;}


table.liste-produits { width: 910px; }
table.liste-produits th  { /* __Modifications */ width: 140px; vertical-align: top; padding: 15px 9px; border-top: 2px solid #E4E4E4; border-bottom: 2px solid #E4E4E4; }
table.liste-produits th h2 { font-size: 18px; text-align:left; }
/* __Modifications */
table.liste-produits th p { width: 110px; }
table.liste-produits th p.desc { font-size: 12px; color:#00B6E7; font-weight: bold; }
table.liste-produits.epargne th h2 { color: #FF910F; }
table.liste-produits.epargne th h2 a { color: #FF910F; }
table.liste-produits.comptes th h2 { color: #4B86C0; }
table.liste-produits.comptes th h2 a { color: #4B86C0; }
table.liste-produits.prets th h2 { color: #007CC2; }
table.liste-produits.prets th h2 a { color: #007CC2; }
table.liste-produits.assurance th h2 , table.liste-produits.assurances th h2 { color: #CF006D; }
table.liste-produits.assurance th h2 a , table.liste-produits.assurances th h2 a { color: #CF006D; }
/* / __Modifications */
table.liste-produits td { text-align: center; padding: 17px 12px; *padding: 17px 12px; vertical-align: top; line-height: 18px; border-top: 2px solid #E4E4E4; border-bottom: 2px solid #E4E4E4; }
table.liste-produits td.long { line-height: 18px;  }
table.liste-produits td.long p { line-height: normal; text-align:center;  }
table.liste-produits td a.medium-lien{ background-position: 15px 4px; font-size: 12px; margin-left: 7px; text-align:left; line-height: normal;  }
table.liste-produits td div.ie7 { margin-left:20px;}

.mentions-legales{ font-size: 12px; color: #666;}

/* -------  PARTICULIERS / PROFESSIONNELS
 ------------------------------------------------------------*/
.w_900 {
	width: 900px;
}
.w_450 {
	width: 450px;
}
.w_370 {
	width: 370px;
}
.w_175 {
	width: 175px;
}
.w_205 {
	width: 205px;
}
.w_235 {
	width: 235px;
}
.w_260 {
	width: 260px;
}
.w_290 {
	width: 290px;
}
.w_300 {
	width: 300px;
}

.w_310 {
	width: 310px;
}
.w_330 {
	width: 330px;
}

.w_580 {
	width: 580px;
}
.w_600 {
	width: 600px;
}
.w_350 {
	width: 350px;
}w
._355 {
	width: 355px;
}
.w_650 {
	width: 650px;
}

/*Ajout*/
.w_400 {
	width: 400px;
}
.w_500 {
	width: 500px;
}

#ticker {
	position:relative;
	margin-left: 325px;
	width: 600px;
	height: 50px;
	background: #F0F0F0;
	border: 1px solid #EFEFEF;
	overflow: hidden;
}
#ticker .img-ticker {position:absolute; overflow:hidden; z-index:3;background: #F0F0F0; }
.scrollingtext {
	position:absolute;
    white-space:nowrap;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}

/*Ajout */
.r1 {margin-left: -30px;}

.r1 .w_205.first {margin-right: 30px;}
.r1.pro {margin-left: -10px;}

.r1 .illustration {
	height: 75px;
	text-align: center;
	line-height: 75px;
}

.r1 .w_205.reconnaissance {width: 205px; height: 185px; background: url(../ImagesV2/bg-reconnaissance.png) 0 0 no-repeat;}

.r1 h2.titre {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #1F388C;
}

.r1 a.medium-lien {
	background-position: 11px 4px;
	font-size: 12px;
	line-height: normal;
}
.r1.pro a.medium-lien {
	background: url(../ImagesV2/puce-violet.png) 11px 4px no-repeat;
}

.r1 p a { color: #4C4C4C;}
.link-grey { width:340px; background:#EFEFEF; padding:3px 0; margin: 0 auto;}
.link-grey a.medium-lien{ background-position: 55px 11px; padding-left: 70px;}
.link-grey a.medium-lien.pro{ background: url(../ImagesV2/puce-violet.png) 55px 11px no-repeat; padding-left: 70px;}



.btn-ouvrir-compte a, .btn-ouvrir-compte-pro a {
	display: block;
	width: 360px;
	height: 60px;
	background: url(../ImagesV2/btn-ouvrir-compte.png) 0 0 no-repeat;
	font-family: "lcl1_medium";
	font-size: 18px;
	color: #FFF !important;
	text-transform: uppercase;
	line-height: 55px;
	padding-left: 35px;
	margin:10px 0 0 55px;
}
.btn-ouvrir-compte-pro a {
	background: url(../ImagesV2/btn-ouvrir-compte-pro.png) 0 0 no-repeat;
	padding-left: 30px;
	font-size: 16px;
}

.btn-ouvrir-compte a:hover, .btn-ouvrir-compte-pro a:hover {
	background-position: 0 -61px;
	text-decoration: none;
}

.bg-border {
	min-height: 775px;
	background: url(../ImagesV2/bg-border.jpg) right center no-repeat;
}

.light-grey {
	background: #F9F9F9; 
	margin: 25px 0 20px 40px;
	float:left;
	
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD,direction=135, strenght=1);
	-moz-box-shadow: 3px 3px 10px 0px #DDDDDD;
	-o-box-shadow: 3px 3px 10px 0px #DDDDDD;
	-webkit-box-shadow: 3px 3px 10px 0px #DDDDDD;
	box-shadow: 3px 3px 10px 0px #DDDDDD;
}

.narrow .light-grey { margin: 20px 0 15px 40px; }


.video .light-grey {margin: 0 30px 30px 0;
}
.light-grey .desc {margin: 10px; *padding-bottom: 10px;}
.light-grey .desc p {padding-right: 30px;}
.light-grey .video {width: 90px; min-height:75px; margin: 10px; position: relative; float: left; }
.light-grey a.medium-lien {padding-left:10px;}

.light-grey .video img {z-index: 0;}
.light-grey .video a {
	position: absolute;
	width:95%;
	height: 20px;
	margin-top: -20px;
	color: #FFFFFF;
	padding-left: 5px;
	line-height: 20px;
	z-index: 1;
}
/* Blue */
.light-grey.blue .video a { background: #0060b2  url(../ImagesV2/video-play.jpg) 75px center no-repeat; }
.light-grey.blue a.medium-lien {background: url(../ImagesV2/puce-bleue2.png) 0 4px no-repeat;}
.light-grey.blue  {border-left: 15px solid #0060b2;}
.light-grey.blue h2, .light-grey.blue h2 a  {color: #0060b2; font-size:18px;}
.light-grey.blue p  {color: #4C5266;}

/* Green */
.light-grey.green .video a { background: #00a1a3  url(../ImagesV2/video-play.jpg) 75px center no-repeat; }
.light-grey.green a.medium-lien {background: url(../ImagesV2/puce-vert.png) 0 4px no-repeat;}
.light-grey.green  {border-left: 15px solid #00a1a3;}
.light-grey.green h2, .light-grey.green h2 a  {color: #00a1a3; font-size:18px;}


/*Yellow */
.light-grey.yellow .video a { background: #ff8b0e  url(../ImagesV2/video-play.jpg) 75px center no-repeat; }
.light-grey.yellow a.medium-lien {background: url(../ImagesV2/puce.png) 0 4px no-repeat;}
.light-grey.yellow  {border-left: 15px solid #ff8b0e;}
.light-grey.yellow h2, .light-grey.yellow h2 a  {color: #ff8b0e; font-size:18px;}

/*Purple */
.light-grey.purple .video a { background: #AB429D  url(../ImagesV2/video-play.jpg) 75px center no-repeat; }
.light-grey.purple a.medium-lien {background: url(../ImagesV2/puce-violet.png) 0 4px no-repeat;}
.light-grey.purple  {border-left: 15px solid #AB429D;}
.light-grey.purple h2, .light-grey.purple h2 a  {color: #AB429D; font-size:18px;}

/*Pink */
.light-grey.pink .video a { background: #E63090  url(../ImagesV2/video-play.jpg) 75px center no-repeat; }
.light-grey.pink a.medium-lien {background: url(../ImagesV2/puce-pink.png) 0 4px no-repeat;}
.light-grey.pink  {border-left: 15px solid #E63090;}
.light-grey.pink h2, .light-grey.pink h2 a  {color: #E63090; font-size:18px;}



.r1 .linkIE {*padding-left:0 !important; *margin-left: -30px !important; }
.w_grey {
	width: 900px;
	min-height: 50px;
	background: #F4F4F4;
	padding: 20px;
}
.w_grey.round-newsletter {
	background: url(../ImagesV2/bg-newsletter.png) 0 0 no-repeat;
}

.w_grey p.newsletter {
	font-family: 'lcl1_medium';
	font-size: 16px;
	text-transform: uppercase;
	color: #20388c;
}

/* ------- PARTICULIERS /PRETS
 ------------------------------------------------------------*/
.w_450 {
	width: 450px;
}
/*.btn-orange a {
	display: block;
	width: 320px;
	height: 40px;
	background: url(../ImagesV2/btn-orange2.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
}
.btn-orange a:hover {
	background-position: 0 -43px;
	text-decoration: none;
}*/
.btn-orange2 a {
	display: block;
	width: 230px;
	height: 50px;
	background: url(../ImagesV2/btn-orange3.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #FFF !important;
	text-transform: uppercase;
	line-height: normal;
	padding: 15px 0 0 15px;
	text-decoration: none;
}
.btn-orange2 a:hover {
	background-position: 0 -73px;
	text-decoration: none;
}

.simul-prets, .simul-pret {
	width: 230px;
	height: 120px;
	background: url(../ImagesV2/bg-simul-pret.jpg) 0 0 no-repeat;
}
.simul-prets p.titre-bloc, .simul-pret p.titre-bloc {
	padding-top: 15px;
	font-size: 18px;
	color: #FFF;
}

.simul-prets a, .simul-pret a {
	display: block;
	width: 100px;
	font-size: 15px;
	color: #FFF !important;
	line-height: 17px;
	padding-top: 25px;
	padding-left: 80px;
}

a.medium-lien.bis2 {
	background-position: 5px 4px;
	padding-left: 15px;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
a.medium-lien.bis2:hover { text-decoration: underline; }

table.pdt-prets, table.pdt-pret {width: 100%; }
table.pdt-prets td , table.pdt-pret td{padding: 15px; border-bottom: 1px solid #DBDBDB; border-right: 1px solid #DBDBDB; }
table.pdt-prets td.first, table.pdt-pret td.first {border-right: none; }
table.pdt-prets td.first-white, table.pdt-pret td.first-white  {border-right: 2px solid #FFFFFF; }
table.pdt-prets td.bg-blue, table.pdt-prets div.bg-blue,table.pdt-pret td.bg-blue, table.pdt-pret div.bg-blue  {background-color: #D9EEFF; padding: 0 20px 15px 25px; }
table.pdt-prets td.bg-blue, table.pdt-pret td.bg-blue {padding: 15px;}
table.pdt-prets td.bg-top-table,table.pdt-pret td.bg-top-table {width: 368px; background: url(../ImagesV2/bg-top-table.png) 0 0 no-repeat !important; }

.w_270 {width: 270px; padding: 0 20px;}
.w_270.bg-right {background: url(../ImagesV2/bg-right.png ) right center no-repeat;}
.sol1 .ss-titre, .w_250 .ss-titre  {font-size: 14px; font-weight:bold; color:#0060B2;}
.sol2 .ss-titre {font-size: 14px; font-weight:bold; color:#0060B2;/*color:#E02989;*/}

.w_250 { width: 250px; padding: 10px 20px; }
.w_250.partners { height:120px;  background: url(../ImagesV2/bg-partenaires.png) 0 0 no-repeat; }
.partner img {padding-right: 20px;}



/*--- Onglet 1 ---*/
.w_400 {
	width: 400px;
}

.light-blue {
	padding:10px 15px;
	background: #D9EEFF;
}


/* ------- PARTICULIERS / UNIVERS 
 ------------------------------------------------------------*/
.big-lien.bis {
	width: 350px;
	height: 30px;
	background: #efefef;
	float: left;
}

.big-lien.bis a {
	display: block;
	background: url(../ImagesV2/puce.png) 11px 11px no-repeat;
	padding-left: 25px;
	color: #263F92;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
}

.big-lien.bis a:hover {
	text-decoration:underline;
}

.bg-border.comptes{
	min-height: 300px;
	background: url(../ImagesV2/compte-bg-right.jpg) 0 top no-repeat;
}

.bloc-services {
	width: 360px;
	background: #FFFFFF url(../ImagesV2/bg-bloc-comptes.png) 0 bottom repeat-x; 
	padding: 30px 30px;
	border: 1px solid #E2E2E2;
}
.bloc-services.short {min-height: 170px;}
.inner-bloc-services {margin: 20px 0 0; padding-left: 55px;}

.bg-calc { position: absolute; width: 35px; height: 45px; z-index: 2; margin: -15px 0 0 10px; }
.simulateur {width: 300px; min-height: 192px; background: #FFFFFF url(../ImagesV2/bg-bloc-comptes.png) 0 bottom repeat-x; border: 1px solid #E2E2E2;}
.simulateur .title { padding: 10px 0 10px 15px; font-size: 15px; color: #FFFFFF; font-weight: bold; text-transform: uppercase; text-align: center;}

.inner-simulateur {padding:15px 20px;}

.btn-orange-univers a {
	display: block;
	width: 220px;
	height: 40px;
	background: url(../ImagesV2/btn-orange2.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	line-height: 30px;
	padding-right: 10px;
	text-align: left;
}
.btn-orange-univers a:hover {
	background-position: 0 -43px;
	text-decoration: none;
}

.btn-orange-univers.bis a {
	display: block;
	width: 310px;
	height: 40px;
	background: url(../ImagesV2/btn-orange4.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	line-height: 30px;
	padding-right: 10px;
	text-align: left;
}
.btn-orange-univers a:hover {
	background-position: 0 -43px;
	text-decoration: none;
}

 /*----- COMPTES ET CARTES --- */


 .btn-bleu {  background: #4b86c0 url(../ImagesV2/puce-blanc2.png) 10px center no-repeat; padding: 5px 15px 5px 25px; color: #FFF !important; text-align: center;}

.image-une.comptes2 {width: 600px;}
.comptes .w_250 {padding: 10px;}
.simulateur.comptes .title { background: #6799CA; }


/*----- EPARGNE --- */
.btn-orange {  background: #FF910F url(../ImagesV2/puce-blanc2.png) 10px center no-repeat; padding: 5px 15px 5px 25px; color: #FFF !important; text-align: center;}
.simulateur.epargne .title { background: #FF910F; }

/*----- PRET --- */
.btn-bleu2 {  background: #007CC2 url(../ImagesV2/puce-blanc2.png) 10px center no-repeat; padding: 5px 15px 5px 25px; color: #FFF !important; text-align: center;}
.simulateur.prets .title { background: #007CC2; }

/*----- ASSURANCE --- */
.btn-pink {  background: #CF006D url(../ImagesV2/puce-blanc2.png) 10px center no-repeat; padding: 5px 15px 5px 25px; color: #FFF !important; text-align: center;}
.simulateur.assurance .title, .simulateur.assurances .title { background: #CF006D; }



/* ------- PARTICULIERS / ETRE CLIENT PART 
 ------------------------------------------------------------*/
table.project .title { background: url(../ImagesV2/end-arrow-part.png) 250px 0 no-repeat; padding: 0; }
table.project .title > div { height: 26px; width: 250px; background: #00AFE0 ;line-height: 26px; text-align: center; color: #FFF; font-weight: bold;  }
table.project td { padding: 0 0 25px 25px; line-height: 20px; vertical-align: top;}

.squareBlocContainer.part .title { color: #21378c; text-transform: none; }
.squareBlocContainer.part .title.court { line-height: 45px; }

.square-bloc-grey.part.desc1 {background: url(../ImagesV2/img-tel2.png) 195px 10px no-repeat; }
.square-bloc-grey.part.desc2 {background: url(../ImagesV2/img-graph.png) 190px 10px no-repeat; }
.square-bloc-grey.part.desc3 {background: url(../ImagesV2/img-clock.png) 195px 10px no-repeat; }


.servicesBas-part {
	position: relative;
	width: 529px;
	height: 70px;
	border: 1px solid #E1E1E1;
	border-left: none;
	padding: 15px 0 15px 90px;
	float: left;
	margin: 29px 0 20px -45px;
	z-index: 1;
}

.servicesBas-part .s1 { width: 230px; }
.btnServiceBas-part  {
	display: block;
	width: 330px;
	height: 100px;
	background: url(../ImagesV2/btnServiceBas-part.png) 0 0 no-repeat;
	float: left;
	font-family: 'lcl1_medium';
	text-decoration: none;
	color: #FFF !important;
	font-size: 15px;
	line-height: 25px;
	padding: 25px 0 0 35px;
	z-index: 0;
}

.servicesBas-part .s1, .servicesBas-part .s2 {text-align: center;}
.servicesBas-part .s2 {border-right: none;}

.servicesBas-part a.medium-lien.bis2 {text-align: left;}


/* ------- PARTICULIERS / OUVRIR UN COMPTE PART 
 ------------------------------------------------------------*/
.part .une .bloc-services { width: 635px; border: none;}
.part .une .boutons-side {height: auto;}
p.offre-carte {font-size: 16px; font-weight: bold; color: #4C4C4C; text-align: center;}
p.offre-carte span {color: #FF7F00;}
p.option-carte  {color: #FF7F00; font-size: 16px;}

.bg-grey.ex6 {width: 378px; min-height: 150px; background: #F5F5F5; float: left;  padding:30px; border: 1px solid #E0E0E0; } 
.bg-grey.ex4.bis {width: 880px;}
.big-lien.bis2 {
	width: 920px;
	height: 30px;
	background: #efefef;
	float: left;
}

.big-lien.bis2 a {
	display: block;
	background: url(../ImagesV2/puce.png) 11px 11px no-repeat;
	padding-left: 25px;
	color: #263F92;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
}

.big-lien.bis2 a:hover {
	text-decoration:underline;
}
.bloc-services.part {width: 890px; height: 130px; padding: 0;}
.bloc-services.part .label-option {width: 40px; height: 130px; background: url(../ImagesV2/label-option-part.jpg) 0 0 no-repeat; float: left;}

.part .tableauTarifs2  { width: 917px; }
.part .tableauTarifs2 .details table  { width: 100%; }
.part .tableauTarifs2 .th { background: url(../ImagesV2/puce-bleu-part.png) 20px 11px no-repeat; }
.part .tableauTarifs2 .th:hover {background: #4177AC url(../ImagesV2/puce-blanc.png) 20px 11px no-repeat; color: #FFFFFF;}
.part .tableauTarifs2 .th.selected {background: #4177AC url(../ImagesV2/puce-blanc-active.png) 16px 15px no-repeat; color: #FFFFFF; font-weight: bold;}

.part .tableauTarifs2 .details table tr { background-color: #B3CBE3; }
.part .tableauTarifs2 .details table tr.odd { background-color: #DBE7F2; }
.part .tableauTarifs2 .details table tr:nth-child(2n+1) { background-color: #DBE7F2; }

.bg-light-blue { width: 360px; background: #dee9f3; padding: 20px;}

.btn-grey {  background: #EFEFEF url(../ImagesV2/puce.png) 10px center no-repeat; padding: 5px 15px 5px 25px;}


/* ------- PROFESSIONNELS / OUVRIR COMPTE PRO
 ------------------------------------------------------------*/
 .pro .une .bloc-services { width: 635px; border: none;}
 .pro .une .boutons-side {height: auto;}

.image-offre-pro { position: absolute; width: 190px; height: 160px; right: 0; top: 130px;}

p.offre-carte-pro {font-size: 16px; font-weight: bold; color: #4C4C4C; text-align: center;}
p.offre-carte-pro span {color: #ab419d;}

.btn-details.pro a {background: url(../ImagesV2/btn-details-pro.png) 0 0 no-repeat;}
.btn-details.pro a:hover {background-position: 0 -24px; color: #FFF; text-decoration: none;}

.bloc-services.pro {width: 750px; height: 160px; padding: 0; margin: 0 auto 20px auto;}
.bloc-services.pro .label-option {width: 40px; height: 160px; background: url(../ImagesV2/label-option-pro.jpg) 0 0 no-repeat; float: left;}
.pro p.option-carte  {color: #21378c; font-size: 16px;}

.pro .tableauTarifs2  { width: 917px; }
.pro .tableauTarifs2 .details table  { width: 100%; }
.pro .tableauTarifs2 .th { background: url(../ImagesV2/puce-violet-pro.png) 20px 11px no-repeat; }
.pro .tableauTarifs2 .th:hover {background: #AB429D url(../ImagesV2/puce-blanc.png) 20px 11px no-repeat; color: #FFFFFF;}
.pro .tableauTarifs2 .th.selected {background: #AB429D url(../ImagesV2/puce-blanc-active.png) 16px 15px no-repeat; color: #FFFFFF; font-weight: bold;}
.pro .tableauTarifs2 .details table tr { background-color: #D99DD1; }
.pro .tableauTarifs2 .details table tr.odd { background-color: #EED2EB; }
.pro .tableauTarifs2 .details table tr:nth-child(2n+1) { background-color: #EED2EB; }

.btn-tarifs.pro a {background: url(../ImagesV2/btn-telecharger-pro.png) 0 0 no-repeat; line-height: 35px;}

.btn-violet {  background: #ab429d url(../ImagesV2/puce-blanc.png) 10px center no-repeat; padding: 5px 15px 5px 25px; color: #FFF !important; text-align: center;}
.btn-violet-univers { display: block; width:340px; height: 40px; background: url(../ImagesV2/btn-violet-pro.png) 0 0 no-repeat; color: #FFF !important; line-height: 30px;}


/* ------- PROFESSIONNELS / UNIVERS 
 ------------------------------------------------------------*/

 /*----- PROF LIBERALES  --- */
.bg-border.bis { min-height: 300px; background: url(../ImagesV2/bg-border.jpg) 0px top no-repeat; }

.bloc-services.actu { width: 328px; min-height: 185px; float: left;}
.bloc-services.actu span.date{ background: #22388d; padding: 3px; text-align: center; color: #FFF; }
.bloc-services.actu p.titre{ color:#22388d; margin: 15px 0; font-weight: bold;}

.bloc-services.rss { width: 250px; min-height: 230px; padding: 0; float: left;}
.bloc-services.rss p.titre { background: #ab429d url(../ImagesV2/img-rss.png) 10px center no-repeat; padding: 10px 10px 10px 40px; color: #FFF; font-size: 14px; }


/*----- GESTION QUOTIDIEN  --- */
.w_930 { width: 930px;}
.bloc-services.gestion { width: 415px; padding: 20px 30px 30px 0; }
.bloc-services.gestion.long { min-height: 590px;  }
.bloc-services.gestion h3 { display: inline; background: #ab429d; padding: 5px 10px; color: #FFF; text-align: center; text-transform: uppercase;  }
.bloc-services.gestion .inner-bloc-services { padding-left: 30px;  }

/* ------- ETUDIANT /GUIDE
 ------------------------------------------------------------*/
.w_400.bg-right { background: url(../ImagesV2/bg-right-big.png ) right center no-repeat; }

table.pdt-pret td.bg-grey2, table.pdt-pret div.bg-grey2 {background-color: #EFEFEF; padding: 0 20px 15px 25px; }
table.pdt-pret td.bg-grey2 {padding: 15px; color:#00A1A3;}
table.pdt-pret td.bg-top-table-grey2 {width: 368px; background: url(../ImagesV2/bg-top-table-grey.png) 0 0 no-repeat !important; }

.sol1 .green .ss-titre, .w_250 .green .ss-titre  {font-size: 14px; font-weight:bold; color:#263F92;}


/* ------- FICHES PRODUIT 
 ------------------------------------------------------------*/

/* --------- Layer téléphone   */
#layerHoraires {
	display: none;
	position: absolute;
	width: 360px;
	height: 160px;
	top: 175px;
	left: 535px;
}
.layer2 {
	display: none;
	position: absolute;
	width: 370px;
	height: 170px;
	top: 0;
	left:  0;
	padding: 20px;
	background: #FFFFFF url(../ImagesV2/bg-infos.png) 206px 30px no-repeat;
	border: 2px solid #21378C;
	z-index:3;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#3F3F3F,direction=120,strenght=1);
	-moz-box-shadow: 3px 3px 6px 0px #3F3F3F;
	-o-box-shadow: 3px 3px 6px 0px #3F3F3F;
	-webkit-box-shadow: 3px 3px 6px 0px #3F3F3F;
	box-shadow: 3px 3px 6px 0px #3F3F3F;
}

.btn-close, .close-pop, .btn-close-bleu {
	position: absolute;
	display: block ! important;
	width: 22px;
	height: 22px;
	background: url(../ImagesV2/btn-close-pop.png) 0 0 no-repeat;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.tel {margin: 10px 0;}
.tel span {font-size: 14px; font-weight: bold; color: #4C4C4C;}
.tel ul {padding: 5px 0 20px 10px;}
.tel ul li {line-height: 18px;}



#destinationLayerHoraires, .destinationLayerHoraires {
	display: none;
	position: absolute;
	width: 420px;
	height: 220px;
	top: 95px;
	left:  540px;
}
#destinationLayerHoraires2, #destinationLayerHoraires2-pro {
	display: none;
	position: absolute;
	width: 420px;
	height: 220px;
	top: 1270px;
	left: 50px;
}
#destinationLayerHoraires2-pro { top: 1435px; }
#destinationLayerHoraires3 {
	display: none;
	position: absolute;
	width: 420px;
	height: 220px;
	top: 1625px;
	left: 530px;
}

/* --------- Layer Guide immo   */
#layerGuideImmo {
	display: none;
	/*position: relative;*/
	width: 965px;
	height: 825px;
	z-index: 1000;
	
}

 

/*###################################################
 * ################  		FOOTER
 * ################################################### */
.bg-round {width:1000px; height: 52px; position: relative; margin: 0 auto; background: url(../ImagesV2/main-roundbottom.png) 0 0 no-repeat;  z-index: 3;}
 
#footer, #footer-pro {
 	width: 100%;
 	min-height: 300px;
 	background: #EFEFEF;
 	padding-bottom: 20px;   
}
#footer .gen-footer {height: 71px; background: url(../ImagesV2/bg-footer-part.png) 0 0 repeat-x; padding-top: 45px; margin-top: -30px;}
#footer-pro .gen-footer {height: 61px; background: url(../ImagesV2/bg-footer-pro.png) 0 0 repeat-x; padding-top: 62px;  margin-top: -30px;}
.gen-footer ul { width: 1000px; margin: 3px auto 0; clear:both; text-align:center;}
.gen-footer ul li {display: inline; float: left; margin: 0 0 15px 0; border-right: 1px solid #FFFFFF; line-height: 11px; }
.gen-footer ul li a { padding: 0 17px;font-size:11px; color:#FFF; text-decoration: none; } 

#footer-pro .gen-footer ul li a { padding: 0 35px; }
.gen-footer ul li a:hover { text-decoration: underline; }
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gen-footer ul li a { padding: 0 17px; }
}


.detail-footer {width:1000px; margin: 0 auto;}
.detail-footer p.title-footer { font-size: 14px; color: #22388D; font-weight: bold; margin: 0 0 10px 0;}
.detail-footer ul 
{
    width: 200px;
    float:left;
    /*margin: 0 20px;*/
}
.detail-footer ul li {display: list-item;}
.detail-footer ul li a {font-size:12px; color: #4C5266; padding: 3px 0;}
/*.detail-footer .detail-right {border-left: 3px solid #FFFFFF;}
#footer-pro .detail-footer .detail-right {border-left: 1px solid #B0B0B0;}*/

.ie7bouton
{
   *margin-top: 15px;
}

.ssliste a 
{
background-position: 15px 4px;
font-size: 12px;
text-align: left;
line-height: normal;
}


/*
.ssliste table
{
background-color: black;
background-position: 21px -20px;
border:1px solid black;
font-size: 12px;
text-align: left;
line-height: normal;
margin-bottom: 0px;
margin-top: 120px;
}
*/


/* __ Styles modifiés  : 

#footer, #footer-pro
#footer .gen-footer
#footer-pro .gen-footer
Guide videos 
D:\TMA_CLEP\wwwroot\psp\CreditLyonnais.PSP.ParticuliersWeb\Ressources\StyleSheetV2\style.css
/ * __Nouveaux styles  :
- Boutons actions : lignes 546 à 548
- FICHES PRODUIT : à partir de ligne 1883 
Particuliers Univers
Comptes et cartes
Epargne
Prets
Assurance
Etre client part
Ouvrir un compte part
Ouvrir compte pro
Professionnels Univers :
Prof liberales
Gestion quotidien
Guide videos 


 
 */

 
 
@media (max-width: 960px) {
	.navigation ul.princ {
		width: 658px;
	}
	.content-header {
		padding: 0 !important;
	}
}


@media (max-width: 1024px) {
	.main,
	.banner,
	.bg-round,
	.gen-footer ul, .gen-footer2 ul,
	.detail-footer,
	.wrapper,
	#container,
	.bg-round,
	.detail-footer,
	.content,
	#z_main .fpp #main
	{
		width : 100% !important;
	}

	.content {
		padding: 0 !important;
	}

    .gen-footer > ul > li {
        float: left;
    }
    .gen-footer > ul > li.imageLien {
        margin-top: -7px;
    }
    .gen-footer > ul > li:last-child {
        word-spacing: 4px;
    }

	.content-header {
		width: 97% !important;
	}

	ul.princ li ul.sub-menu.purple {
		margin-left : -450px !important;
	}

	.main-nav { right: 2%; }
	.search { margin-right: 2%; }
	.rs-wrap {
		width: 650px !important;
	}

	.bgc-darkgrey {
		margin: 0 !important;
		width: 100% !important;
	}

	.gen-footer2 ul {
	    padding: 0 !important;
	}

	.content-header .bloc-side {
		width: 270px !important;
	}
	.content-header .btn-compte {
		margin: 5px auto 0 !important;
	}
	.content-header .inner1 ul {
		padding-left: 12px !important;
	}
	.detail-footer ul{
		width:195px;
	}
}