body{
	margin:0;
	padding:0;
	background: url("../images/bg-page.gif") repeat-x top left #b0d4F6;
	font: 12px Arial, sans-serif;
	line-height:1.5em;
	color:#000000;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6,p,ul{
	margin:0 0 10px;
}

h2{
	font-size:180%;
}

h3{
	border-left:4px solid;
	padding:4px 0  4px 5px ;
	font-size:160%;
}

h4{
	color:#35507C;
	font-size:140%;
}

a{
	color:#0c4da2;
	text-decoration:none;
}
a:hover{
	color:#0c4da2;
	text-decoration:underline;
}

img{
	border:none;
	vertical-align:middle;
}

hr{
	display:none;
}

ul{
	list-style:none;
	padding-left:0;
	margin-left:0;

}
li{
	background:no-repeat 0 0.5em;
	padding-left:12px;
}

form{
	margin:0;
}

input, select, textarea, label{
	vertical-align:middle;
}

table{
	border-collapse:collapse;
	margin:1em 0;
}
th,td{
	padding:5px;
	border:1px solid #4B6D96;
}

.hdp
{
	text-align:right;
	font-size:10px;
}

/* ----- blocs principaux ----- */

#accessibilite{
	position:absolute;
	top:-500px;
}

#page{
	position:relative;
	width:1006px;
	margin:0 auto;
}

#sites{
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
#sites ul{
	margin:0;
}
#sites li{
	float:left;
	padding:0;
	background:none;
	height:40px;
	padding-right:5px;

}
#sites li a{
	font-size:0px;
	text-decoration:none;
}
#sites li.pro a{
	display:block;
	width:135px;
	height:40px;
	background:url("../images/bt_sitepro_on.gif") no-repeat top left;
}
#sites li.part a.on{
	display:block;
	width:115px;
	height:40px;
	background:url("../images/bt_sitepart_on.gif") no-repeat top left;
}
#sites li.pro a.on{
	display:block;
	width:135px;
	height:40px;
	background:url("../images/bt_sitepro_on.gif") no-repeat top left;
}
#sites li.pro a:hover{
	background:url("../images/bt_sitepro_off.gif") no-repeat top left;
}
#sites li.part a{
	display:block;
	width:115px;
	height:40px;
	background:url("../images/bt_sitepart_off.gif") no-repeat top left;
}
#sites li.part a:hover{
	background:url("../images/bt_sitepart_on.gif") no-repeat top left;
}

#header{
	background:url("../images/bg-header.png") no-repeat top left;
}
#header h1{
	margin:0;
	padding:10px 0 10px 10px;
}

#baseline{
	margin:0;
	position:absolute;
	top:37px;
	left:215px;
	color:#0066CC;
}

#azur{
	margin:0;
	position:absolute;
	top:49px;
	right:29px;

}

#actions{
	position:absolute;
	top:0;
	right:260px;
	margin:0;
	font-size:11px;
}
#actions a{
	margin:0 10px;
	color:#0c4da2;
	text-decoration:none;
}
#actions a:hover{
	text-decoration:underline;
}


/* ----- navigation ----- */

#navigation{
	margin:0px;
	height:32px;
	line-height:32px;
	position:relative;
	background:url("../images/bg-navigation.png") no-repeat 0 0;
	color:#000000;
}
#navigation *{
	margin:0;
	padding:0;
}
#menu{
	padding-left:40px;
	background:#CCC;
}
#menu li{
	display:block;
	position:relative;
	z-index:666;
	float:left;
	text-transform:uppercase;
	padding:0 10px;
	font-size: 11px
}
#menu li.on{
	border-bottom:1px solid #FFF;
	background:#FFFFFF;
}
#menu li.sep{
	padding:25;
	font-weight:bold;
	color:#FFFFFF;
}
#menu li a{
	color:#0c4da2;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.02em;
}
#menu li a:hover{
	color:#000000;
}
#menu li.on a{
	color:#000000;
}
.search{
	position:absolute;
	top:0;
	right:10px;
	text-align:right;
	width:200px;
	font-size:11px;
}
.search .q{
	border:1px solid #000;
	font-size:11px;
}
input.q {

padding-left:5px;
}


/* ----- corps de page ----- */

#corps{
	position:relative;
	background:url("../images/bg-corps.png") no-repeat 0 0;
	background-color: #FFFFFF;
	zoom:1; /* ie7 */
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#breadcrumb{
	font-size:11px;
	line-height:1em;
	padding:0 10px;
	color: #000000;
}
#breadcrumb p{
	margin:0 0 10px;
}

#bg{
	position:relative;
	background:no-repeat 97% 95%;
}
.int-3cols #bg{
	position:relative;
	background:no-repeat 92% 97%;
	
}

#contenu{
	padding:15px;
	margin:0 250px 0 240px;
}

#contenu h2{ 
	margin:0 0 5px;
	font-size:180%;
}
#contenu h4{ 
	margin:0 0 5px;
}
.chapeau {
	padding-bottom:20px;
	border-bottom:1px solid #D0DDF0;
	margin:20px 0 15px 0;
	color:#000000;

}
/* ----- sidebar ----- */

