﻿/*@charset "utf-8";*/
/* CSS Document */

#container-accueil{
    background:#7ca1cd url(/KA/V3_img/body-bg-accueil.gif) repeat-x;
    padding-bottom:15px;
}



h2.descriptif-accueil{
	font-size:1.1em;
	color:#114989;
	/*text-align:center;*/
	font-weight:normal;
	padding-top:5px;
}


/*************************/
/***   Diapo Accueil   ***/
/*************************/
#gallery{
	position:absolute;
	margin:0 auto;
	top:0px;
	left:5px;
	z-index:1;
	overflow:hidden;
}
.photo{
	display:block;
	text-align:center;
	height:70px;
	width:150px;
	padding:/*5px*/19px 5px 16px 5px;
	position:absolute;
}
.photo img{
	text-align:center;
}
/************************/
/***   Menu Accueil   ***/
/************************/
#menu-accueil{
	position:absolute;
	top:130px;
	right:10px;
	width:936px;
	height:19px;
	list-style:none;
	display:inline;
}
#menu-accueil li{
	padding:0 1px 0 0;
	font-size:1.1em;
	width:77px;
	display:block;
	float:left;
}
#menu-accueil li a{
	display:block;
	width:77px;
	height:19px;
	line-height:19px;
	color:#fff;
	background:url(/KA/V3_img/menu-accueil-bg-out.gif) no-repeat;
	text-decoration:none;
	text-align:center;
	font-size:0.9em;
}
#menu-accueil li a:hover{
	background:url(/KA/V3_img/menu-accueil-bg-over.gif) no-repeat;
	text-decoration:underline;
	color:#F76B21;
}
#menu-accueil li a.on{
	color:#F76B21;
	background:url(/KA/V3_img/menu-accueil-bg-over.gif) no-repeat;
	text-decoration:none;
}
#menu-accueil li a.on:hover{
	background:url(/KA/V3_img/menu-accueil-bg-over.gif) no-repeat;
	text-decoration:underline;
	color:#F76B21;
}
#espace-perso-accueil{
	position:absolute;
	width:138px;
	top:160px;
	right:15px;
	background:#b5d2ee;
}
#espace-perso-accueil h2{
	font-size:1.1em;
	text-align:left;
	font-weight:bold;
	color:#b5d2ee;
	/*line-height:18px;*/
	padding:2px 2px 2px 24px;
	background:#2463ab url(/KA/V3_img/pict-utilisateur.gif) 6px 3px no-repeat;
}
#espace-perso-accueil #bloc-loggin
{
	/*margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;*/
	padding:0 5px;
	width:128px;
}
#espace-perso-accueil label{
	font-size:1.1em;
	color:#2463AB;
	width:128px;
}
#espace-perso-accueil input{
	font-size:1.1em;
	color:#2463ab;
	width:125px;
}
#espace-perso-accueil button{
	margin:0 0 0 0;
	padding:0;
	border:none;
	width:128px;
	cursor:pointer;
	background:transparent;
}

#teaser{
	/*background:url(/KA/V3_img/accueil-bg-teaser.jpg) bottom no-repeat;*/
	background:url(/KA/V3_img/Fonds/accueil-bg-teaser_DM.jpg) 0px 133px no-repeat;
	width:/*660px*/75%;
	height:/*167px*/auto;
	margin:0 0 0 198px;
	/*padding:133px 0 0 0;*/
	padding:133px 0 20px 0;
	/*text-align:center;*/
}
#teaser h1{
	font-size:2.2em;
	color:#FFF;
	font-weight:bold;
	padding-left:10%;
	padding-top:5px;
	/*padding:0 0 0 25px;
	text-align:center;*/
}
#teaser h1 span{
	color:#B5D2EE;
	font-size:0.7em;
}
#teaser ul{
	
	/*padding:5px 0 0 105px;*/
	list-style-type:none;
	padding-left:15%;
	}
