@charset "utf-8";
/* CSS Document */

/**************************************************
/*	GENERAL   
**************************************************/
* {
	padding:0;
	margin:0;
	
}

body{
	font-family: lucida sans, Helvetica, sans-serif;
	font-size:11px;
	background:#2f4052 url(../images/bg-body.gif) repeat-x 0 0;
	color:#637c9d;
}
strong{
font-weight:bold;
}

a img{
border:none;
}

hr{
clear:both;
visibility:hidden;
display:block;
border:0;
margin:0;
height:1px;
}

textarea {
font-size:11px;
}


#CONTAINER {
width:950px;
min-height:500px;
margin: 0 auto 0 auto;
}

font[face=Verdana] {
	font-family: lucida sans, Helvetica, sans-serif;!important
}

/**************************************************
/*	HEADER   
**************************************************/

#BANDEAU {
	height:134px;
}

#MENU-haut {
	height:17px;
	text-align:right;
	color:#FFFFFF;
	padding:5px 0 0 0;
}

#MENU-haut a {
	color:#FFFFFF;
	text-decoration:none;
}

#MENU-haut a:hover {
	color:#fddf18;
}

#BANDEAU-logo {
	height:87px;
	width:123px;
	float:left;
}

#BANDEAU-base {
	height:87px;
	width:812px;
	float:left;
	padding:0 0 0 15px;
	background:url(../images/bg-bandeau-base.jpg) repeat-y top left;
	color:#8e9aa6;
	position:relative;
}

#BANDEAU-base h1 {
	margin: 20px 0px 5px;
}

#BLOC-espace-marchand {
	height:19px;
	width:120px;
	padding:4px 0 0 7px;
	position:absolute;
	top:0;
	right:0;
	background-color:#637c9d;
}

#BLOC-espace-marchand a {
	padding:0 0 0 20px;
	color:#FFF;
	text-decoration:none;
	background:url(../images/picto-fleche-esp-marchand.gif) no-repeat top left;
}

#BLOC-espace-marchand a:hover {
	color:#fddf18;
}

#MENU {
	height:25px;
	width:935px;
	padding:0 0 0 15px;
	background: url("../images/bg-menu.gif") repeat-x top left;
	color:#FFF;
}

#MENU li.fleche {
	background: url(../images/fleche-menu.gif) no-repeat 0 8px;
}

#MENU li.fleche a {
	padding-left:12px;
}

#RECHERCHER {
	float:right;
	margin:3px 10px 0 0;
	width: 246px;
}

#RECHERCHER input {
	width:130px;
	background-color:#9cb1ce;
	border:solid 1px #c1d2e6;
	font-size:11px;
	color:#e0e7ed;
	margin:0 5px 0 0;
}

#RECHERCHER a {
	color:#d0d7df;
	text-decoration:none;
	display: inline-block;
	float:right;
	height:16px;
}

#lnrecherche {
	color:#fff;
	font-weight:bold;
	float:none;
	width:90px;
	display:inline;
}

/**************************************************
/*	FOOTER   
**************************************************/
#FOOTER {
color:#818890;
width:800px;
margin:0 auto 0 auto;
height:25px;
text-align:center;
}
#FOOTER a {
color:#818890;
text-decoration:none;
}
#FOOTER a:hover {
color:#FFF;
}

/**************************************************
/*	ACCUEIL   
**************************************************/
#ACCUEIL-flash {
	margin:0 0 0px 0;
	position:relative;
	background-color:#fff;
	border-bottom:solid 1px #2f4052;
	padding-top:-2px;
	overflow:hidden;
	height:245px;
	width:950px;
	float: left;
}

#BLOC-infos-flash {
	width:224px;
	margin:0 0 0 0;
	position:absolute;
	bottom:0;
	left:0;
	bottom:0px;
	height:245px;
	background: url(../images/bloc_flash.png);
}

.INFO-flash  {
	min-height:35px;
	width:165px;
	margin:0 auto 0 auto;
	padding:10px 0 5px 29px;
	border-bottom:solid 1px #a8aaab;
	color:#b7b7b7;
	background: url(../images/picto-fleche-infos-flash.png) no-repeat 0 10px;
}

.INFO-flash:last-child {
	border: none;
}

#BLOC-map-flash {
	width:725px;
	margin:0 0 0 0;
	position:absolute;
	bottom:0;
	left:224px;
	bottom:0px;
	height:244px;
}

#BLOC-map-flash a {
	/*background: url(../images/bloc_flash.png);*/
	position: absolute;
	display:block;
	width: 100%;
}

a.map-1 {
	height: 102px;
	top: 0px;
}

a.map-2 {
	height: 102px;
	top: 140px;
}

#ACCUEIL-actus {
	height:34px;
	margin:0 0 20px 0;
	width:950px;
}

#ACCUEIL-actus-content {
	height:20px;
	
	padding:6px 0 6px 13px;
	color:#2d3842;
	background:url(../images/actu.png) no-repeat bottom left;
}

#ACCUEIL-actus-content h1 {
	border-right: solid 1px #2D3842;
	font-size:14px;
	margin-right:10px;
	padding-right:10px;
}

#ACCUEIL-actus-content a {
	color:#2d3842;
	text-decoration:none;
}

#ACCUEIL-actus-content a:hover {
	color:#1653a7;
}

#ACCUEIL-blocs-infos, #ACCUEIL-CONC-blocs-infos {
margin:0 0 10px 0;
min-height:133px;
}

#ACCUEIL-blocs-liens {
min-height:100px;
margin:0 0 15px 0;
}
.BLOC-liens-L, .BLOC-liens-R {
width:223px;
min-height:100px;
}
.BLOC-liens-L {
margin:0 19px 0 0;
float:left;
}
.BLOC-liens-R {
margin:0 0 0 0;
float:right;
}


.BLOC-liens-L ul, .BLOC-liens-R ul {
list-style-type:none;
margin:6px 0 0 23px;
padding:0 0 3px 0;
color:#848b92;
font-size:10px;
}

.BLOC-liens-L ul li a, .BLOC-liens-R ul li a {
color:#FFF;
text-decoration:none;
}
.BLOC-liens-L ul li a:hover, .BLOC-liens-R ul li a:hover {
color:#c2ceda;
}

.BLOC-infos, .BLOC-infos-conseil    {
width:223px;
min-height:132px;
}

.BLOC-infos {
	margin:0 0 0 19px;
	float:right;
	background:url("../images/block.png") no-repeat bottom left;
}

.BLOC-infos-titre  {
	background:url("../images/block_top.png") no-repeat top left;
	height:19px;
	color:#324968;
	font-size:12px;
	font-weight:bold;
	padding:4px 0 0 11px;
}