#sidebar{
	position:absolute;
	top:-31px;
	right:0;
	width:239px;
	height: inherit;
	background-image:url(../images/finbar.gif);
	background-color:#ebebeb;
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#sidebar #options a{
	padding-left:5px;
}

#sidebar #options{
	background:url("../images/bg-options.png") no-repeat top left;
	height:159px;
	padding-left:30px;
	padding-top:8px;
	margin-top: 20px;	
}
#sidebar #options div{
	padding-top:10px;
}
#sidebar #options div p a{
	padding-left:20px;
}
#sidebar #options div p{
	padding:0 5px 0 10px;
}
#sidebar #sideblocs{
	margin-top:-10px;
	padding:15px;
}
/* thumb qr sidebloc */
#sideblocs .thumbqr {
	background:url("../images/thumb_qr.png") no-repeat top left;
	padding:35px 13px 0 10px;
	height:88px;
	line-height:12px;
}
#sideblocs .thumbqr span {
	font-weight:bold;
	color:#000000;
	float:right;
}
#sideblocs .thumbqr span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbqr span a:hover{
	text-decoration:underline;
}
/***/

/* thumb fp sidebloc */
#sideblocs .thumbfp {
	background:url("../images/thumb_fp.png") no-repeat top left;
	padding:35px 13px 0 10px;
	height:240px;
	line-height:12px;
}
#sideblocs .thumbfp span {
	font-weight:bold;
	color:#000000;
	float:right;
}
#sideblocs .thumbfp span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbfp span a:hover{
	text-decoration:underline;
}
/***/




/* thumb fp2 sidebloc2 */
#sideblocs .thumbfp2 {
	background:url("../images/thumb_fpTit.png") no-repeat top left;
	padding:40px 13px 0 10px;

	line-height:12px;

}
#sideblocs .thumbfp2 span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbfp2 span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbfp2 span a:hover{
	text-decoration:underline;
}
/***/

/* thumb eco sidebloc2 */
#sideblocs .thumbfpeco {
	background:url("../images/thumb_economie.png") no-repeat top left;
	padding:40px 13px 0 10px;

	line-height:12px;

}
#sideblocs .thumbfp2 span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbfp2 span a{
	font-weight:bold;
	color:#adc949;
	text-decoration:none;
}
#sideblocs .thumbfp2 span a:hover{
	text-decoration:underline;
}
/***/



/* thumb video sidebloc2 */
#sideblocs .thumbfvideo {
	background:url("../images/thumb_qrVid.gif") no-repeat top left;
	padding:40px 13px 0 10px;

	line-height:12px;

}
#sideblocs .thumbfvideo span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbfvideo span a{
	font-weight:bold;
	color:#adc949;
	text-decoration:none;
}
#sideblocs .thumbfvideo span a:hover{
	text-decoration:underline;
}
/***/


/* thumb fp3 sidebloc2 */
#sideblocs .thumbfp3 {
	background:url("../images/thumb_SiteTit.png") no-repeat top left;
	padding:40px 13px 0 10px;

	line-height:12px;

}
#sideblocs .thumbfp3 span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbfp3 span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbfp3 span a:hover{
	text-decoration:underline;
}
/***/



/* thumb fp4 sidebloc2 */
#sideblocs .thumbfp4{
	background:url("../images/thumb_qrTit.png") no-repeat top left;
	padding:40px 13px 0 10px;

	line-height:12px;

}
#sideblocs .thumbfp4 span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbfp4 span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbfp4 span a:hover{
	text-decoration:underline;
}
/***/

/* thumb net sidebloc2 */
#sideblocs .thumbNet{
	background:url("../images/thumb_NetTit.png") no-repeat top left;
	padding:40px 13px 0 10px;
	line-height:12px;


}
#sideblocs .thumbNet span {
	font-weight:bold;
	color:#000000;
	float:right;
	
}
#sideblocs .thumbNet span a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#sideblocs .thumbNet span a:hover{
	text-decoration:underline;
}
/***/

#sidebar .bloc{
	margin:0 0 5px;
}

/* ----- sidenav ----- */
#side-rech{
	position:absolute;
	top:70px;
	left:0px;
	width:180px;
	height:300px;
	text-align:center;
}
#side-rech .bloc-rech{
	/*border:1px solid red;*/
	background:url("../images/bg-form-rech.png") no-repeat top right;
	height:90px;
}
#side-rech .search{
	position:absolute;
	top:26px;
	right:10px;
	text-align:right;
	font-size:11px;
}
#side-rech .search .q{
	border:1px solid #E1E1E1;
	font-size:11px;
}
#side-rech .search input.q {
	padding-left:5px;
	margin-right:10px;
	color:#727272;
}
#sidenav{
	position:absolute;
	top:0;
	left:0;
	width:230px;
}

/* blocs menu gauche */
#sidenav .bloc{
	position:relative;
	margin-bottom:-10px;
}
#sidenav .bloc div{
	padding:8px 0px 18px 0px;

}

#sidenav .bloc.first{
	padding-top:0px;
	background:no-repeat top left;
}
#sidenav .bloc.first div{
	padding-top:0px;	

}

