/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/*color:#FFFFF;*/
	font-size:0.9em;
	/*background-color:#317082;*/
	width:250px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');/*
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	width:100%;
	font-size:0.9em;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}.bloc_titre{
	background-color:#6b9db3;
}
.bloc_contenu{
	color:#1B525F;
	background-color:#d0e2e7;
}
.bloc_titre{
	color:#FFFFFF;
}
#left_col{
	background-color:#FFF;
}
#page{
	background-color:#FFF;
}
#bottom{
	background-color:#d1dce5;
}
#right_col{
	background-color:#FFF;
}
#contenu{
	background-color:#FFF;
}
#logo{
	background-color:#FFF;
}
.bloc_contenu A{
	color:#1B525F;
}
A{
	color:#3f667f;
	text-decoration:none;
}
A:hover{
	color:#072868;
}
BODY{
	color:#4c5688;
	background-color:#2f6f92;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
DIV,H1,H2,H3,H4,H5,H6,UL,LI,P,STRONG,B,I,SPAN,DIV#left_col UL LI, DIV#right_col UL LI{
	color:inherit;
}
DIV.pubs TABLE{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* CSS Document */

*{
	margin:0;
	padding:0;
}
A IMG, IMG{
	border:0;
}
A{
	text-decoration:none;
}
BLOCKQUOTE{
	margin-left:2.5em;
}
INPUT, SELECT, TEXTAREA{
	border-width:1px;
	vertical-align:middle;
	margin:0;
	padding:0;
}
LABEL{
	margin-left:4px;
}
H1, H2, H3, H4, H5, H6{
	width:inherit;
}
H1{
	font-size:1.3em;
	margin:5px 0 8px 0;
}
.h1_dep{
	border:1px dotted black;
	background-color:#F3F3F3;
}
H2{
	font-size:1.1em;
	margin:3px 0 5px 0;
}
H3{
	font-size:1em;
	margin:3px 0 3px 0;
}
H4{
	font-size:0.9em;
	margin:3px 0 3px 0;
}
H5{
	font-size:0.8em;
	margin:3px 0 3px 0;
}
H6{
	font-size:0.7em;
	margin:3px 0 3px 0;
}
P{
	margin:0;
}
UL{
	list-style-position:inside;
}
UL LI{
	padding-left:3px;
}
/*DIV#left_col UL LI, DIV#right_col UL LI{
	color:#1177BB;
}*/
UL LI UL{
	margin-left:2px;
}
.MTlrg{
	margin-top:20px;
}
.MTmid{
	margin-top:10px;
}
.MBsml{
	margin-top:2px;
	margin-bottom:2px;
}
.MBmid{
	margin-bottom:16px;
}
.PTmid{
	padding-top:10px;
}
.Plrg{
	padding-top:6px;
	padding-bottom:12px;
}
.normal{
	font-weight:normal;
}
.error{
	background-color:#CC0000;
	color:#FFF6F6;
	padding:5px;
	font-size:1.2em;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.no_puce{
	list-style-type:none;
}
.clear{
	clear:both;
}
DIV#body_site{
	position:relative;
	width:1176px;
	margin:0 auto;
}
DIV#page{
	width:983px;
	float:left;
	display:inline;
}
DIV#page DIV#logo{
	width:980px;
	margin-left:2px;
	text-align:center;
	float:left;
	overflow:hidden;
}
DIV#page DIV#left_col{
	width:180px;
	margin-left:2px;
	margin-right:2px;
	float:left;
	clear:both;
	display:inline;
}
DIV#page DIV#left_col UL{
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:12px;
}
DIV#page DIV#left_col P{
	margin-bottom:12px;
}
DIV#page DIV#contenu{
	width:598px;
	min-height:2200px;
	padding:4px 8px 0 8px;
	float:left;
	overflow:hidden;
	display:inline;
}
DIV#page DIV#contenu UL{
	margin:3px 20px 3px 30px;
	list-style-position:outside;
}
DIV#page DIV#contenu UL LI{
	margin-bottom:6px;
	text-align:justify;
	padding-left:0;
}
DIV#page DIV#contenu H1{
	text-align:center;
}
DIV#page DIV#contenu P{
	margin:5px 0 8px 0;
}
DIV#page DIV#right_col{
	width:180px;
	margin-left:2px;
	padding-bottom:8px;
	float:left;
	display:inline;
}
DIV#body_site DIV#pub_droite{
	position:relative;
	width:180px;
	margin-left:2px;
	float:left;
	display:inline;
}
DIV#body_site DIV#pub_droite TABLE{
	filter : alpha(opacity=92);
    -moz-opacity : 0.92;
    opacity : 0.92; 
	border:2px outset #EEE;
	margin-bottom:2px;
	padding:2px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#pub_droite{
line-height:85%;
}

