/* GENERAL */
body {
	position: relative;
	margin: 0px;
	font-family: Arial;
	font-size: 0.8em;
	color: black;
	background: white;
}
img {
	border: 0px;
}
p {
	margin: 15px 0px;
}
a {
	color: #8297bb;
	text-decoration: underline;
}
a:hover {
	color: #404d95;
}
.patrimoine a {
	color: #71bdda;
}
.patrimoine a:hover {
	color: #4387bd;
}
.energie a {
	color: #6cb033;
}
.energie a:hover {
	color: #358d33;
}
.finance a {
	color: #f39f47;
}
.finance a:hover {
	color: #cc6623;
}
.epargne a {
	color: #8767a6;
}
.epargne a:hover {
	color: #654894;
}
.immobilier a {
	color: #b6b6b6;
}
.immobilier a:hover {
	color: #707070;
}
h1 {
	margin: 25px 0px 15px 0px;
	font-size: 180%;
	font-weight: bold;
	color: #404d95;
}
.patrimoine h1 {
	color: #4387bd;
}
.energie h1 {
	color: #358d33;
}
.finance h1 {
	color: #cc6623;
}
.epargne h1 {
	color: #654894;
}
.immobilier h1 {
	color: #707070;
}
h2 {
	margin: 15px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #8297bb;
}
.patrimoine h2 {
	color: #71bdda;
}
.energie h2 {
	color: #6cb033;
}
.finance h2 {
	color: #f39f47;
}
.epargne h2 {
	color: #8767a6;
}
.immobilier h2 {
	color: #b6b6b6;
}
h3 {
	margin: 15px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #404d95;
	text-decoration: underline;
}
.patrimoine h3 {
	color: #4387bd;
}
.energie h3 {
	color: #358d33;
}
.finance h3 {
	color: #cc6623;
}
.epargne h3 {
	color: #654894;
}
.immobilier h3 {
	color: #707070;
}
h4 {
	margin: 15px 0px;
	font-size: 90%;
	font-weight: normal;
	text-decoration: underline;
}

p.simulation {
	padding: 15px;
	background: #eeeeee;
}
p.interesse {
	font-weight: bold;
	color: red;
}

/* STYLES MISE EN PAGE */
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.error {
	color: red;
}
.success {
	color: green;
}
.bg-gris {
	background: #eeeeee;
}
.txt-patrimoine {
	color: #4387bd;
}
.txt-energie {
	color: #358d33;
}
.txt-finance {
	color: #cc6623;
}
.txt-epargne {
	color: #654894;
}
.txt-immobilier {
	color: #707070;
}
.bd-patrimoine {
	border: 2px solid #bce7fc;
}
.bd-energie {
	border: 2px solid #c2f8c5;
}
.bd-finance {
	border: 2px solid #fdd57a;
}
.bd-epargne {
	border: 2px solid #d0ccfe;
}
.bd-immobilier {
	border: 2px solid #d5dadd;
}

/* HEADER */
div#header {
	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;
	background: url("../images/design/backgrounds/header-groupe.jpg") top center repeat-x;
}
.energie div#header {
	background: url("../images/design/backgrounds/header-energie.jpg") top center repeat-x;
}
.epargne div#header {
	background: url("../images/design/backgrounds/header-epargne.jpg") top center repeat-x;
}
.finance div#header {
	background: url("../images/design/backgrounds/header-finance.jpg") top center repeat-x;
}
.immobilier div#header {
	background: url("../images/design/backgrounds/header-immobilier.jpg") top center repeat-x;
}
.patrimoine div#header {
	background: url("../images/design/backgrounds/header-patrimoine.jpg") top center repeat-x;
}
div#header-undershadow {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url("../images/design/backgrounds/header-undershadow-groupe.png") top center repeat-x;
}
.energie div#header-undershadow {
	background: url("../images/design/backgrounds/header-undershadow-energie.png") top center repeat-x;
}
.epargne div#header-undershadow {
	background: url("../images/design/backgrounds/header-undershadow-epargne.png") top center repeat-x;
}
.finance div#header-undershadow {
	background: url("../images/design/backgrounds/header-undershadow-finance.png") top center repeat-x;
}
.immobilier div#header-undershadow {
	background: url("../images/design/backgrounds/header-undershadow-immobilier.png") top center repeat-x;
}
.patrimoine div#header-undershadow {
	background: url("../images/design/backgrounds/header-undershadow-patrimoine.png") top center repeat-x;
}
div#acces-partenaires {
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: 251px;
	width: 215px;
	height: 85px;
	/*background: pink;*/
}