#sidenav .bloc.demarches{
	background-image:url("../images/bg-bloc-demarches-top.gif");
}
#sidenav .bloc.demarches div{
	background:url("../images/bloc1-nav-int.gif") no-repeat bottom left;
}
#sidenav .bloc.offres div{
	background:url("../images/bloc2-nav-int.gif") no-repeat bottom left;
	padding-bottom:13px;
}
#sidenav .bloc.facture div{
	background:url("../images/bloc3-nav-int.gif") no-repeat bottom left;
	padding-bottom:13px;
}
#sidenav .bloc.optionel div{
	background:url("../images/bloc4-nav-int.gif") no-repeat bottom left;
	padding-bottom:13px;

}
#sidenav .bloc.optionel div a{
	font-weight:bold;
	font-size: 11px;
	padding-left: 10px;
}
#sidenav .bloc.media div{
	background:url("../images/bloc6-nav-int.gif") no-repeat bottom left;


}
#sidenav .bloc.media div a{
	padding-left: 30px;

}


#sidenav .bloc.eco div{
	background:url("../images/bloc5-nav-int.gif") no-repeat bottom left;
	padding-top:18px;

}
#sidenav .bloc.eco div a{
	font-weight:bold;
}

#sidenav .bloc .items li a{
	display:block;
	margin-left:6px;
	font-size: 11px;
}
#sidenav .bloc .items li ul li a{
 display:inline;

}
/* items - liste de navigation (home, mp et int) */
.items h2, .items h3{
	margin:0;

}
.items a{
	color:#000000;
	text-decoration:none;
}
.items a:hover{
	color:#000;
	text-decoration:underline;
}
.items li{
	padding:5px 0;
	font-weight:bold;
	line-height:1.2em;
	zoom:1; /* ie7 */

}

.items li.on {
	background:url("../images/blank.gif") top left repeat-x!IMPORTANT;
	padding:0px 0!IMPORTANT;
	line-height:1.2em;
}

.items li.first{
	background:none;
}
.items li.on a{
	color:#FFF;
}

/* MAJ DG - 07/03/07 */
.items li.off a{color:#000;}
.items li.off a:hover{color:#000;}

.items a.correc {text-decoration:none; cursor:default;}
/* ----------------- */

.optionel div.items  p.on a{
	color:#4179CC;
}
.items li.on a:hover{
	color:#FFF;
}
.items p.on a{
	color:#FFF;
}
.items li a{
	background:url("../images/puce-big-white.png") no-repeat 0 3px;
	padding-left:12px;
}
.items ul{
	margin:0;
}
.items ul ul{
	margin-left:10px;
}
.items li li{
	background:none;
	padding:0;
	font-weight:normal;
}
.items li.on li, .items li.on li a{
	color:#000;
}
.items li li.on, .items li li.on a{
	color:#FFF;
}
.items li li a{
	background:none;
	padding:0;
}
/* ----- 	 ----- */
#footer{
	position:relative;
	font-size:11px;
	height:40px;
	color: #0c4da2;
	border-bottom:1px dotted #0c4da2;
}
#footer p{
	padding-top:10px;
	margin:0 0 3px 0;
}
#footer a{
	color: #0c4da2;	

}
#footer span{
	color:#0c4da2f;
	margin-left:10px;
	font-size:11px;
}
#footer a:hover{
	text-decoration:underline;
		color: #0c4da2;
}		
/*#footer #energie-info{
	position:absolute;
	left:11px;
	top:30px;
	color:#AB1F4C;
	text-align:left;
}
*/
#footer #cre{
	position:absolute;
	top:0;
	right:0;
}


/* ----- layouts ----- */
.int-3cols{}

.int-2cols #contenu{ margin-right:0;}
.int-2colsbis #contenu{ margin-right:0;margin-left:180px}
.int-2cols #sidebar{ display:none;}

.int-1col #contenu{ margin-left:0; margin-right:0;}
.int-1col #sidebar{ display:none;}
.int-1col #sidenav{ display:none;}

.mp{}
.mp #navigation{ margin:0;}
.mp #corps{ margin:0; padding:0; background-image:none;}
.mp #contenu{ margin:0; padding:0; position:relative; height:550px; background:transparent;}

.mp #breadcrumb{
	z-index:8888;
	position:absolute;
	top:10px;
	left:10px;
}



.mp #intro{
	position:absolute;
	top:50px;
	left:30px;
	width:325px;
	color:#0c4da2;
	font-weight: bold;
}

.mp #contenu h3{
	border:none;
	padding:0;
}


/* ----- carnet mp ----- */
#carnet{
	position:absolute;
	top:20px;
	left:420px;
	width:538px;
	height:500px;
	background:no-repeat 0 0;
	line-height:1.3em;
	font-size:12px;
}
#carnet #left{
	float:left;
	padding-top:60px;
	/*margin:20px 50px 20px 20px;*/
	width:255px;
	height:500px;
}
#carnet #right{
	padding-top:30px;
	float:left;
	width:271px;
	/*margin:20px 20px 20px 0;*/
}



#carnet #right .items li a{
	background:url("../images/puce-big-white.png") no-repeat 0 3px;
	padding-left:12px;
	display:block;
}