DIV#page DIV#right_col UL{
	list-style-type:none;
	list-style-position:outside;
	padding-left:4px;
}
DIV#page DIV#right_col P IMG{
	margin:2px 8px;
}
DIV#page DIV#right_col UL LI{
	letter-spacing:-0.01em;
	padding:0;
	text-align:left;
}
.bloc_titre{
	width:170px;
	padding:3px 5px;
	text-align:center;
}
DIV#page DIV#bottom{
	width:983px;
	font-size:0.8em;
	padding-top:10px;
	float:left;
	clear:both;
}
.expert{
	clear:both;
	width:586px;
	background-color:#FFFFFF;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
}
.dotted_0{
	border:1px dotted #000;
}
.dotted_1{
	border:1px dotted #666;
}
DIV.expert H2{
	font-size:1em;
	margin-bottom:4px;
}
DIV.expert P{
	margin-bottom:6px;
}
.expert_logo{
	width:75px;
	height:75px;
	line-height:75px;
	margin-right:8px;
	text-align:center;
	float:right;
}
.expert_logo IMG{
	vertical-align:middle;
}
DIV#page DIV#contenu DIV.expert UL{
	list-style-type:none;
	margin-left:6px;
}
DIV.expert UL LI{
	margin-left:2px;
	margin-bottom:2px;
/*	display:inline;*/
}
DIV.expert UL.clear LI{
	display:inline;
}
DIV.expert UL LI IMG{
	float:none;
	vertical-align:middle;
	margin-right:3px;
}

DIV.expert UL.dhtmlgoodies_answer LI{
	margin-top:6px;
	margin-left:2px;
	margin-right:15px;
	display:block;
	font-size:0.9em;
}
.TAB, DIV.expert UL LI.TAB{
	margin-left:26px;
}
.a_bouton{
	padding:2px 6px;
	font-size:0.9em;
	border:1px solid #000;
/*	background-color:#999;
	color:#FFF;*/
}
.a_bouton:hover{
	background-color:#AAA;
}
P#carte_region{
	text-align:center;
	margin:20px 0;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.centered{
	margin-left:auto;
	margin-right:auto;
}
.infos_page{
	color:#AAAAAA;
	text-align:center;
	padding-top:25px;
}

SPAN.num_spe{
	display:inline-block;
	width:80px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px 0 0 68px;
	font-weight:bold;
}
SPAN.num_vert{
	background:url(img/num_vert.gif) left top no-repeat;
	color:#208c41;
}
SPAN.num_azur{
	background:url(img/num_azur.gif) left top no-repeat;
	color:#22b1f0;
}

FORM#devis FIELDSET, FORM#ernt FIELDSET, FORM#contactexpert FIELDSET, FORM#invite FIELDSET{
	border:none;
	width:100%;
	padding-bottom:12px;
	margin-bottom:3px;
}
FORM#devis FIELDSET H3, FORM#ernt FIELDSET H3, FORM#contactexpert FIELDSET H3, FORM#invite FIELDSET H3{
	width:99%;
	text-align:left;
	padding:3px;
	margin:0 0 8px 0;
	font-size:1.2em;
	font-weight:normal;
}
FORM#devis FIELDSET TABLE, FORM#ernt FIELDSET TABLE, FORM#contactexpert FIELDSET TABLE, FORM#invite FIELDSET TABLE{
	margin:0 auto;
	padding-right:40px;
}
FORM#devis FIELDSET TABLE TR TD, FORM#ernt FIELDSET TABLE TR TD, FORM#contactexpert FIELDSET TABLE TR TD, FORM#invite FIELDSET TABLE TR TD{
	padding-right:6px;
	font-size:1.1em;
}

FORM#devis INPUT, FORM#devis SELECT, FORM#devis TEXTAREA, FORM#ernt INPUT, FORM#ernt SELECT, FORM#ernt TEXTAREA, FORM#contactexpert INPUT, FORM#contactexpert SELECT, FORM#contactexpert TEXTAREA, FORM#invite INPUT, FORM#invite SELECT, FORM#invite TEXTAREA {
	font-weight:bold;
}

.formSubmit{
	margin-top:8px; 
	width:280px; 
	padding:4px; 
	font-size:16px; 
	font-weight:bold;
}

.pubs TABLE{
	margin:0 auto;
	padding:5px;
}
#cnil{
	text-align:left;
	padding-top:30px;
	font-size:0.75em;
}
#fil_ariane{
	font-size:0.8em;
	letter-spacing:-0.1px;
	padding-top:3px;
}
#adsense{
	text-align:center;
}
.liste_villes UL{
	list-style:none;
}
.liste_villes UL LI.dhtmlgoodies_question{
	width:580px;
}
.liste_villes UL.dhtmlgoodies_answer{
	margin-left:50px;
}
.ville_head LI{
	display:inline;
}
.source{
	text-align:right;
	font-style:italic;
	padding:30px 0;
}
.fichiers_liste{
	margin:1.8em 0 3em 3em;
	font-size:1.2em;
	font-weight:bold;
}
A.linkauto{
	color:inherit;
	text-decoration:none;
	cursor:default;
}
A.linkauto:hover{
	color:inherit;
	text-decoration:none;
	cursor:text;
}
.bloc_contenu{
	padding-bottom:4px;
	padding-left:0;
}
#recherche_form{
	text-align:center;
}
#recherche_form INPUT{
	font-size:10px;
}
.tagCloud{
letter-spacing:0.5px;
word-spacing: -1px;
line-height:90%;
}