/* MENU */
ul#menu {
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 50%;
	margin: 0px 0px 0px -487px;
	padding: 0px;
	width: 974px;
	height: 53px;
	list-style-type: none;
	background: url("../images/design/backgrounds/menu-shadow.png") top center no-repeat;
}
ul#menu li {
	position: relative;
	float: left;
}
li#menu-groupe {
	padding-left: 9px;
}
li#menu-qui-sommes-nous, li#menu-valoxia-energie, li#menu-valoxia-finance, li#menu-valoxia-immobilier   {
	padding-left: 2px;
}
li#menu-valoxia-patrimoine, li#menu-valoxia-epargne, li#menu-contact {
	padding-left: 3px;  
}

/* MENUS DEROULANTS */
ul#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#menu ul li {
	float: none;
	font-size: 100%;
}
ul#menu ul li a {
	overflow: hidden;
	display: block;
	padding: 1px 9px 0px 9px;
	width: auto;
	height: 17px;
	line-height: 17px;
	color: white;
	text-decoration: none;
}
ul#menu ul li.sub a {
	padding-left: 19px;
}
div.sous-menu {
	position: absolute;
	top: 40px;
}
ul#menu div.padding {
	height: 6px;
	font-size: 0px;
}

/* MENU PATRIMOINE */
div#sous-menu-patrimoine {
	visibility: hidden;
	left: -2px;
	width: 274px;
}
div#sous-menu-patrimoine ul {
	width: 258px;
}
div#sous-menu-patrimoine ul li a {
	width: 240px;
	background: url("../images/design/backgrounds/sous-menu-patrimoine-li-off.png") top left no-repeat;
}
div#sous-menu-patrimoine ul li.sub a {
	width: 230px;
}
div#sous-menu-patrimoine ul li a:hover {
	background: url("../images/design/backgrounds/sous-menu-patrimoine-li-on.png") top left no-repeat;
}
div#sous-menu-patrimoine div.padding {
	background: url("../images/design/backgrounds/sous-menu-patrimoine-padding.png") top left no-repeat;
}

/* MENU ENERGIE */
div#sous-menu-energie {
	visibility: hidden;
	left: -2px;
	width: 274px;
}
div#sous-menu-energie ul {
	width: 258px;
}
div#sous-menu-energie ul li a {
	width: 240px;
	background: url("../images/design/backgrounds/sous-menu-energie-li-off.png") top left no-repeat;
}
div#sous-menu-energie ul li.sub a {
	width: 230px;
}
div#sous-menu-energie ul li a:hover {
	background: url("../images/design/backgrounds/sous-menu-energie-li-on.png") top left no-repeat;
}
div#sous-menu-energie div.padding {
	background: url("../images/design/backgrounds/sous-menu-energie-padding.png") top left no-repeat;
}

/* MENU FINANCE */
div#sous-menu-finance {
	visibility: hidden;
	left: -2px;
	width: 245px;
}
div#sous-menu-finance ul {
	width: 229px;
}
div#sous-menu-finance ul li a {
	width: 211px;
	background: url("../images/design/backgrounds/sous-menu-finance-li-off.png") top left no-repeat;
}
div#sous-menu-finance ul li.sub a {
	width: 201px;
}
div#sous-menu-finance ul li a:hover {
	background: url("../images/design/backgrounds/sous-menu-finance-li-on.png") top left no-repeat;
}
div#sous-menu-finance div.padding {
	background: url("../images/design/backgrounds/sous-menu-finance-padding.png") top left no-repeat;
}