.BLOC-infos-content {
	background: url(../images/bg-trait-titre-bloc-infos.gif) no-repeat top left;
	color:#1653a7;
	font-size:11px;
	padding:10px 5px 10px 10px;
}

.BLOC-infos-content img {
/*float:left;*/
margin: 0 10px 0 0;
}
.BLOC-infos-content a {
text-decoration:none;
color:#1653a7;
}
.BLOC-infos-content a:hover {
color:#324968;
}

.BLOC-infos-conseil   {
	margin:0 0 0 0;
	padding:0 0 1px 0;
	float:left;
	background:url(../images/block_conseil.png) no-repeat bottom left;
	position:relative;
}

.BLOC-infos-conseil-titre {
	background:url(../images/block_conseil_top.png) no-repeat top left;
	height:23px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:5px 0 0 11px;
}

.BLOC-infos-conseil .BLOC-infos-content {
background: none;
color:#FFFFFF;
padding:5px 5px 10px 10px;
}
.BLOC-infos-conseil .BLOC-infos-content a {
color:#FFFFFF;
text-decoration:none;
}
.BLOC-infos-conseil .BLOC-infos-content a:hover {
color:#febf00;
}
.BLOC-num-vert {
color:#008d52;
background-color:#FFFFFF;
text-align:center;
position:absolute;
bottom:5px;
padding:2px 0 0 0;
left:0;
width:100%;
height:/*15px*/24px;;
}

#BLOC-accueil-presentation {
	text-align:right;
	color:#d5d9dc;
	padding:5px 0 5px 0;
	font-size:9px;
	text-align:center;
}

/**************************************************
/*	MISE EN PAGE   
**************************************************/
.IMAGE-left-01{
float:left;
padding:0 5px 5px 0
}

.IMAGE-right-01{
float:right;
padding:0 5px 5px 0
}

.CLEAR-both{clear:both; height:1px;}
.CLEAR-both2{clear:both;}
.FLOAT-right{float:right;}
.FLOAT-left{float:left;}
.MARGIN-auto{margin:0 auto;}

.RELATIVE{position:relative;}
.ABSOLUTE-top-right{position:absolute; top:0; right:0;}
.ABSOLUTE-bottom-left{position:absolute; bottom:0; left:0;}
.ABSOLUTE-bottom-right{position:absolute; bottom:0; right:0;}



.ALIGN-right{text-align:right;}
.ALIGN-left{text-align:left;}
.ALIGN-center{text-align:center;}
.ALIGN-justify{text-align:justify;}

.VERTICAL-ALIGN-middle{vertical-align:middle;}
.VERTICAL-ALIGN-top{vertical-align:top;}

.INLINE{display:inline;}
.BLOCK{display:block;}
.BORDER-0 {border:0;}

.COLLASPE{border-collapse:collapse}

.MAIN{cursor:pointer}

/*PADDING*/
.PADDING-5px{padding:5px;}
.PADDING-10px{padding:10px;}
.PADDING-15px{padding:15px;}
.PADDING-20px{padding:20px;}
.PADDING-25px{padding:25px;}
.PADDING-30px{padding:30px;}

.PADDING-right-5px{padding-right:5px;}
.PADDING-right-10px{padding-right:10px;}
.PADDING-right-15px{padding-right:15px;}
.PADDING-right-20px{padding-right:20px;}
.PADDING-right-25px{padding-right:25px;}
.PADDING-right-30px{padding-right:30px;}

.PADDING-left-5px{padding-left:5px;}
.PADDING-left-10px{padding-left:10px;}
.PADDING-left-15px{padding-left:15px;}
.PADDING-left-20px{padding-left:20px;}
.PADDING-left-25px{padding-left:25px;}
.PADDING-left-30px{padding-left:30px;}

.PADDING-bottom-5px{padding-bottom:5px;}
.PADDING-bottom-10px{padding-bottom:10px;}
.PADDING-bottom-15px{padding-bottom:15px;}
.PADDING-bottom-20px{padding-bottom:20px;}
.PADDING-bottom-25px{padding-bottom:25px;}
.PADDING-bottom-30px{padding-bottom:30px;}

.PADDING-top-5px{padding-top:5px;}
.PADDING-top-10px{padding-top:10px;}
.PADDING-top-15px{padding-top:15px;}
.PADDING-top-20px{padding-top:20px;}
.PADDING-top-25px{padding-top:25px;}
.PADDING-top-30px{padding-top:30px;}

/*MARGIN*/
.MARGIN-5px{margin:5px;}
.MARGIN-10px{margin:10px;}
.MARGIN-15px{margin:15px;}
.MARGIN-20px{margin:20px;}
.MARGIN-25px{margin:25px;} 

.MARGIN-top-5px{margin-top:5px;}
.MARGIN-top-10px{margin-top:10px;}
.MARGIN-top-15px{margin-top:15px;}
.MARGIN-top-20px{margin-top:20px;}
.MARGIN-top-25px{margin-top:25px;} 

.MARGIN-right-5px{margin-right:5px;}
.MARGIN-right-10px{margin-right:10px;}
.MARGIN-right-15px{margin-right:15px;}
.MARGIN-right-20px{margin-right:20px;}
.MARGIN-right-25px{margin-right:25px;} 

.MARGIN-bottom-5px{margin-bottom:5px;}
.MARGIN-bottom-10px{margin-bottom:10px;}
.MARGIN-bottom-15px{margin-bottom:15px;}
.MARGIN-bottom-20px{margin-bottom:20px;}
.MARGIN-bottom-25px{margin-bottom:25px;} 

.MARGIN-left-5px {margin-left:5px;}
.MARGIN-left-10px {margin-left:10px;}
.MARGIN-left-15px {margin-left:15px;}
.MARGIN-left-20px {margin-left:20px;}
.MARGIN-left-25px {margin-left:25px;}
.MARGIN-left-30px {margin-left:30px;}
.MARGIN-left-40px {margin-left:40px;}
.MARGIN-left-50px {margin-left:50px;}

/**************************************************
/*	MISE EN FORME CONTENUS   
**************************************************/
.BOLD {font-weight:bold;}
.NORMAL{font-weight:normal;}
.ITALIC {font-style:italic;}