/* ----- styles divers ----- */

/* lien bouton */

a.bouton{
	background:url("../images/bt-dl-left.gif") bottom left no-repeat;
	_background:url("../images/bt-dl-left.gif") left 2px no-repeat; /* MAJ DG - 07/03/07 */
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	margin-bottom:10px;
	padding-right:1px;
}
a.bouton2{
	display:inline;
	background:url("../images/bt-four-left.gif") bottom left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:10px;
	padding-right:1px;		
}

/* separateur */
hr.sep{
	display:block;
	border:none;

	height:1px;
}
.nbres{
	text-align:center;
	font-weight:bold;
}
/* pagination */
.pagination{
	text-align:right;
	position:relative;
	top:10px;
}
.pagination span{

	position:absolute;
	top:0;
	right:0;
	width:100%;
	}
.pagination span strong{	
	color:#537199;
}
.pagination p{
	text-align:left;
	margin-right:150px;
	font-weight:bold;
	padding-bottom:15px;
}
.pagination a{
	margin:0 3px;
}
/* bloc d'info */
.info{
	background:#F4F4F4;
	padding:5px;
	font-size:14px;
}


.img-legende{
	float:left;
	width:120px;
	padding:0 20px 30px 0;
}
.img-legende span{
	float:left;
	font-style:italic;
	font-size:10px;

}
/* images en corps de page */
img.left{
	float:left;
	margin:0 10px 10px 0;
}
img.right{
	float:right;
	margin:0 0 10px 10px;
}

/* liste */
#contenu ul.liste{
	font-weight:bold;
	margin-top:25px;
}
#contenu ul.liste li{
	padding:5px 0 0;
	background-image:none;

}
#contenu ul.liste p.lien{
	text-align:right;
	font-weight:normal;
}


/* coins */
.corners{ position:relative;}
* html .corners{ position:relative;height:1%;}
.c{ position:absolute; background:no-repeat top left; width:11px; height:11px; font-size:1px;}
.c.tl{background:url("../images/coin-tl.png") left top no-repeat; top:0; left:0;}
.c.tr{background:url("../images/coin-tr.png") right top no-repeat; top:0; right:0;}
.c.bl{background:url("../images/coin-bl.png") left bottom no-repeat; bottom:0; left:0;}
.c.br{background:url("../images/coin-br.png") right bottom no-repeat; bottom:0;right:0;}

.bot-quest{
	
	border:1px solid red;
	width:100%;
}
.bot-quest .br {
	background:url("../images/coin-br.png"); bottom:0; right:0;
}

/* contenu int 3col*/

.cont-3col {
	width: 640px;
	text-align:left;
	margin:20px auto 20px auto;
	/*border:1px solid gray;*/
} 
.cont-3col td,th{
	width:33%;
	padding:0;
	margin:0;
	border:none;
}
.cont-3col td{
	padding-left:10px;
}
.cont-3col th{
	height:94px;
	text-align:center;
	background: url("../images/bg-form.jpg") no-repeat 2px 2px;
}