/* MENU EPARGNE */
div#sous-menu-epargne {
	visibility: hidden;
	left: -2px;
	width: 269px;
}
div#sous-menu-epargne ul {
	width: 253px;
}
div#sous-menu-epargne ul li a {
	width: 235px;
	background: url("../images/design/backgrounds/sous-menu-epargne-li-off.png") top left no-repeat;
}
div#sous-menu-epargne ul li.sub a {
	width: 225px;
}
div#sous-menu-epargne ul li a:hover {
	background: url("../images/design/backgrounds/sous-menu-epargne-li-on.png") top left no-repeat;
}
div#sous-menu-epargne div.padding {
	background: url("../images/design/backgrounds/sous-menu-epargne-padding.png") top left no-repeat;
}

/* MENU IMMOBILIER */
div#sous-menu-immobilier {
	visibility: hidden;
	right: -11px;
	width: 246px;
}
div#sous-menu-immobilier ul {
	width: 230px;
}
div#sous-menu-immobilier ul li a {
	width: 212px;
	background: url("../images/design/backgrounds/sous-menu-immobilier-li-off.png") top left no-repeat;
}
div#sous-menu-immobilier ul li.sub a {
	width: 202px;
}
div#sous-menu-immobilier ul li a:hover {
	background: url("../images/design/backgrounds/sous-menu-immobilier-li-on.png") top left no-repeat;
}
div#sous-menu-immobilier div.padding {
	background: url("../images/design/backgrounds/sous-menu-immobilier-padding.png") top left no-repeat;
}

/* OMBRES MENUS DEROULANTS */
div.sous-menu-left-shadow {
	padding-left: 5px;
	background: url("../images/design/backgrounds/sous-menu-left-shadow.png") center left repeat-y;
}
div.sous-menu-right-shadow {
	padding-right: 11px;
	background: url("../images/design/backgrounds/sous-menu-right-shadow.png") center right repeat-y;
}
div.sous-menu-bottom-shadow-1 {
	padding-left: 50px;
	background: url("../images/design/backgrounds/sous-menu-bottom-shadow-1.png") bottom left no-repeat;
}
div.sous-menu-bottom-shadow-2 {
	height: 12px;
	background: url("../images/design/backgrounds/sous-menu-bottom-shadow-2.png") bottom center repeat-x;
}
div.sous-menu-bottom-shadow-3 {
	padding-right: 50px;
	background: url("../images/design/backgrounds/sous-menu-bottom-shadow-3.png") bottom right no-repeat;
}

/* MAIN */
div#main {
	position: relative;
	margin: 0px auto;
	width: 974px;
	background: white url("../images/design/backgrounds/main-bottom-groupe.jpg") bottom center no-repeat;
}
.energie div#main {
	background: white url("../images/design/backgrounds/main-bottom-energie.jpg") bottom center no-repeat;
}
.epargne div#main {
	background: white url("../images/design/backgrounds/main-bottom-epargne.jpg") bottom center no-repeat;
}
.finance div#main {
	background: white url("../images/design/backgrounds/main-bottom-finance.jpg") bottom center no-repeat;
}
.immobilier div#main {
	background: white url("../images/design/backgrounds/main-bottom-immobilier.jpg") bottom center no-repeat;
}
.patrimoine div#main {
	background: white url("../images/design/backgrounds/main-bottom-patrimoine.jpg") bottom center no-repeat;
}
div#main2 {
	min-height: 471px;
	background: url("../images/design/backgrounds/main-top-groupe.jpg") top center no-repeat;
}
.energie div#main2 {
	background: url("../images/design/backgrounds/main-top-energie.jpg") top center no-repeat;
}
.epargne div#main2 {
	background: url("../images/design/backgrounds/main-top-epargne.jpg") top center no-repeat;
}
.finance div#main2 {
	background: url("../images/design/backgrounds/main-top-finance.jpg") top center no-repeat;
}
.immobilier div#main2 {
	background: url("../images/design/backgrounds/main-top-immobilier.jpg") top center no-repeat;
}
.patrimoine div#main2 {
	background: url("../images/design/backgrounds/main-top-patrimoine.jpg") top center no-repeat;
}