.TEXTE-01 {font-weight:normal;color:#8b8b8b;}
.TEXTE-02 {font-weight:normal;font-size:12px;color:#576c88;}

.BORDER-01 {
border:solid 1px #FFFFFF;
}

.LIEN-01 {
font-weight:bold;
color:#FFF;
font-size: 12px;
text-decoration:none;
}
a.LIEN-01:hover {
color:#b7b7b7;
}
.LIEN-02 {
font-weight:normal;
color:#b7b7b7;
font-size: 11px;
text-decoration:none;
}
a.LIEN-02:hover {
color:#FFF;
}
.LIEN-03 {
font-weight:bold;
color:#febf00;
font-size: 12px;
text-decoration:none;
}
a.LIEN-03:hover {
color:#FFF;
}

.LIEN-05 {
font-weight:bold;
color:#576c88;
font-size: 13px;
text-decoration:none;
}
.LIEN-06 {
font-weight:bold;
color:#808080;
font-size: 12px;
text-decoration:none;
border:solid 1px #576c88;
padding:0 2px 0 2px;
}
a.LIEN-06:hover {
color:#febf00;
background-color:#576c88;
padding:0 2px 0 2px;
}

.LIEN-07 {
color:#576c88;
text-decoration:none;
}
a.LIEN-07:hover {
text-decoration:underline;
}

/**************************************************
/*	FORMULAIRES   
**************************************************/
/* BOUTON type 1 */
.BOUTON-01 {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   padding:3px 0 5px 10px;
   margin:0 0 0 0;
   display:inline;
   height:22px;
   /*float:left;*/
   background: url(../images/bg-left-bouton-01.gif) no-repeat top left;
   background-color:#182634;
}
.BLOC-infos-conseil .BLOC-infos-content .BOUTON-01 {
margin:15px 0 0 0;
line-height:40px;
}

.BOUTON-right {
	font-size: 11px;
}

.BOUTON-01 a {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
}

.BOUTON-01 .BOUTON-right {
	padding:3px 10px 5px 0;
	display:inline;
	height:22px;
	background-color:#FF0000;
	background: url(../images/bg-right-bouton-01.gif) no-repeat top right;
	margin:0 0 0 0;
}

/* BOUTON type 2 */
.BOUTON-02 {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   padding:3px 0 5px 10px;
   margin:0 0 0 0;
   display:inline;
   height:22px;
   /*float:left;*/
   background: url(../images/bg-left-bouton-02.gif) no-repeat top left;
}

.BOUTON-02 a {
   color:#febf00;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
}

.BOUTON-02 .BOUTON-right {
	padding:3px 10px 5px 0;
	display:inline;
	height:22px;
	/*background-color:#FFF;*/
	/*background: url(../images/bg-right-bouton-02.gif) no-repeat top right;*/
	border-right:solid 1px #b9c9de;
	margin:0 0 0 0;
}

.BLOC-criteres .BOUTON-02 {
   float:right;
   padding:3px 0 0 23px;
   height:19px;
}
.BLOC-criteres .BOUTON-right {
   padding:3px 20px 5px 0;
	display:inline;
	height:19px;
}

/* BOUTON type 3 */
.BOUTON-03 {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   padding:3px 0 5px 10px;
   margin:0 0 0 0;
   display:inline;
   height:22px;
   /*float:left;*/
   background: url(../images/bg-left-bouton-03.gif) no-repeat top left;
   /*background-color:#182634;*/
}

.BOUTON-03 a {
   color:#627b9b;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
}

.BOUTON-03 .BOUTON-right {
	padding:3px 10px 5px 0;
	display:inline;
	height:22px;
	background-color:#FF0000;
	background: url(../images/bg-right-bouton-03.gif) no-repeat top right;
	margin:0 0 0 0;
}




.INPUT-01 {
   color:#2f4052;
   font-size:10px;
   font-weight:normal;
   margin:0 0 10px 0;
   width:100%;
   border:solid 1px #FFFFFF;
}

.SELECT-01 {
   color:#2f4052;
   font-size:11px;
}

/**************************************************
/*	MENUS DEROULANTS  
**************************************************/

/* PARAMETRES GENERAUX DU MENU */
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style: none;
	
}

#nav li {
	float: left; /* Alignement du menu dans le conteneur */
	background:none;
	
}


/* NIVEAU 01 */
.MENU-niv01 {
	/*border:1px solid #000000;*/
	margin: 0 0 0 0;
	line-height:25px;
	min-height:25px;
	
}
.MENU-niv01 a {
	display: block;
	color:#FFF;
	text-decoration:none;
	padding:3px 40px 0 0;
	font-size: 13px;
	font-weight:bold;
	line-height:15px;
	min-height:15px;
	
}

.MENU-niv01 a:hover {
	color:#fddf18;
	line-height:15px;
	min-height:15px;
	text-decoration:none;
}

/* NIVEAU 02 */
.MENU-niv02 {
	padding: 0 0 0 0;
	line-height: 19px;
	min-height:19px;
}

.MENU-niv02 a {
	display: block;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	padding: 0 0 0 0;
	width:118px;
	line-height: 19px;
	min-height:19px;
}

.MENU-niv02 a:hover {
	width:118px; 
	color:#fddf18;
	background-color: #2f4052;
	line-height: 19px;
	min-height:19px;
}

/* listes de NIVEAU 2 */
#nav li ul {
	position: absolute;
	background-color: #637c9d;
	border: 1px solid #37495b;
	margin: 7px 0 0 0;
	left: -999em;
	z-index:15;
	width: /*118px*/130px;
}

#nav li ul li { 
	z-index:15;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:10px;
	color:#656460;
	font-weight:normal;
	min-height:15px;
	
}

/** DEBUGAGE IE etc **/

#nav li ul ul { /* listes de NIVEAU 3 et plus */
	margin: 0 0 0 /*118px*/135px; /* Attention, la derniere valeur doit tre aussi gale au WIDTH des NAV A et NAV LI UL pour pouvoir raccrocher les NIVEAUX 2 et 3 */
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul { /* Pour fonctionnement sous IE */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* Pour fonctionnement sous IE */
	left: auto;
}


/**************************************************
/*	PAGES  COMMUN
**************************************************/
#PAGES-content { 
	background:url(../images/bg-bottom-pages.gif) no-repeat bottom left;
	background-color:#FFFFFF;
	min-height:400px;
	margin:0 0 30px 0;
}

#ARIANE { 
	height:19px;
	font-size:10px;
	padding:10px 0 0 20px;
	color:#637c9d;
}
#ARIANE a { 
	text-decoration:none;
	color:#637c9d;
}
#ARIANE a:hover { 
	text-decoration:underline;
	color:#000;
}

#COLONNE-gauche { 
	width:665px;
	float:left;
	min-height:350px;
	margin:0 0 10px 20px;
	padding:0 0 0 0;
	/*background-color:#0099FF;*/
}
#COLONNE-gauche h1 { 
	height:50px;
	margin:10px 0 0 0;
	padding:15px 0 0 50px;
	background: url(../images/bg-h1-02.gif) no-repeat 0 0;
	font-size:18px;
	font-weight:bold;
	color:#294d6e;
}