.cont-3col h3{
	border:none;	
	margin:0;
	padding:5px 0 25px 0;
	color:#D06C02;
	margin-right:8px;
}
.cont-3col th.sstitre h3{
	text-align:center;
	padding:5px 0 5px 5px;
	margin:0;
}
.cont-3col th span{
	margin-right:10px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
.cont-3col tr.content {
	vertical-align:top;
}
.cont-3col tr.content  td {
	vertical-align:top; /*regle pour opera*/
	border-right:1px dashed #FF0000;
	padding:12px 8px 0 10px;
}
.cont-3col tr.content  td.last{
	border:none;
}
.cont-3col h4{
	color:#D06C02;
	background: url("../images/puce-marron.gif") no-repeat left 5px;
	padding-left:10px
}
.cont-3col p{
	font-size:100%;
}
.cont-3col p a{
	font-size:100%;
	color:#516F97;
}

/****/

.paper {position:relative;margin-top:10px}

.paper p {margin:0;padding:0;}
.tmp{background:url("../images/paper-midtop.jpg") repeat-x left 0;font-size:0px;position:relative;}
.trp{background:url("../images/paper-tr.jpg") no-repeat right 0;}
.tlp img{position:relative; vertical-align:top;}

*:first-child+html .mm{margin-top:-2px;overflow:hidden;}


.mm{background:#FFF9CD;z-index:200;}
.ml{background:url("../images/paper-midl.jpg") repeat-y left top;}
.mr{background:url("../images/paper-midr.jpg") repeat-y right top;padding:0 41px;position:relative;margin-bottom:-50px;z-index:200;}

.bmp{background:url("../images/paper-midbot.jpg") repeat-x left top;font-size:1px;position:relative;}
.blp{background:url("../images/paper-bl.jpg") no-repeat left top}
.brp {padding-bottom:139px;}
.brp img{position:relative;vertical-align:top;float:right;margin-right:-2px;}

.paper p {
	color:#000;
	line-height:14px;
	padding:0 0 10px 0
}
.paper form{

}

.paper form table {
	margin:0 auto;
}
.paper form table td{
	padding:5px 0 0 5px;
	border:none;
	text-align:left;
	white-space:nowrap;
}
.paper form table .sep{
	padding:0;
}

.paper form .radio {
	background:#fff9cd!IMPORTANT;
	padding:0 0 0 0px;
	border:0px #D4D0C8;
}

.paper form table .sep hr{
	margin:10px 0;
	border-top:1px dashed #546A86;
	height:1px;
	display:block;
}
.paper form table  span{
	color:#FF0000;
}

.paper form label {
	float:right;
}
.paper form caption {
	padding:0;
	margin:0 auto ;
	height:15px;
	text-align:center;
}
.paper form input {
	text-align:left;
	background:#D4D0C8;
	border:1px groove #FFFFFF;
	padding:0 0 0 5px;
	margin:0;
	/*width:125px;
	height:19px;*/
}
.paper form input.large {
	text-align:left;
	background:#D4D0C8;
	border:1px groove #FFFFFF;
	padding:0 0 0 5px;
	margin:0;
	/*width:200px;
	height:19px;*/
}
.paper form select {
	text-align:left;
	background:#D4D0C8;
	border:1px groove #FFFFFF;
	padding:0 0 0 5px;
	margin:0;
	width:217px;
	height:25px;
}
.paper form textarea {
	text-align:left;
	background:#D4D0C8;
	border:1px groove #FFFFFF;
	padding:0 0 0 5px;
	margin:0;
	width:300px;
	float:right;
	height:90px;
}
.paper form .btsubmit {
	background:url("../images/bg-submit.gif") no-repeat left top;
	padding:1px 0 2px 0;
	width:103px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	float:right;
	margin:10px 10px 10px 0;
}
.paper form .btsubmit a{
	background:url("../images/bg-submit.gif") no-repeat left top;
	padding:1px 0 2px 0;
	width:103px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	float:right;
	margin-right:10px;
}

/*** resultat recherche fournissseur */
.fiche_res
{
	background:#FFEACE;
	margin:0 0 10px 0;
	padding:0;
	height:150px;
}

.fiche_res *{font-size:11px;}

.fiche_res span{font-size:10px;}

.fiche_res .logo
{
	float:left;
	width:105px;
	padding:5px;
}

.fiche_res .nom
{
	font-size:16px;
	color:#3C2008;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #FFC880;
}

.fiche_res .coordonnees
{
	float:left;
	width:525px;
	padding:5px;
}

.fiche_res .coordonnees .adresse
{
	border-bottom:1px solid #FFC880;
	padding-bottom:2px;
}

.fiche_res .coordonnees .colG
{
	float:left;
	width:240px;
	margin:2px 0;
}

.fiche_res .coordonnees .colD
{
	float:left;
	width:285px;
	margin:2px 0;
}

.fiche_res .coordonnees .link
{
	clear:both;
	padding:2px 0 0;
}

/** colonage frm **/
.col-cont{
	/*background:#FFEACE;*/
	background:url("../images/border-rond.gif") repeat-y 483px top;
	position:relative;
	margin:0 0 3px 0;
}
.col-cont:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .col-cont{
	height:1%;
}
*:first-child+html .col-cont{
	height:1%;
}
.col div{
	float:left;
}

.col-cont  div.col-cont_1,.col-cont  div.col-cont_2{
	float:left;
}
.col-mid {
	width:6px;

	height:100%;
}
.col-cont_1{
	width:470px;
	padding-right:20px;
}
.col-cont_2{
	width:410px;
	padding:0 0 0 20px;
}
.col-cont_2  h3{
	color:#8AAAD9;
	font-size:160%;
	border:none;
	padding:0;
}
.col-cont ul{
	margin:0;
	padding:0;
	/*border:1px solid red;*/
}
.col-cont li ul{
	margin:0;
	padding:10px 0 0 0;
	/*border:1px solid red;*/
}
.col-cont ul li{
	font-size:12px;
	margin:0;
	padding:0 0 10px 15px;
}
.col-cont ul li.violet{
	background:url("../images/puce-big-violette.gif") no-repeat left 2px;
	color:#32003F;
	font-size:12px; /* MAJ DG - 07/03/07 */
}
.col-cont ul li.orange{
	background:url("../images/puce-big-orange.gif") no-repeat left 2px;
	color:#DC7F00;
	font-size:12px; /* MAJ DG - 07/03/07 */
}
.col-cont ul li.bleu{
	background:url("../images/puce-big-bleue.gif") no-repeat left 2px;
	color:#4179CC;
	font-size:12px; /* MAJ DG - 07/03/07 */
}	
.col-cont ul li.noir{
	background:url("../images/puce-big-noire.gif") no-repeat left 2px;
	color:#000000;
	font-size:12px; /* MAJ DG - 07/03/07 */
}	
.col-cont ul li.bleu a{
	color:#4179CC;
	text-decoration:none;
}
.col-cont ul li.bleu a:hover{
	text-decoration:underline;
}	
.col-cont ul li.violet a{
	color:#32003F;
	text-decoration:none;
}
.col-cont ul li.violet a:hover{
	text-decoration:underline;
}
.col-cont ul li.orange a{
	color:#DC7F00;
	text-decoration:none;
}
.col-cont ul li.orange a:hover{
	text-decoration:underline;
}
.col-cont li ul li{
	font-weight:bold;
	font-size:12px;
	padding:0 0 0 15px;
}
.col-cont li ul li img{
	
	padding:0 0 0 15px;
}
/***itre frm**/	
.titre-perso img{
	float:left;
}		
	
#contenu   h1{
	color:#000000;
	position:absolute;
	top:0;
	left:0;
	z-index:150;
	font-size:200%;
}	
#contenu .titre-perso h2 {
	float:left;
	font-size:180%;
	margin-top:42px;
}	
#contenu .titre-perso h2.titreG{
	background:#f1991a;
	color:#ffffff;
	padding:14px 15px 13px 5px;
}
#contenu .titre-perso h2.titreD{
	background:#8AAAD9;
	color:#FFFFFF;
	padding:14px 15px 13px 5px;
	width:249px; /* MAJ DG - 07/03/07 */
}
#contenu .titre-perso h2.titreE{
	background:#b185ba;
	color:#FFFFFF;
	padding:14px 15px 13px 5px;
	width:257px; /* MAJ DG - 07/03/07 */
}
hr.clear{
	clear:both;
	visibility:hidden;
	display:block;
	height:1px;
	font-size:1px;
}
.ansEven, .ansOdd {
	padding:15px;
	color:#3C2008;
}
.ansEven h4, .ansOdd h4{
	font-size:140%;
	color:#3C2008;
}
.ansEven p, .ansOdd p{
	padding:0;
	margin:0;
}
.ansEven{
	background:#E2EDFA;
}
.rechfine{
		border:none;
		width:100%;
		margin:0 0 10px 0;
}
.rechfine td{
		border:none;
		padding:0 10px;
		background:#E2EDFA;
}
.rechfine td  a{
		padding:0 5px;
		text-decoration:none;
}
.rechfine td  a:hover{
		text-decoration:underline;
}
.rechfine td.top{
		padding-bottom:5px;
		text-align:right;
}
.rechfine td.top div{
		border-bottom:1px solid #000;
}
.rechfine td.top a{
		text-decoration:underline;
		color:#000;
}
.rechfine td.top span{
		float:left;
		font-weight:bold;
}
.rechfine td.bot{
		padding-top:5px;
}
.rechfine td.bot div{
		border-top:1px solid #000;
}
.rechfine td.bot div a{
		text-decoration:underline;
		padding:0;
		color:#000;
}
.rechfine td.tri {
	background:#fff;
	font-size:13px;
	padding:15px 0 20px 0;
}
.rechfine td.tri a{
	color:#000;
	text-decoration:underline;
}
.rechfine td.tri a.on{
	font-weight:bold
}
.int-2colsbis h2{
	padding-bottom:10px;
}
.cadrePoints {
	padding: 8px;
	background-color: #F4F4F4;
	border: 1px dashed #999999;
}