/* CONTENT */
div#content {
	overflow: hidden;
	margin: 0px 16px;
	padding: 17px 14px 55px 14px;
	width: 914px;
}
div#content h2, div#content h3, div#content h4, div#content p, div#content ul, div#content ol {
	margin-right: 82px;
	margin-left: 82px;
}
div#content table p, div#content table h3 {
	margin-right: 0px;
	margin-left: 0px;
}
div#content ul , div#content ol{
	padding-left: 20px;
}
div#content ul {
	list-style-type: square;
}
div#content ul ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 40px;
}
div#content p.contact {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
div#content p.important {
	font-size: 110%;
	font-weight: bold;
	color: black;
}
div#content p.filariane {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 90%;
	color: #8297bb;
}
div#content p.filariane a {
	text-decoration: underline;
}
.patrimoine div#content p.filariane {
	color: #71bdda;
}
.energie div#content p.filariane {
	color: #6cb033;
}
.finance div#content p.filariane {
	color: #f39f47;
}
.epargne div#content p.filariane {
	color: #8767a6;
}
.immobilier div#content p.filariane {
	color: #b6b6b6;
}
/*p.visuel-gauche, p.visuel-droite {
	overflow: hidden;
}
p.visuel-gauche img {
	float: left;
	margin-right: 20px;
}
p.visuel-droite img {
	float: right;
	margin-left: 20px;
}*/
div#content img.visuel-gauche {
	float: left;
	display: block;
	margin: 0px 20px 5px 82px;
}
div#content img.visuel-right {
	float: right;
	display: block;
	margin: 0px 82px 5px 20px;
}

/* OUTILS */
div#outils {
	overflow: hidden;
	margin: 15px auto;
	width: 945px;
}
div.btn-outil {
	float: left;
	margin: 0px 6px;
	padding: 0px 7px 9px 0px;
	width: 170px;
	height: 38px;
	line-height: 38px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: url("../images/design/boutons/outils/btn-outil-groupe.jpg") center center no-repeat;
}
.energie div.btn-outil {
	background: url("../images/design/boutons/outils/btn-outil-energie.jpg") center center no-repeat;
}
.epargne div.btn-outil {
	background: url("../images/design/boutons/outils/btn-outil-epargne.jpg") center center no-repeat;
}
.finance div.btn-outil {
	background: url("../images/design/boutons/outils/btn-outil-finance.jpg") center center no-repeat;
}
.immobilier div.btn-outil {
	background: url("../images/design/boutons/outils/btn-outil-immobilier.jpg") center center no-repeat;
}
.patrimoine div.btn-outil {
	background: url("../images/design/boutons/outils/btn-outil-patrimoine.jpg") center center no-repeat;
}
div.btn-outil a {
	display: block;
	width: 170px;
	height: 38px;
	color: black;
	text-decoration: none;
}
div.btn-outil a:hover {
	color: black;
	text-decoration: none;
}

/* FOOTER */
div#footer {
	margin: 15px auto;
	width: 974px;
	height: 40px;
	line-height: 40px;
	font-size: 110%;
	color: black;
	text-align: center;
}
div#footer a {
	color: black;
}
div#footer img {
	margin: 0px 10px;
	vertical-align: middle;
}

/* SPONSOR */
div#sponsor {
	margin: 15px auto;
	width: 974px;
	text-align: center;
}

/* FORMULAIRES */
form.form {
	margin: 15px 0px;
}
form.form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form.form label {
	font-weight: bold;
}
form.form input.texte {
	border: 1px solid #8297bb;
	width: 250px;
}
form.form textarea {
	border: 1px solid #8297bb;
	width: 500px;
	height: 180px;
	font-size: 100%;
	font-family: Arial;
}