#COLONNE-droite { 
	width:223px;
	float:right;
	min-height:500px;
	margin:0 2px 0 0;
	padding:0 10px 0 10px;
	background:url(../images/bg-pages-colonne-droite.gif) repeat-x top left;
	/*background-color:#eef1f5;*/
	position:relative;
}
#COLONNE-droite h2, .candidature_tableau h2 {
padding:8px 0 0 20px;
font-size:14px;
margin:0 0 0 10px;
min-height:27px;
background: url(../images/bg-h2-bloc-criteres-top.gif) no-repeat 0 8px;
}

#COLONNE-droite .BLOC-infos-conseil {
width:225px;
min-height:132px;
margin-bottom:10px;
background:url(../images/bg-blocs-infos-conseil2.gif) no-repeat bottom left;
}
#COLONNE-droite .BLOC-infos-conseil-titre {
background:url(../images/bg-blocs-infos-conseil-top2.gif) no-repeat top left;
}
#COLONNE-droite .BLOC-num-vert {
padding:2px 0 0 0;
left:1px;
width:221px;
}

.BLOC-divers { 
margin:0 0 20px 0;
min-height:50px;
}

.BLOC-autres {
margin:0 0 10px 0;
padding:0 0 10px 0;
width:223px;
/*min-height:122px;*/
min-height:72px;
float:right;
background:url(../images/bg-blocs-autres.gif) no-repeat bottom left;
position:relative;
}
.BLOC-autres-titre  {
background:url(../images/bg-blocs-autres-top.gif) no-repeat top left;
height:23px;
color:#324968;
font-size:12px;
font-weight:bold;
padding:9px 0 0 28px;
}
.BLOC-autres-content {
background: url(../images/bg-blocs-autres-content.gif) no-repeat top left;
color:#1653a7;
font-size:11px;
padding:5px 5px 5px /*10px*/0;
}
.CALCULETTE {
background: url(../images/bg-blocs-autres-content-calc.gif) no-repeat top left;
padding:9px 10px 9px 75px;
margin:0 0 3px 0;
min-height:75px;
}

.BLOC-autres-content img {
float:left;
margin: 0 10px 0 /*0*/10px;
}
.BLOC-autres-content a {
text-decoration:none;
color:#1653a7;
}
.BLOC-autres-content p {
margin: 0 0 0 10px/**/;
}
.BLOC-autres-content a:hover {
color:#324968;
}

.BLOC-liens-suite {
position:absolute;
bottom:3px;
right:10px;
}

.PAGES-TITRE {
height:26px;
font-weight:bold;
color:#2d3842;
font-size:12px;
margin:10px 0 10px 0;
background:url(../images/bg-bloc-titre-top.gif) no-repeat top left;

}

.PAGES-TITRE-content {
height:20px;
margin:0 0 0 0;
padding:6px 0 0 13px;
color:#2d3842;
background:url(../images/bg-bloc-titre-bottom.gif) no-repeat bottom left;
}
.BLOC-ACTU-pages {
margin:0 20px 0 10px;
padding:0 0 0 0;
float:left;
width:300px;
min-height:70px;
}
.BLOC-ACTU-pages a {
text-decoration:none;
color:#324968;
font-weight:bold;
}
.BLOC-ACTU-pages a:hover {
color:#febf00;
}
.BLOC-ACTU-pages h2 {
color:#0058ab;
font-size:15px;
}
.BLOC-ACTU-pages img {
float:left;
margin:0 10px 0 0;
}

#BANDEAU-accueil-neuf {
height:188px;
margin:0 0 10px 0;
background:url(../CMS/Images/vehicule-neuf/tmp_visuel-bandeau-accueil.jpg) no-repeat top left;
}
#BANDEAU-accueil-neuf-txt {
height:158px;
width:250px;
float:right;
margin:20px 0 10px 0;
padding:0 10px 0 0;
color:#FFFFFF;
font-weight:bold;
}
#BANDEAU-accueil-neuf-txt h2 {
font-size:15px;
}
#BANDEAU-accueil-neuf-txt ul {
margin:10px 0 0 -17px;
list-style-type:none;
}
#BANDEAU-accueil-neuf-txt ul li {
padding:0 0 0 20px;
margin:0 0 6px 0;
background:url(../images/puce-fleche.png) no-repeat 0 3px;
}


/**************************************************
/*	PAGE ESTIMATION
**************************************************/
.CADRE-arrondi-01 {
padding:0 0 0 0;
margin:0 0 0 0;
width:673px;
background:url(../images/bg-cadre-arrondi-01-top.gif) no-repeat top left;
}
.CADRE-arrondi-01 h2 {
padding:8px 0 0 20px;
font-size:14px;
margin:0 0 0 10px;
height:27px;
background: url(../images/bg-h2-bloc-criteres-top.gif) no-repeat 0 8px;
position:relative;
}

.CADRE-arrondi-01 h2 a, .ACTU p a {
text-decoration:none;
color:#596f8b;
}
.CADRE-arrondi-01 h2 a:hover, .ACTU p a:hover {
text-decoration:underline;
}

.BLOC-arrondi-01-content {
background: url(../images/bg-blocs-autres-content.gif) no-repeat top left;
padding:5px 5px 5px 10px;
margin:0 0 0 0;
min-height:30px;
}

.CADRE-arrondi-01-bas {
background: url(../images/bg-cadre-arrondi-01-bottom.gif) no-repeat bottom left;
margin:0 0 15px 0;
width:673px;
height:10px;
}

.TABLE-01 {
padding:0 0 0 0;
margin:15px auto 15px auto;
border-top:solid 1px #7f96b5;
border-left:solid 1px #7f96b5;
}
.TABLE-01 tr {
height:25px;
}
.TABLE-01 tr td, .TABLE-01 th {
height:25px;
border-bottom:solid 1px #7f96b5;
border-right:solid 1px #7f96b5;
text-align:center;
}
.TABLE-01 th {
background:url(../images/bg-table-01-th.gif) repeat-x bottom left;
}
.TABLE-01 td a {
text-decoration:underline;
color:#000;
}
.TABLE-01 td a:hover {
text-decoration:none;
color:#2a80ed;
}

#CALCULATEUR {
background: url(../images/bg-calculateur.jpg) no-repeat top left;
width:360px;
height:97px;
margin:0 auto 0 auto;
}
#CALCULATEUR table {
margin:15px auto 0 auto;
}
#CALCULATEUR table input {
margin:0 0 2px 0;
height:18px;
width:105px;
font-size:12px;
border:solid 1px #c1d1e5;
}
.CADRE-conseil-bas {
background-color:#888787;
width:673px;
color:#FFFFFF;
background:url(../images/bg-cadre-conseil-bas.gif) no-repeat bottom left;
min-height:100px;
}
.CADRE-conseil-bas h2 {
padding:8px 0 0 20px;
font-size:14px;
margin:0 0 0 10px;
height:27px;
background: url(../images/bg-h2-conseil-bas.gif) no-repeat 0 8px;
}
.CADRE-conseil-bas .BOUTON-01 a:hover {
color:#FEBF00;
}