#teaser ul li{
	background:url(/KA/V3_img/accueil-fleche-teaser.gif) no-repeat;
	padding:0 0 0px 20px;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
	/*padding-bottom:6px;*/
	text-align:left;
}
#teaser ul li a{
	background:url(/KA/V3_img/pict-gogo.gif) 10px 4px no-repeat;
	padding-left:30px;
	font-weight:normal;
	color:#FFF;
	font-size:0.8em;
}
#container-bloc-accueil{
	width:95%;
	margin-top:20px 0 10px;
}
/*.tab-accueil{
	width:99%;
	margin:22px 0 0 20px;
}
.tab-accueil td{
	background:#FFF;
}
.tab-accueil td .fleche-devis{
	height:57px;
	background:url(/KA/V3_img/accueil-fleche-13-devis.gif) 13% no-repeat;
	text-align:center;
	width:95%;
}
.tab-accueil td button{
	border:none;
	cursor:pointer;
	background:transparent;
	vertical-align:middle;
	margin-top:10px;
	width:381px;
	height:52px;
}
.tab-accueil td h4{
	padding:5px 20px 5px 35px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.tab-accueil td p{
	padding:5px 15px 5px 30px;
	text-align:center;
	font-size:1em;
	font-weight:normal;
}
.tab-accueil td.puce-accueil-1{
	background:url(/KA/V3_img/pict-accueil-h3-1.gif) left no-repeat;
}
.tab-accueil td.puce-accueil-2{
	background:url(/KA/V3_img/pict-accueil-h3-2.gif) left no-repeat;
}
.tab-accueil td.puce-accueil-3{
	background:url(/KA/V3_img/pict-accueil-h3-3.gif) left no-repeat;
}
.tab-accueil td.h3-fin{
	width:40px;
	background:url(/KA/V3_img/accueil-bg-h3-right.gif) bottom left no-repeat;
}
.tab-accueil td.bas-fin{
	width:40px;
	height:10px;
	background:url(/KA/V3_img/accueil-bg-tab-bas-right.gif) no-repeat;
}
.tab-accueil td.bas{
	height:10px;
	background:#FFF url(/KA/V3_img/accueil-bg-tab-bas-left.gif) left no-repeat;
}

.tab-accueil td h3{
    margin-left:38px;
    padding-top:13px;
    background:url(/KA/V3_img/accueil-bg-h3-middle.gif) bottom repeat-x;
    text-align:center;
    font-size:1.5em;
    font-weight:bold;
    color:#FFF;
    height:24px;
}

.tab-accueil .fleche-accueil-fin{
	width:40px;
	background:url(/KA/V3_img/accueil-bg-tab-right.gif) left repeat-y;
}
.tab-accueil td.fleche-accueil-fin div.fleche{
	background:url(/KA/V3_img/accueil-fleche-tab-right.gif) top no-repeat;
	height:27px;
	width:40px;
}
.tab-accueil td.fleche-accueil-fin div.fleche-vide{
	background:url(/KA/V3_img/accueil-bg-tab-right.gif) left repeat-y;
	height:27px;
	width:40px;
}*/
.h3-marque{
	margin-top:15px;
	margin-bottom:10px;
	width:70%;
	float:left;
	background:#fff;
	height:124px;
}
.h3-marque h3{
	background:#2463AB;
	padding-left:15px;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:22px;
}
.h3-marque .image-defil{
	height:80px;
	width:100%;
	text-align:center;
}
.h3-marque .image-defil table{
	width:100%;
	border:none;
}
.h3-marque .image-defil table td{
	vertical-align:middle;
	width:100%;
	height:76px;
}
.h3-marque .image-defil table td img{
	margin:0 auto;
	display:block;
	text-align:center;
	/*border:solid 1px #000;*/
	border:none;
}
.h3-marque .image-defil div.left{
	float:left;
	border:none;
	height:80px;
	margin:0;
	padding:0;
	width:12px;
	cursor:pointer;
}
.h3-marque .image-defil #bloc-image-defil{
	margin:0 auto;
	/*height:80px;*/
	width:92%;
	float:left;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
.h3-marque .image-defil #bloc-image-defil img{
	text-align:center;
}
.h3-marque .image-defil div.right{
	float:right;
	border:none;
	height:80px;
	margin:0;
	padding:0;
	width:12px;
	cursor:pointer;

}
.h3-marque .image-defil a img{
	border:none;
}
.h3-marque .marque-footer{
	background:#2463AB;
	line-height:22px;
	height:22px;
	width:100%;
}
.h3-marque .marque-footer a{
	background:url(/KA/V3_img/pict-gogo.gif) 0px 6px no-repeat;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	float:right;
}
.h3-comparatif{
	margin-top:0; /* AL : modifié pour permettre de confondre les 2 blocs foncés*/
	width:75%;
	background:#2461A8;
	min-height:115px;
	height:auto !important;
	height: 115px;
	padding:5px 0;
}
.h3-comparatif h3{
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:24px;
	margin:0 18px;
	background: #2461A8 url(/KA/V3_img/accueil-comparatif-bottom.gif) bottom repeat-x;
}
.h3-comparatif ul{
	width:30%;
	float:left;
	/*FL suppression de margin-top:10px;*/
	margin-left:18px;
	list-style-type:none;
}
.h3-comparatif ul li{
	background:url(/KA/V3_img/accueil-comparatif-fleche.gif) 0px 4px no-repeat;
	color:#fff;
	font-size:1.1em;
	padding-left:15px;
	margin-bottom:5px;
}
.h3-comparatif ul li a{
	color:#fff;
}
/*FL ajout: classe pour les titres catégories domaines*/
.h3-comparatif ul li.titre{
background:none;
font-weight:bold;
color:#85a8d1;
padding:0;
}
.h3-comparatif ul li.titre h4{
	font-size:1.1em;
}
/* fin FL ajout: classe pour les titres catégories domaines*/

/* Aurel ajout pour paragraphe */
.h3-comparatif p{
	color:#fff;
	margin:6px 18px;
	font-size:1.1em;
}