/* TABLEAUX */
table td {
	background: white;
}
table.tbbg-patrimoine {
	background: #bce7fc;
}
table.tbbg-energie {
	background: #c2f8c5;
}
table.tbbg-finance {
	background: #fdd57a;
}
table.tbbg-epargne {
	background: #d0ccfe;
}
table.tbbg-immobilier {
	background: #d5dadd;
}


.boutonimmobilier1{
	background-image:url("../images/design/decouvrez-nos-programmes.jpg");
	background-repeat:no-repeat;
    color: white;
    font-family: Calibri;
    font-size: 26px;
    font-weight: 600;
    height: 83px;
    letter-spacing: -2px;
    line-height: 83px;
    padding-left: 90px;
    width: 675px;
 text-shadow: 2px 2px 0.2em black; 
    margin-left: 70px;

	}
	
	
.boutonimmobilier1 a{
	text-decoration:none;
	color:white;
	display:block;
    width: 765px;
	    height: 83px;

	}
	.boutonimmobilier1 span{

 color: white;
    font-family: Calibri;
    font-size: 17px;
	    letter-spacing: -1px;
	}



.boutonimmobilier{
	background-image:url("../images/design/decouvrez-nos-programmes.jpg");
	background-repeat:no-repeat;
    color: white;
    font-family: Calibri;
    font-size: 26px;
    font-weight: 600;
    height: 83px;
    letter-spacing: -2px;
    line-height: 83px;
    padding-left: 90px;
    width: 675px;
 text-shadow: 2px 2px 0.2em black; 
    margin-left: 70px;
	}
	
	
.boutonimmobilier a{
	text-decoration:none;
	color:white;
	display:block;
    width: 765px;
	    height: 83px;

	}
	.boutonimmobilier span{

 color: white;
    font-family: Calibri;
    font-size: 17px;
	    letter-spacing: -1px;
	}
	
	
	
	.boutonimmobilierdutreuil{
	background-image:url("../images/design/decouvrez-nos-programmes.jpg");
	background-repeat:no-repeat;
    color: white;
    font-family: Calibri;
    font-size: 26px;
    font-weight: 600;
    height: 83px;
    letter-spacing: -2px;
    line-height: 83px;
    padding-left: 90px;
    width: 675px;
 text-shadow: 2px 2px 0.2em black; 
    margin-left: 90px;

	}
	
	
.boutonimmobilierdutreuil a{
	text-decoration:none;
	color:white;
	display:block;
    width: 765px;
	    height: 83px;

	}
	.boutonimmobilierdutreuil span{

 color: white;
    font-family: Calibri;
    font-size: 17px;
	    letter-spacing: -1px;
	}
	
.prog
{
	width:650px;
	height:200px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	border: solid 2px #106d9c;
	text-decoration:none;
}

.prog .departement
{
	float:right;
	margin-top:10px;
	margin-right:20px;
	font-weight:bold;
	color:#106d9b;
	font-size:11px;
	text-decoration:none;
}

.prog .nom
{
	margin-top:8px;
	margin-left:15px; 
	font-size:13px;
	color:#106d9b;
	text-decoration:none;
}

.prog .vignette
{
	float:left;
	width:260px;
	height:150px;
	margin-top:10px;
	margin-left:15px;
	border:none;
	background-image:url('img/vignetteBackground.png');
}

.prog .accroche
{
	margin-top:8px;
	margin-left:290px; 
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

.prog .description
{	
	width:328px;
	margin-top:10px;
	margin-left:290px;
	font-size:11px;
	color:#777777;
	text-decoration:none;
}

.prog .plus
{
	float:right;
	position:relative;
	margin:0;
	padding:0;
	top:-28px;
	left:0px;
	width:180px;
	font-size:10px;
	color:#777777;
	text-decoration:none;
}
.vertfonce{
	color: #6CB033;
}