.BLOC-BT-conseil-bas {
padding:0 0 0 280px;
height:25px;
}
/**************************************************
/*	PAGE CONTENU TYPE
**************************************************/
.BLOC-contenu-type {
margin:0 0 15px 0;
min-height:25px;
}
.BLOC-contenu-type h2 {
color:#2f4052;
font-size:14px;
margin:0 0 10px 0;
padding:8px 0 0 20px;
background: transparent url(../images/bg-h2-bloc-criteres-top.gif) no-repeat scroll 0 8px
}
.BLOC-contenu-type h3 {
color:#637c9d;
font-size:12px;
margin:0 0 5px 0;
}
.BLOC-contenu-type a {
text-decoration:underline;
color:#637c9d;
}
.BLOC-contenu-type ul li {
list-style-type: disc;
list-style-position:inside;
}
/**************************************************
/*	PAGE CARRIERE
**************************************************/
.BLOC-carriere {
margin:10px 10px 0 0;
padding:0 0 10px 0;
min-height:189px;
width:154px;
float:left;
background-color:#330066;
background:url(../images/bg-bloc-carriere-top.gif) no-repeat top left;
position:relative;
text-align:center;
}
.BLOC-carriere h2 {
color:#324968;
font-size:13px;
background:none;
padding:10px 0 0 0;
margin:0 0 10px 0;
min-height:24px;
background:url(../images/bg-h2-bloc-carriere.gif) no-repeat bottom right;
}
.BLOC-carriere a {
color:#596f8b;
text-decoration:none;
}
.BLOC-carriere a:hover {
color:#84b4da;
}
.BLOC-carriere-img {
margin:0 auto 0 auto;
}
.BLOC-carriere-bas {
height:9px;
width:154px;
float:left;
background:url(../images/bg-bloc-carriere-bottom.gif) no-repeat top left;
position:absolute;
bottom:0;
left:0;
}

/* BLOC carrière offre autres */
.BLOC-carriere-offre {
margin:10px 10px 0 0;
padding:0 0 10px 0;
min-height:90px;
width:154px;
float:left;
background-color:#330066;
background:url(../images/bg-bloc-carriere-offre-top.gif) no-repeat top left;
position:relative;
text-align:center;
}
.BLOC-carriere-offre h2 {
color:#324968;
font-size:13px;
background:none;
padding:10px 0 0 0;
margin:0 0 10px 0;
min-height:24px;
background:url(../images/bg-h2-bloc-carriere.gif) no-repeat bottom right;
}
.BLOC-carriere-offre a {
color:#596f8b;
text-decoration:none;
}
.BLOC-carriere-offre a:hover {
color:#84b4da;
}
.BLOC-carriere-offre-bas {
height:9px;
width:154px;
float:left;
background:url(../images/bg-bloc-carriere-bottom.gif) no-repeat top left;
position:absolute;
bottom:0;
left:0;
}

.COLONNE-contenu {
float:left;
width:310px;
margin:0 10px 0 0;
min-height:25px;
}
.COLONNE-contenu h3 {
font-size:13px;
margin:0 0 5px 0;
border-bottom: dotted 1px #999999;
}
.COLONNE-contenu p {
margin:0 0 15px 0;
}


.BLOC-coldroite-01, .BLOC-coldroite-02 {
min-height:160px;
color:#FFFFFF;
}
.BLOC-coldroite-01 {
background:url(../images/bg-bloc-coldroite-01-top.gif) no-repeat top left;
}
.BLOC-coldroite-02 {
background:url(../images/bg-bloc-coldroite-02-top.gif) no-repeat top left;
}
.BLOC-coldroite-01 p, .BLOC-coldroite-02 p {
padding:5px 5px 0 5px;
}

#COLONNE-droite .BLOC-coldroite-01 h2, #COLONNE-droite .BLOC-coldroite-02 h2 {
background:none;
color:#FFF;
padding:8px 0 0 0;
min-height:23px;
margin:0 5px 0 5px;
text-align:center;
border-bottom:solid 1px #FFFFFF;
}
.BLOC-coldroite-01 a, .BLOC-coldroite-02 a {
color:#FFFFFF;
text-decoration:none;
}
.BLOC-coldroite-01 a:hover, .BLOC-coldroite-02 a:hover {
text-decoration:underline;
}
.BLOC-coldroite-01 img, .BLOC-coldroite-02 img {
float:left;
padding:3px 5px 5px 0;
}
.BLOC-coldroite-01-bas, .BLOC-coldroite-02-bas {
height:6px;
margin:0 0 10px 0;
}
.BLOC-coldroite-01-bas {
background:url(../images/bg-bloc-coldroite-01-bottom.gif) no-repeat top left;
}
.BLOC-coldroite-02-bas {
height:9px;
background:url(../images/bg-bloc-coldroite-02-bottom.gif) no-repeat top left;
}

#COLONNE-droite .BOUTON-03, #PAGE .BOUTON-03, #TabbedPanels1 .BOUTON-03 {
   background: url(../images/bg-left-bouton-03b.gif) no-repeat top left;
   padding:5px 0 6px /*10px*/7px;
   height:25px;
}
#COLONNE-droite .BOUTON-03 .BOUTON-right, #PAGE .BOUTON-03 .BOUTON-right, #TabbedPanels1 .BOUTON-03 .BOUTON-right {
	background: url(../images/bg-right-bouton-03b.gif) no-repeat top right;
	padding:5px /*10px*/7px 6px 0;
	height:25px;
}

#TabbedPanels1 {
   color:#2f4052;
}
#TabbedPanels1 h2 {
   background: url(../images/bg-h2-bloc-selection-top.gif) no-repeat top left;
   padding:0 0 0 22px;
   margin:10px 10px 10px 0;
   font-size:13px;
   color:#627b9b;
}
#TabbedPanels1 select, #TabbedPanels1 input {
   padding:0 0 0 2px;
   margin:0 0 0 0;
   color:#2f4052;
   font-size:10px;
}