.cadrePointsCentre {
	border: 1px dashed #999999;
	border-width: 1px;
	padding: 6px;
	text-align: center;
	
}
.cadreRouge {
	border-style: dashed;
	color: #cc0000;
	border-color: #cc0000;
	border-width: 1px;
	padding: 6px; 
	text-align: center;
	background-color: #F4F4F4;
}
.cadreDroite{
	border: 1px dashed #999999;
	border-width: 1px;
	padding: 10px;
	text-align: left;
	background-color: #F4F4F4;
}
.cadreInterro{
	border: 1px dashed #999999;
	border-width: 1px;
	padding: 6px;
	background:url("../images/interro.gif") no-repeat 0 5px;
	padding-left: 50px;
	background-color: #F4F4F4;
}
FicheColGauche {
	text-indent: 20px;
}
.Titre1 {	font-size: 160%;
	color: #658829;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Titre2 {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	padding:4px 0  4px 5px;
	background-color: #658829;
}
.Titre3 {	font-size: 120%;
	font-weight: bold;
}
.bref{
	background-repeat: no-repeat;
	height: 22px;
	width: 80px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #b6b6b6;
}

/*styles tableaux*/
table.tab
{
	width:100%;
	margin:0 0 20px 0;
}

table.tab th
{
	background-color:#E7EFFF;
	border:1px solid #E7EFFF;
	text-align:left;
	padding:5px;
}
table.tab td
{
	border:1px solid #E7EFFF;
	text-align:left;
}


/*gestion des png*/
h1 img
{
	background:url(../images/logo.png) left top no-repeat;
}

#baseline img
{
	background:url(/images/titles/particuliers.png) left top no-repeat;
}

#azur img
{
	background:url(/images/CartoucheAzur.png) left top no-repeat;
}
#savoirplus h3 img{
	background:url(../images/titles/home-savoirplus.png) left top no-repeat;
}

/* -------- Plan du site --------- ajout 09/05/2007 */

.colonnes {width:740px;}
.cont-colonne {float:left; margin:0 1px 0 0;}
.plan-colonne {
width:169px;
float:left;
padding:10px 10px 10px 5px;
font-size:11px;
}