/* FL ajout : classe pour bloc savoir */
.h3-savoir{
	margin-top:10px;
	width:75%;
	background:#608DC1;
	padding:5px 0;
}
.h3-savoir h3{
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:24px;
	margin:0 18px;
	background:url(/KA/V3_img/accueil-savoir-bottom.gif) bottom repeat-x;
}
.h3-savoir h4{
	color:#1B487D;
	font-weight:bold;
	font-size:1.2em;
	line-height:24px;
	margin:0 18px;
}
.h3-savoir p{
	color:#fff;
	margin:6px 18px;
	font-size:1.1em;
}
.h3-savoir ul{
	margin-left:22px;
	list-style-type:none;
	margin-bottom:10px;
}
.h3-savoir ul li{
	background:url(/KA/V3_img/accueil-comparatif-fleche.gif) 0px 4px no-repeat;
	color:#fff;
	font-size:1.1em;
	padding-left:18px;
	margin-bottom:5px;
}

.h3-savoir div.asavoir {
background:url("/KA/V3_img/accueil-savoir-bottom.gif") repeat-x scroll center bottom transparent;
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
line-height:24px;
margin:0 18px;
}

/* AL ajout : classe pour bloc présentation comparatif - duplication bloc savoir avec couleur bloc comparatif - astuce pour associer les 2 blocs foncés pour ne pas toucher au code SQLI */
.h3-offre{
	margin-top:10px;
	width:75%;
	background:#2461A8;
	padding:5px 0;
}
.h3-offre h3{
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:24px;
	margin:0 18px;
	background: url(/KA/V3_img/accueil-comparatif-bottom.gif) bottom repeat-x;
}
.h3-offre p{
	color:#fff;
	margin:6px 18px;
	font-size:1.1em;
}
.h3-offre ul{
	margin-left:22px;
	list-style-type:none;
	margin-bottom:10px;
}
.h3-offre ul li{
	background:url(/KA/V3_img/accueil-comparatif-fleche.gif) 0px 4px no-repeat;
	color:#fff;
	font-size:1.1em;
	padding-left:18px;
	margin-bottom:5px;
}


/* --------- position haut des boites Gauches  ------- */
/*  style générique des boites dans charte.css + avatar.css */
/* position haute gérée par la feuille liée au gabarit */
/* ---------------------------------- */ 

/* avatar boite Conseil_V2*/
#conseil-box
{top:200px ;}
/* boite conseil-pro*/
#conseil-pro
{
  top:450px;
}
/* boite Actus*/
#actusKelassur
{
	top:570px;
}
/*boite comparer*/
#comparerDevis
{	top:490px;
}
      
 /******  ajouts pour version accueil DM_v3.2.css *****/     
 /* rectifications ou ajouts de styles de charte.css */
#container-deb-accueil h1{
	color:#0a427b;font-size:1.8em;padding:5px 0 0 15px;
}
#container-deb-accueil h1 span{
color:#6194c3;
}
/* end rectifications ou ajouts de styles de charte.css */
/* table contenu central*/
button.btn_devis
{clear:both;width:278px;height:68px;
background: url(/KA/V3_img/Boutons/btn_devisV2_OFF.gif) no-repeat top left;
border:none;
}
button.btn_devis:hover
{background: url(/KA/V3_img/Boutons/btn_devisV2_ON.gif) no-repeat top left;
cursor:pointer;	
}

button.btn_comparer
{background: url(/KA/V3_img/Boutons/btn_compare_OFF.gif) no-repeat top left;
border:none;
width:134px;
height:26px;}
button.btn_comparer:hover
{background: url(/KA/V3_img/Boutons/btn_compare_ON.gif) no-repeat top left;
	cursor:pointer;
	}
/* table 123*/
.cartouche123
{padding:0;
border-collapse:collapse;
background-color:#fff;text-align:left;
width:240px;}
.cartouche123 span
{padding:10px 0 6px 0;margin:0;font-size:14px;color:#fff;padding:6px 0 0 35px;margin:0;font-weight:bold;
text-decoration:none;display:block;height:20px;width:168px;}
.cartouche123 span.titre1
{background: url(/KA/V3_img/Boutons/btn_123_1_OFF.gif) no-repeat;
}
.cartouche123 span.titre2
{background: url(/KA/V3_img/Boutons/btn_123_2_OFF.gif) no-repeat;
}
.cartouche123 span.titre3
{background: url(/KA/V3_img/Boutons/btn_123_3_OFF.gif) no-repeat;
}
.cartouche123 p
{color:#666;padding:0 0 0 8px;margin:0;font-weight:bold;font-size:12px;
}
/* end table 123*/
/*table boutons devis profil*/
.devisProfil
{border-collapse:collapse;
text-align:center;
width:90%;
}
.devisProfil td
{padding:0 10px;
}
.devisProfil h2
{font-size:14px;
font-weight:bold;
color:#0b3f7a;
}
.devisProfil h2 strong
{display:block;
font-size:20px;
}
.devisProfil h2 a
{text-decoration:none;
color:#0b3f7a;
}
.devisProfil h2 a:hover
{
color:#a60a00;
}

/*table boutons devis profil*/
      /* end table contenu central */
      