#BANDEAU-pages {
min-height:195px;
margin:0 0 0 0;
background: url(../CMS/Images/apres-vente/tmp_bg_bandeau-pages.jpg) no-repeat top right;
background-color:#8fa6c3;
}
#BANDEAU-pages-txt {
width:215px;
float:left;
margin:0 0 10px 0;
padding:10px 10px 0 10px;
color:#596f8b;
font-weight:bold;
background: url(../images/bg-bandeau-pages-txt.gif) no-repeat top left;
background-color:#8fa6c3;
font-weight:normal;
font-size:12px;
min-height:185px;
}
#BANDEAU-pages-txt h2 {
padding:8px 0 0 20px;
font-size:12px;
margin:0 0 0 0;
background: url(../images/bg-h2-bloc-criteres-top.gif) no-repeat 0 8px;
}
#BANDEAU-pages-txt ul {
margin:10px 0 0 -17px;
list-style-type:none;
}
#BANDEAU-pages-txt ul li {
padding:0 0 0 20px;
margin:0 0 6px 0;
}
#BANDEAU-pages-bas {
padding:0 0 0 0;
margin:-9px 0 10px 0;
height:9px;
background: url(../images/bg-bandeau-pages-bas.gif) no-repeat bottom left;
}

/**************************************************
/*	PAGE ACTUALITES
**************************************************/
.MENU-actualites  {
padding:0 0 0 0;
margin:0 0 0 0;
}

.MENU-actualites ul {
padding:0 0 0 45px;
margin:0 0 6px 0;
}

.MENU-actualites ul li {
padding:0 0 0 0;
margin:0 0 0 0;
list-style-type:square;
font-size:12px;
font-weight:bold;
}

.MENU-actualites a  {
text-decoration:none;
color:#627b9b;
}
.MENU-actualites a:hover  {
text-decoration:underline;
}
.BLOC-actu-coldroite-content {
padding:0 0 0 35px;
margin:0 0 6px 0;
font-size:12px;
}

.ACTU p  {
text-align:justify;
font-weight:normal;
font-size:11px;
margin:0 0 15px 0;
}

.CADRE-arrondi-01 .BLOC-date {
padding:0 0 0 0;
font-size:11px;
font-weight:bold;
margin:0 0 0 0;
height:25px;
width:100px;
position:absolute;
text-align:center;
top:10px;
right:5px;
}
.BLOC-actu-infos {
font-size:10px;
color:#2f4052;
margin:10px 0 0 0;
}
.BLOC-actu-infos a {
text-decoration:underline;
color:#7e95b4;
}

.PAGINATION {
text-align:center;

font-size:18px;
font-weight:bold;
}

.PAGINATION a {
text-decoration:none;
color:#596f8b;
margin:0 5px 0 5px;
font-size:13px;
}
.PAGINATION a:hover {
text-decoration:underline;
}

.PAGINATION img {
vertical-align:middle;
margin:0 5px 0 5px;
}

/**************************************************
/*	PAGE MARQUE
**************************************************/
.MARQUE-entete {
margin:0 0 0 0;
min-height:272px;
border-bottom:solid 1px #e8eaed;
}

.MARQUE-entete-logo {
margin:0 0 0 0;
background:url(../images/bg-bloc-marque-logo.gif) no-repeat top left;
min-height:272px;
width:245px;
float:left;
}

.MARQUE-entete-logo-titre {
margin:15px 0 5px 35px;
padding:0 0 0 25px;
font-size:17px;
height:30px;
font-weight:bold;
background:url(../images/bg-marque-entete-logo-titre.gif) no-repeat top left;
}

.MARQUE-entete-logo ul {
margin:0 15px 0 15px;
list-style-type:none;
}
.MARQUE-entete-logo ul li {
margin:0 0 5px 0;
padding:0 0 0 20px;
min-height:22px;
background: url(../images/bg-li-marques-entete.gif) no-repeat 3px 2px;
font-weight:bold;
font-size:12px;
}
.MARQUE-entete-logo ul li a {
text-decoration:none;
color:#324968;
}

.MARQUE-entete-actu {
margin:15px 0 0 0;
min-height:257px;
width:419px;
float:right;
border-right:solid 1px #e8eaed;
}

.MARQUE-entete-actu h2 {
background-color:#576c88;
color:#FFFFFF;
height:23px;
padding:5px 0 0 10px;
font-size:14px;
}

.MARQUE-entete-actu-ligne {
min-height:60px;
background:url(../images/bg-marques-entete-actu-ligne.gif) repeat-x top left;
padding:5px 10px 5px 10px;
margin:2px 0 0 0;
}
.MARQUE-entete-actu-ligne h3 {
font-size:13px;
}
.MARQUE-entete-actu-ligne p {
color:#95aece;
}
.MARQUE-entete-actu-ligne img {
margin:0 10px 0 0;
float:left;
border:solid 1px #808080;
}

.MARQUE-localisation {
margin:15px 0 0 0;
}
.MARQUE-localisation h2 {
background:url(../images/bg-h2-marques-localisation.gif) no-repeat top right;
background-color:#576c88;
display:inline;
color:#bfc9d5;
font-size:13px;
padding:3px 21px 4px 22px;
line-height:23px;
}
.MARQUE-localisation-carte {
border-top: solid 1px #576c88;
float:left;
min-height:225px;
width:245px;
background-color:#eaecf0;
}
.MARQUE-localisation-adresses {
border-top: solid 1px #576c88;
float:right;
min-height:225px;
width:420px;
}

/* BLOC ADRESSE */
.BLOC-infos-adresse {
margin:10px 5px 0 10px;
float:left;
width:192px;
min-height:98px;
background: url(../images/bg-marque-local-adresse.gif) no-repeat top left;
border-right:solid 1px #576c88;
border-bottom:solid 1px #576c88;
}
.BLOC-infos-adresse-titre  {
height:19px;
color:#324968;
font-size:12px;
font-weight:bold;
padding:4px 0 0 11px;
}
.BLOC-infos-adresse-titre a  {
color:#324968;
text-decoration:none;
}
.BLOC-infos-adresse-content {
background: url(../images/bg-trait-titre-bloc-infos.gif) no-repeat top left;
color:#1653a7;
font-size:11px;
padding:10px 5px 5px 10px;

}
.BLOC-infos-adresse-content img {
margin: 5px 0 0 0;
}
.BLOC-infos-adresse-content a {
text-decoration:none;
color:#1653a7;
}
.BLOC-infos-adresse-content a:hover {
color:#324968;
}

/**************************************************
/*	PAGE SANS COLONNE
**************************************************/
#PAGE {
	padding:0 0 0 0;
	min-height:350px;
	margin:0 20px 10px 20px;
}
#PAGE h1 { 
	height:50px;
	margin:10px 0 0 0;
	padding:15px 0 0 50px;
	background: url(../images/bg-h1-02.gif) no-repeat 0 0;
	font-size:18px;
	font-weight:bold;
	color:#294d6e;
}