.plan-colonne ul {padding:0; list-style-position:inside;}
.plan-colonne ul li {padding:0; margin:0;}
.plan-colonne ul.ulvert {list-style-image:url(../images/FlecheVerte.gif);}
.plan-colonne ul.uljaune {list-style-image:url(../images/FlecheJaune.gif);}
.plan-colonne ul.ulorange {list-style-image:url(../images/FlecheOrange.gif);}
.plan-colonne ul.ulbleu {list-style-image:url(../images/FlecheBleue2.gif);}
.plan-colonne ul.ulbleuciel {list-style-image:url(../images/FlecheBleue.gif);}
.plan-colonne ul.ulmauve {list-style-image:url(../images/FlecheMauve.gif);}
.plan-colonne ul.ulrouge {list-style-image:url(../images/FlecheRouge.gif);}
.plan-colonne ul.ultelecharg {list-style-image:url(../images/puce-plan-telecharg.gif);}

.colonnes h3 {background:none; padding:0; margin:0; border:none; text-align:center;}
.colonnes .h3vert { width:184px; height:20px; background:url(../images/plan-h3-vert.gif) left top no-repeat; font-size:14px; color:#FFFFFF;}
.colonnes .h3mauve { width:184px; height:20px; background:url(../images/plan-h3-mauve.gif) left top no-repeat; font-size:14px; color:#FFFFFF;}
.colonnes .h3bleu { width:184px; height:20px; background:url(../images/plan-h3-bleu.gif) left top no-repeat; font-size:14px; color:#FFFFFF;}
.colonnes .h3rouge { width:184px; height:20px; background:url(../images/plan-h3-rouge.gif) left top no-repeat; font-size:14px; color:#FFFFFF;}

.h4vert {color:#adcc39;}
.h4jaune {color:#ffd11e;}
.h4orange {color:#f5a93d;}
.h4bleu {color:#7b9fd2;}
.h4bleuciel {color:#94b5de;}
.h4rouge {color:#ab1f4c;}
.h4tel {color:#666699;}

.pointille { border-bottom:1px dotted black; height:2px; }

.goodies{text-align:right;}
.goodies p{display:inline; margin:0 5px; padding:0;}


#resultats
{
	border:1px solid #EA8906;
	padding:20px 0;
	margin-bottom:20px
}
#resultats .maj
{
	margin-right:10px;
	font-size:11px;
	color:#ea8904;
	background-color:inherit;
	text-align:right;
	margin-bottom:0
}
#resultats .important
{
	padding:5px 20px;
	background-color:#ffeede;
	color:inherit;
	position:relative
}
#resultats .important strong
{
	background-image:url(../images/puce_orange.png);
	background-position:2px 6px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:-15px;
	display:block;
	color:#ea8904;
	background-color:inherit
}
#resultats .important ul
{
	margin:0
}
#resultats .important li
{
	display:inline;
	background-image:url(../images/slash.png)!important;
	background-position:5px 3px
}
#resultats .important li.premier
{
	padding:0;
	background-image:none!important
}
#resultats .fleche
{
	color:#ea8904;
	background-color:inherit;
	position:relative;
	margin:10px 0;
	font-weight:bold;
	padding-left:18px;
	background-image:url(../images/puce_orange.png);
	background-position:7px 6px;
	background-repeat:no-repeat;
	padding-left:18px
}
#resultats .fleche strong
{
	color:#eb8904;
	background-color:inherit
}
#resultats table
{
	width:100%
}
#resultats td
{
	border:none
}
#resultats abbr,
#resultats acronym
{
	border:none
}
#resultats td,
#resultats th
{
	vertical-align:top;
	padding:4px 10px;
	text-align:left;
	border-bottom:1px dotted #ea8904
}
#resultats table .telephone
{
	position:relative
}
#resultats #pop
{
	cursor:pointer;
	position:absolute;
	background-color:#ffeede;
	color:inherit;
	padding:5px 10px 0;
	width:460px;
	margin-left:-230px;
	top:200px;
	left:50%;
	border:2px solid #ea8904;
	z-index:20;
}
#resultats table .premier
{
	width:100px
}
#resultats thead td,
#resultats thead th
{
	border-left:1px dotted #FFF;
	border-bottom:0;
	background-color:#ea8904;
	color:#FFF
}
#resultats span.nolink
{
	color:#546B87;
	background-color:inherit
}
#resultats table strong a
{
	padding-left:14px;
	background-image:url(../images/arrow2.png);
	background-position:0 3px;
	background-repeat:no-repeat
}
#resultats h3
{
	font-size:14px;
	color:#ea8904;
	border:none;
	margin-left:20px;
	background-image:url(../images/FlecheOrange.gif);
	background-position:7px 6px;
	background-repeat:no-repeat;
	padding-left:26px;
	background-color:inherit;
}
#resultats dl
{
	margin-left:50px
}
#resultats dt
{
	font-weight:bold
}
#resultats dd
{
	margin-left:0;
	padding-left:30px
}
#resultats dd strong
{
	padding-left:10px;
	background-image:url(../images/puce_orange.png);
	background-position:0 5px;
	background-repeat:no-repeat
}
#resultats dl.premier
{
	border-bottom:1px dotted #EA8904;
	padding-bottom:15px
}



#recherche_fournisseur
{
	margin-top:20px;
	background-color:#ffeede;
	color:inherit;
	padding-top:16px;
	background-image:url(../images/recherche_haut.png);
	background-position:0 0;
	background-repeat:no-repeat
}
#recherche_fournisseur p
{
	clear:both;
	margin:0;
	padding:0
}
#recherche_fournisseur .inside
{
	min-height:505px;
	background-image:url(../images/recherche_bas.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	padding:0 10px 16px
}
#recherche_fournisseur .picto
{
	background-image:url(../images/recherche_bas_picto.png)
}
#recherche_fournisseur input.text
{
	width:180px
}
#recherche_fournisseur .text
{
	border:1px solid #d2d2d2;
	padding:2px
}
* html #recherche_fournisseur  .inside
{
	min-height:0;
	height:530px
}
#recherche_fournisseur fieldset
{
	padding:10px;
	margin-bottom:5px;
	background-image:url(../images/blanc.png);
	background-position:0 0;
	background-repeat:repeat;
	border:1px solid #ea8904
}
#recherche_fournisseur .intitule
{
	margin-right:6px;
	text-align:right;
	width:200px;
	float:left
}
#recherche_fournisseur .exemple
{
	width:470px;
	padding-top:0;
	display:block;
	float:left;
	background-image:url(../images/FlecheOrange.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:0 2px
}
#recherche_fournisseur .champs
{
	width:60px;
	float:left
}
#recherche_fournisseur fieldset.decale
{
	padding-top:0;
	background-image:url(../images/barre_orange.png);
	background-position:0 0;
	background-repeat:repeat-x;
	border-top:0
}
#recherche_fournisseur fieldset.avant_decale
{
	margin-bottom:-15px;
	position:relative
}
#recherche_fournisseur form.avant_decale
{
	margin-top:-15px
}
* html #recherche_fournisseur fieldset.decale
{
	background-position:0 21px
}
* html #recherche_fournisseur fieldset.decale2
{
	background-position:0 36px
}
*:first-child+html #recherche_fournisseur fieldset.decale
{
	background-position:0 21px
}
*:first-child+html #recherche_fournisseur fieldset.decale2
{
	background-position:0 36px
}
#recherche_fournisseur .inactif
{
	border-top:0;
	background-image:url(../images/barre_orange_inactif.png)!important
}
#recherche_fournisseur .mask
{
	display:none
}
#recherche_fournisseur fieldset fieldset
{
	background-image:none;
	border:none
}
#recherche_fournisseur fieldset fieldset legend
{
	margin-top:-20px;
	margin-bottom:30px
}
#recherche_fournisseur fieldset fieldset legend span
{
	padding-left:30px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:0 0;
	padding-bottom:0;
	width:550px;
	border-bottom:1px dotted #ea8904
}
#recherche_fournisseur .submit input
{
	float:right
}
#recherche_fournisseur legend span
{

	position:relative;
	top:26px;
	display:block;
	padding-bottom:25px;
	font-weight:bold;
	color:#ea8904;
	background-color:inherit
}
#recherche_fournisseur label
{
	font-weight:bold;
	color:#ea8904;
	background-color:inherit
}
#recherche_fournisseur .decale label
{
	font-weight:normal;
	color:#000;
	background-color:inherit
}
#recherche_fournisseur .ligne
{
	 float:left;
	 clear:none
}
#recherche_fournisseur .ligne .intitule
{
	width:50px
}
#recherche_fournisseur .ligne .champs
{
	width:100px
}
#recherche_fournisseur legend
{
	margin:0;
	padding:0
}
*:first-child+html  #recherche_fournisseur legend
{
	margin-left:-8px
}
* html #recherche_fournisseur legend
{
	margin-left:-8px
}
#recherche_fournisseur #consommation .intitule
{
	width:42px
}
* html #recherche_fournisseur #consommation .intitule
{
	width:50px
}
#recherche_fournisseur #consommation .champs
{
	width:40px
}
#recherche_fournisseur #electricite legend span
{
	background-image:url(../images/picto-elec.png)
}
#recherche_fournisseur #gaz legend span
{
	background-image:url(../images/picto-gaz.png)
}
#recherche_fournisseur acronym
{
	border:none
}
#recherche_fournisseur .submit
{
	margin:30px 0 0
}


	#recherche_fournisseur p.erreur
	{
		padding-bottom:10px!important;
		border:none!important
	}
	#recherche_fournisseur .erreur
	{
		border:1px solid #C00!important;
		color:#C00;
		background-color:inherit
	}
	#recherche_fournisseur .erreur label
	{
		color:#C00!important;
		font-weight:bold;
		background-color:inherit
	}
	.tarif
	{
		font-size:9px;
		text-decoration:underline
	}
	a.restriction
	{
		text-decoration:none!important;
	}
	.restriction:hover b
	{
		text-decoration:underline
	}
	#resultats table td span
	{
		cursor:pointer;
		position:absolute;
		margin-left:-110px;
		margin-top:-20px;
		background-color:#ffeede;
		color:#000;
		font-weight:normal;
		padding:5px 10px;
		width:260px;
		text-decoration:none;
		border:2px solid #ea8904;
	}