#PAGE .MARQUE-localisation-adresses {
border-top: solid 1px #576c88;
float:left;
min-height:100px;
width:865px;
padding-left:40px;
}
/**************************************************
/*	PAGE CONCESSIONS
**************************************************/
#CONCESSION-flash {
height:519px;
width:905px;
position:relative;
}

/**************************************************
/*	ACCUEIL  CONCESSIONS  
**************************************************/
#ACCUEIL-CONC-blocs-infos {
margin-top:10px;
}
#ACCUEIL-CONC-blocs-infos .BLOC-infos-conseil {
float:right;
}
#ACCUEIL-CONC-blocs-infos .BLOC-infos {
float:left;
margin:0 19px 0 0;
}

#ACCUEIL-CONC-actus {
height:26px;
margin:0 0 10px 0;
background:url(../images/bg-bloc-actus-accueil-top.jpg) no-repeat top left;
width:950px;
margin:0 0 0 0;
float:right;
}

#ACCUEIL-CONC-actus-content {
height:20px;
margin:0 0 0 0;
padding:6px 0 0 13px;
color:#2d3842;
background:url(../images/bg-bloc-actus-accueil-bottom.jpg) no-repeat bottom left;
}
#ACCUEIL-CONC-actus-content a {
color:#2d3842;
text-decoration:none;
}
#ACCUEIL-CONC-actus-content a:hover {
color:#1653a7;
}

#ACCUEIL-CONC-affaires {
min-height:140px;
background:url(../images/bg-bloc-accueil-conc-affaires.gif) no-repeat bottom left;
background-color:#FFFFFF;
padding:0 0 10px 0;
margin:0 0 10px 0;
}
#ACCUEIL-CONC-affaires h2 {
margin:0 0 7px 0;
padding:10px 0 0 10px;
background:url(../images/bg-h2-bloc-accueil-conc-affaires.gif) no-repeat top left;
height:18px;

}
#ACCUEIL-CONC-affaires .BLOC-acc-aff-detail {
margin-left:20px;
}

#ACCUEIL-conc-blocs-autres {
min-height:150px;
margin:0 0 25px 0;
padding:0 0 0 15px;
}
.ACC-conc-bloc-autre {
min-height:50px;
width:225px;
float:left;
margin:10px 5px 0 0;
}

#ACCUEIL-CONC-intro {
min-height:275px;
margin:0 0 10px 0;
padding:0 0 0 0;
}
#ACCUEIL-CONC-intro #ARIANE {
background-color:#FFF;
}

.BG-ACC-CONC-k-strasb {
background:url(../CMS/Images/Concessions/Strasbourg/bg-accueil.jpg) no-repeat 0 50px;
background-color:#FFF;
}

#ACCUEIL-conc-autres-concessions {
margin:0 0 15px 0;
text-align:center;
}

#ACCUEIL-conc-autres-concessions a {
color:#FFF;
text-decoration:none;
}
#ACCUEIL-conc-autres-concessions a:hover {
color:#c2ceda;
}

#ACCUEIL-conc-marques {
	text-decoration:none;
	background-color:#FFF;
}
#ACCUEIL-conc-marques table a {
	text-decoration:none;
	color:#4f6175;
}
#ACCUEIL-conc-marques table a:hover {
	color:#febf00;
}

 #ACC-conc-recherche {
	color:#FFF;
	width:215px;
	float:left;
	background:url(../images/bg-acc-conc-recherche.png) repeat top left;
	height:185px;
	margin:15px 0 0 0;
	padding:15px 0 0 10px;
} 
#ACC-conc-recherche select {
	width:200px;
	margin:0 0 10px 0;
	font-size:11px;
}

#ACCUEIL-CONC-intro-txt {
	width:650px;
	height:110px;
	float:right;
	margin:105px 0 0 0;
	padding:0 0 0 0;
	font-size:11px;
	color:#e2e2e2;
	text-align:right;
}
#ACCUEIL-CONC-intro-txt p {
	margin:0 10px 0 0;
	padding:10px 10px 0 0;
}

#ACCUEIL-CONC-intro-txt-titre {
    font-family:"Times New Roman", Times, serif;
    padding:0 15px 5px 0;
    height:45px;
    color:#FFFFFF;
    font-size:40px;
    background:url(../images/bg-acc-conc-intro-titre.png) no-repeat bottom right;
}

#ACCUEIL-CONC-intro-txt-content {
	margin:0 0 0 0;
	background-color:#333333;
	height:65px;
	background:url(../images/bg-acc-conc-intro-txt.png) repeat-y top right;
}

/**************************************************
/* Menu carte concessions
***************************************************/
/*.marque {text-align:center; width:265px; font-family:Arial, Helvetica, sans-serif; font-size:10px;padding-left:5px;padding-right:5px; }*/
.MENU_MARQUE{
	position:absolute;
	width: 262px;
	left:/*2px*/2px;
	top: /*103px*/;
	z-index:1000;
	}

.concession{
	margin-bottom:10px;}
	
	
	
	
/**************************************************
/*	PRESENTATION  CONCESSIONS  
**************************************************/

#BLOC-intro-concession{
position:relative;
/*background-color:#FFF;*/
height:126px;
margin:0 0 25px 0;
}

/*.BG-PRES-CONC-strasb{
background:url(../CMS/Images/Concessions/Strasbourg/bg-presentation.jpg) no-repeat 0 0;
}*/

#BLOC-intro-concession .texte-intro{
width:530px;
position:absolute;
right:0;
bottom:7px;
color:#FFF;
}

#BLOC-intro-concession h2{
	font-size:13px;
	text-align:right;
}
#BLOC-intro-concession table td{
	height:40px;
	padding:0 10px 0 0;
}

.BLOC-infos-adresse-pres {
float:left;
width:280px;
min-height:98px;
background: url(../images/bg-marque-local-adresse.gif) repeat-x top left;
border-right:solid 1px #576c88;
border-bottom:solid 1px #576c88;
margin:0 0 10px 0;
}

.BLOC-infos-adresse-content img {
margin: 5px 10px 0 0;
}
	
.COL-dg{
width:303px;
float:left;
margin: 10px 0 0 0;

}

.COL-vvo{
width:303px;
float:left;
margin: 10px 0 0 0;

}

.COL-vvn{
width:303px;
float:left;
margin: 10px 0 0 0;

}

.BLOC-pres-concession{
	float:left;
}

.BLOC-pres-concession h2 {
background:url(../images/bg-h2-marques-localisation.gif) no-repeat top right;
background-color:#576c88;
display:inline;
color:#bfc9d5;
font-size:13px;
padding:3px 21px 4px 22px;
line-height:23px;
}

.BLOC-pres-concession-content {
border-top: solid 1px #576c88;
float:left;
min-height:100px;
width:285px;
padding:10px 0 0 5px;
}

.BLOC-pres-concession-content ul {
padding:0 0 0 15px;
margin:0 0 6px 0;
}

.BLOC-pres-concession-content ul li {
padding:0 0 0 0;
margin:0 0 0 0;
list-style-type:square;
}


.EQUIPE-contact h3{
margin: 0 0 5px 10px;
font-size:15px;

}

#PAGE .EQUIPE-contact {
border-top: solid 1px #576c88;
float:left;
min-height:100px;
width:910px;
}

.COORD-concession {
	margin:0 0 20px 18px;
	min-height:270px;

}
.COORD-concession h2{
	font-size:14px;

}

.COORD-concession img{
border:solid 1px #576c88;
margin:20px 0 10px 0;

}

.LIEN-google{
	text-align:right;
	margin:20px 10px 0 0;

}
/**************************************************
/* PAGE Carriere
***************************************************/

.annonce { 
	width:733px; 
	height:auto; 
	margin:10px auto;
}
.candidature_haut {

	width:733px; 
	height:20px; 
	margin:10px auto 0 auto; 
	background:url(../images/bloc-formulaire-haut.gif) no-repeat top left;
}
.candidature_tableau {

	width:733px; 
	margin:0 auto 0 auto; 
	background:url(../images/bloc-formulaire-contenu.gif) repeat-y top left;
}
.candidature_bas {
 
	width:733px; 
	height:19px; 
	margin:0 auto 10px auto; 
	background:url(../images/bloc-formulaire-bas.gif) no-repeat bottom left;
}

/**************************************************
/* PLAN DU SITE
***************************************************/
#PLAN-SITE {
	width:812px;
	margin:0 auto 0 auto;
}

/* NIVEAU 1 */
#PLAN-SITE ul {

}
#PLAN-SITE ul li {
	list-style:none;
	padding:5px 0 20px 0;
	margin:0 0 5px 0;
	border-top:dotted 1px #bdc5d1;
	clear:both;
}
#PLAN-SITE ul li a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#294d6e;
	padding:0 0 0 25px;
	background:url(../images/bg-h2-bloc-selection-top.gif) no-repeat top left;
}

/* NIVEAU 2 */
#PLAN-SITE ul li ul {
	padding:10px 0 0 38px;
	/*background-color:#993300;*/
	min-height:25px;clear: left;

}
#PLAN-SITE ul li ul li {
	/*list-style-type:square;*/
	background:url(../images/puce-li-plan-site.gif) no-repeat 0 5px;
	padding:0 0 1px 0;
	margin:0 20px 1px 0;
	border-top:none;
	
	width:130px;
	float:left;/*display:inline;*/
	clear: none;

}
#PLAN-SITE ul li ul li a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:/*#febf00*/#ff940e;
	padding:0 0 0 10px;
	background:none;
	/*display:block;*/
	float: none;
}

/* NIVEAU 3 */
#PLAN-SITE ul li ul li ul {
	padding:5px 0 5px 20px;
	/*background-color:#FF0000;	*/
}
#PLAN-SITE ul li ul li ul li {
	list-style-type: circle;
	color:#bdc5d1;
	margin:0 5px 0 0;
	width:auto;
	/*display:block;*/
	float: none;
	clear: none;
	background:none;
}
#PLAN-SITE ul li ul li ul li a {
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#294d6e;
	padding:0 0 0 0;
	background:none;
}
/* NIVEAU 4 */
#PLAN-SITE ul li ul li ul li ul {
	padding:3px 0 10px 0px;
	/*background-color:#000;*/
	min-height:25px;
	width:auto;
}
#PLAN-SITE ul li ul li ul li ul li {
	list-style-type: none;
	color:#bdc5d1;
	width:auto;
	/*display:block;*/
	float: none;
	clear: none;
	background:none;
}
#PLAN-SITE ul li ul li ul li ul li a {
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#889cbb;
	padding:0 0 0 0;
	background:none;
	
	
}

/**************************************************
/* POP-UP
***************************************************/
#POPUP-conseil { 
	font-family:Arial, Helvetica, sans-serif;

}


#POPUP-conseil h2 {
	background-color:#182633;
	font-size:20px;
	text-align:center;
	color:#FFF;
	height:30px;
	padding:5px 0 0 0;
}

#POPUP-conseil h3 {
	
	font-size:17px;
	color:#FFF;
	padding:10px 0 20px 10px;
}


.TELEPHONE{
	text-align:center;
	padding:5px 20px 0 10px;
	color:#FFF;
}

.AZUR{
	background-color:#FFF;
	text-align:center;
	height:40px;
	width:491px;
	float:left;

}

#POPUP-conseil .CONTENT{
	float:left;
	width:349px;
	min-height:125px;
	color:#FFF;
}

.BOUTON-01-pop {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   padding:3px 0 5px 10px;
   margin:0 0 0 0;
   display:inline;
   height:22px;
   background: url(../images/bg-left-bouton-01-pop.gif) no-repeat top left;
   background-color:#182634;
}

.BOUTON-01-pop a {
   color:#fff;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
}

.BOUTON-01-pop .BOUTON-right {
	padding:3px 10px 5px 0;
	display:inline;
	height:22px;
	background-color:#FF0000;
	background: url(../images/bg-right-bouton-01-pop.gif) no-repeat top right;
	margin:0 0 0 0;
}


/* ******************************************************************************************************************************************* */


.BLOC-autre-choix-entete { 
	padding:0 0 0 15px;
	margin:0 10px 0 0;
	height:22px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	background:url(../images/vo-bg-entete-bloc-autres-choix.gif) no-repeat top left;
}

.BG-trait { 
	background:url(../images/vo-bg-trait-bottom.gif) repeat-x bottom left;
	width:658px;
}

.BLOC-autre-choix-entete-R { 
	background:url(../images/vo-bg-entete-bloc-autres-choix-r.gif) no-repeat top right;
	float:left;
	padding:4px 15px 0 0;
	height:18px;
}

.BLOC-autre-choix { 
	padding:0 0 10px 5px;
	margin:0 0 15px 0;
	min-height:50px;
	background-color:#FFFFFF;
	border-bottom:solid 1px #ff9a0c;
	border-left:solid 1px #ff9a0c;
	border-right:solid 1px #ff9a0c;
	width:666px;
}

.BLOC-vignette { 
	margin:15px 3px 0 3px;
	padding:0 0 0 0;
	width:212px;
	float:left;
	height:54px;
	color:#0058ab;
	line-height:12px;
}
.BLOC-vignette img { 
	margin:0 10px 0 0;
	float:left;
}
.BLOC-vignette a { 
	color:#322603;
	text-decoration:none;
}

