/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /*Pensez à utiliser une collection de polices (2), par ex:*/
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: #ccc;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
}

.fauxh6 {
	font-weight: bold;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
    outline: none;
}
a:link {
    color: #c30;
}
a:visited {
    color: #e50;
}
a:hover{
    color: #300;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}



#background
{
    width: 980px;
    background-image: url('images/ombre-bas.png');
    margin: 0 auto;
    padding: 0 0 10px 0;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

* html #background
{
    background-image: none;
}

#container
{
    position: relative; 
    width: 980px;
    background-image: url('images/ombre-middle.png');
}

* html #container {
    background-image: none;
    width: 960px;
    background-color: white;
}


#ie6Warning {
    background-color: red;
    text-align: center;
    color: #000;
    padding: 2px 5px;
    border-bottom: 1px solid white;
}

#head
{
    position: relative;
    background-image: url('images/logo-orange.jpg');
    background-repeat: no-repeat;
    height: 136px;
    margin: 0 10px;
}

* html #head {
    margin: 0;
}


#head h1
{
    margin: 0;
    padding: 0;
    display: block;
    height: 136px;
    width: 250px;
    overflow: hidden;
}

#head h1 a
{
    display: block;
    padding-top: 140px;    
}

#slogan
{
    position: absolute;
    left: -5000px;
}

#searchTools
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#searchTools label
{
    position: absolute;
    left: -5000px;
}

#menuLang {
    position: absolute;
    top: 0;
    right: 0;
}

#menuLang li {
    display: inline;
    padding: 0 5px;
}

#menuLang li a {
    color: white;
    text-decoration: none;
}

#topTools
{
    position: absolute;
    right: 35px;
    bottom: 0;
}

#topTools li
{
    list-style-type: none;
    display: inline;
    border: 1px solid white;
    border-width: 0 0 0 1px;
    padding-left: 1ex;
}

#topTools .first
{
    border-width: 0;
}

#topTools li a
{
    color: white;
    text-decoration: none;
    margin-right: 1ex;
}

#mainMenuContainer
{
    background-color: white;
    /*background-image: url('images/bg-menu.jpg');
    background-position: bottom;*/
    margin: 0 10px;

}

* html #mainMenuContainer {
    margin: 0;
}

* html #mainMenuContainer {
    height: 1%;
}

#mainMenu {
    margin: 0;
    padding: 0 0 0 30px;
    overflow: auto;
    background-image: url('images/bg-menu.jpg');
    background-position: bottom;
}

* html #mainMenu {
    height: 1%;
}

#subMenu {
    margin: 0;
    padding: 0 0 0 30px;
    overflow: auto;
    background-color: orange;
    background-image: url('images/orange_bottom.jpg');
    background-position: top;
}

* html #subMenu {
    height: 1%;
}

#mainMenu li
{
    list-style-type: none;
    float: left;
    border: 1px solid #aaa;
    border-width: 0 1px 0 0;
}

#subMenu li
{
    list-style-type: none;
    float: left;
    border: 0;
}

#mainMenu .first,
#subMenu .first
{
    border-width: 0 1px;
}

#mainMenu li a
{
    display: block;
    padding: 1.5ex;
    margin: 0;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 0.9em;
}

#mainMenu li a:hover,
#mainMenu .active a
{
    background-image: url('images/orange_top.jpg');
    background-color: orange;
    background-position: bottom;
    color: #fff;
}

#subMenu li a {
    display: block;
    padding: 1ex 2ex;
    margin: 0 0 0 0;
    color: black;
    text-decoration: none;
    font-size: 0.85em;
    color: white;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-width: 1px 1px 0 1px;
}

#subMenu li a:hover,
#subMenu .active a {
    /*text-decoration: underline;*/
    background-color: #c30;
    
    /*color: black;*/
    /*font-weight: bold;*/
    /*border-color: #ccc;*/

}

/*
#subMenu .active a {
    font-weight: bold;    
}
*/

* html #subMenu li a {
    border: none;
}

#menu3 {
    float: left;
    width: 190px;
    margin: 0 0 40px 40px;
    padding: 0;
}

.searchTools {
    margin: 0 0 25px 0;
    padding: 0;
}

* html #menu3 {
    margin-left: 20px;

}

#menu3 li,
.searchTools li {
    list-style-type: none;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
}

#menu3 .first,
.searchTools .first {
    border-width: 1px 0;
}

#menu3 li a,
.searchTools li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 5px 15px;
}

#menu3 .active a,
#menu3 a:hover,
.searchTools .actif a,
.searchTools a:hover {
    background-color: #c60;
    color: white;
    background-image: url('images/orange_bottom.jpg');
}

#content {
    width: 660px;
    overflow: auto;
    margin: 0 0 0 260px;
	
}

* html #content {
    height: 1%;
}

#col2 {
    clear: left;
    float: left;
    width: 190px;
    margin-left: 40px;
}

* html #col2 {
    margin-left: 20px;
}

#bandeau
{
    clear: both;
    margin: 0 10px;
    background-image: url('images/bg-box.jpg');
    background-position: bottom;
    overflow: auto;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    font-size: 1.3em;
    line-height: 1.1em;
    color: #777;
}

* html #bandeau {
    height: 1%;
    margin: 0;
}

#bandeau.bottom {
    position:relative;
    top: 15px;
    border-width: 1px 0 1px 0;
    
}

#bandeau ul
{
    margin: 0;
    padding: 0;

}

#bandeau li
{
    list-style-type: none;
    display: block;
    float: left;
    border: none;
    border-width: 0 1px 1px 0;
    background-repeat: no-repeat;
}

#bandeau a
{
    display: block;
    /*overflow: auto;*/
    color: #777;
    text-decoration: none;
    padding: 10px;
}

#bandeau a:hover
{
    color: #000;
}

#bandeau .rechercheNotaire
{
    width: 241px;
    background-image: url('images/loupe.gif');
    
    background-position: 100px 20px;
}

#bandeau .rechercheNotaire form
{
    padding: 50px 15px 10px 10px;
}

#bandeau .rechercheNotaire form p
{
    font-size: 0.7em;
}

#bandeau .preparezEntretien
{
    background-image: url('images/stylo.gif');
    background-position: 10px 10px;
    width: 207px;   
}

#bandeau .preparezEntretien a 
{
    padding: 90px 5px 30px 90px; 
}

#bandeau .calculezFraisImmo
{
    width: 241px;
    background-image: url('images/calculette.gif');
    background-position: 20px 30px;
}

#bandeau .calculezFraisImmo a
{
    padding: 70px 10px 50px 100px;
}


#bandeau .aventures
{
    width: 270px;
    background-image: url('images/aventure.jpg');
    background-position: right bottom;
}

#bandeau .aventures a
{
    padding: 70px 100px 10px 10px;
}

#bandeau .taux
{
    width: 270px;
    background-image: url('images/taux.gif');
    background-position: 15px 30px;
}

#bandeau .taux a
{
    padding: 100px 70px 10px 30px;
}




#top #bandeau
{
    margin-bottom: 25px;
}



#content p,
#content ul,
#content h2,
#content h3,
#content h4
{
    padding: 0;
    margin-top: 0;
    text-align: justify;
}

h2
{
    padding: 0 10px 0 10px;
    margin-top: 0;
    background-color: white;
    color: black;
    /*border-bottom: 1px solid orange;*/
    
}

#content h2,
#content h3,
#content h4
{
    padding-top: 15px;
    margin-bottom: 0;
}

#top h2 {
    margin: 25px 30px 25px 250px;
    color: #888;
}

#top h2.img {
    margin: 0;
    background-color: inherit;
}

h2 em {
    display: block;
    color: black;
    font-style: normal;
}

#top h2 em {
    color: #CC3300;
    font-weight: normal;
    font-size: 0.7em;
}



#siteMap {
    clear: both;
    margin: 0 10px;
    background-image: url('images/bg-siteMap.gif');
    padding: 25px 6px 10px 6px;
    background-repeat: repeat-x;
    overflow: auto;
    font-size: 0.85em;
}

* html #siteMap {
    margin: 0;
    height: 1%;
}

#siteMap, 
#siteMap ul {
    list-style-type: none;
}

#siteMap ul {
    margin: 0;
    padding: 0;
}

#siteMap ul li {
    float: left;
    width: 158px;
    font-weight: bold;
}

#siteMap ul li {
    float: left;
    width: 158px;
    font-weight: bold;
}

#siteMap ul li ul li {
    display: compact; /* Illégal CSS2.1 */
    font-weight: normal;
}

#siteMap ul li ul li ul li {
    font-style: italic;
    padding-left: 5px;
}

#siteMap a {
    display: block;
    padding: 1px 5px;
    text-decoration: none;
    color: black;
}

#siteMap a:hover { /* ATTENTION IE6 */
    background-color: #eee;
}


#footer {
    clear: both;
    background-color: #dc4a00;
    margin: 0 10px;
    padding: 2px 10px;
    background-image: url('images/bandeau-bas.jpg');
    background-position: center;
}

#footer p,
#footer a
{
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
}

* html #footer {
    margin: 0;
}

#footer a:hover {
}


/* banner */
.banner {
    margin-top: 15px;
}


/* Styles pour les accroches en page d'accueil */

.accroche {
    border-bottom: 1px solid #ccc;
    overflow: auto;
    padding-bottom: 10px;
}

.accroche h3 {
    margin-bottom: 0;
}

.accroche p {
    margin: 0;
}

.read-more {
    float: right;
    margin: 0 10px 0 0;
}


.read-more a {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url('images/btn-accroche.jpg');
}

.read-more a:hover {
    background-position: -30px top;
}

.read-more a span {
    display: block;
    padding-top: 25px;
}

/* Tableau sur la page recherche */

.listeNotaires {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 50px 0;
 }
 
.fiche {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 50px 0;
}

.fiche caption {
    background-color: #ccc;
    color: white;
    text-align: left;
    text-transform: uppercase;    
}

.listeNotaires th {
    background-color: #ccc;
    color: white;
    text-align: left;
    text-transform: uppercase;
}

.fiche th {
    font-weight: normal;
    background-color: #f6f6f6;
    text-align: left;
    text-transform: uppercase;
    width: 33%;
}

.fiche td,
.fiche th,
.fiche caption {
    padding: 5px;
}

.listeNotaires td,
.listeNotaires th {
    padding: 10px;
}

.listeNotaires tr,
.fiche tr {
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}

.listeNotaires .altrow {
    background-color: white;
}

.listeNotaires .tcol2 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}




/* google map sur la page de la permanence */
.gmapPermanence {
    width: 660px;
    height: 350px;
    overflow: hidden;
}

/* google map des études et des notaires*/
#gmap {
    width: 660px;
    height: 350px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #ccc;
}

#itineraire {
    margin: 50px 0 50px;
    background-color: #f6f6f6;
    padding: 5px;
    border: 1px solid #ccc;
    border-width: 1px 0;

}

#itineraire h3 {
    color: #fff;
    margin: -5px;
    padding: 5px;
    background-color: #ccc;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
}

#itineraire form {
    position: relative;
    width: 650px;
}


#itineraire label {
    font-weight: normal;
    margin: 15px 0 5px 0;
}

#itineraire #saddr {
    width: 648px;
    margin: 0 0 15px 0;
    padding: 3px 0;
    border: 1px solid #ccc;
}


.thumbNotaire img {
    position: absolute;
    right: 60px;
    border: 5px solid #ccc;
    border-width: 0 5px 5px 5px;
}


.errorXXX {
    background-color: #ccc;
    margin:  0 30px 0 0;
    padding: 10px;
    color: black;
    border: 1px solid red;
}

.caps {
    text-transform: uppercase;
}

.noMarginTop {
    margin-top: 0;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noPaddingTop,
#content .noPaddingTop {
    padding-top: 0;
}






















/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Styles pour le formulaire de contact */
form fieldset {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px 0 0 0;
    width: 300px;
}

form fieldset legend {
    font-size: 1.3em;
    margin: 15px 0 ;
}

form .input input,
form textarea {
    display: block;
    width: 410px;
    margin: 0 0 0 0;
}


form .submit input {
    margin: 15px 0 0 0;
}

form label {
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 0.9em;
}

form .error label {
    color: red;
}

form .error .error-message {
    font-style: italic;
    margin: 0 0 0 0;
}





/* styles pour les graphiques*/

.chart {
    
    float: left;
}

.legende {
    padding-top: 50px;
}

.legende ul li{
    list-style-type: none;
}

.legende ul li span {
    display: inline-block;
    vertical-align: baseline;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

/*
.colorfn span{
    background-color: #ff6600;
}

.colorrf span{
    background-color: #cccccc;
}

.colorfd span{
    background-color: #006699;
}

.colortf span{
    background-color: #009900;
}    
*/ 
  
.details {
    clear: both;
}
  
.exp {
	position: relative;
    border: 1px solid #ccc;
    padding: 5px 15px;
    background-color: #eee;
	margin-bottom: 5px;
}
  
.det {

    padding: 5px 15px;

   
}
  
.det ul {
	margin: 0;
}

.det ul li{
	position: relative;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}

.det ul li span{
	position: absolute;
	right: 0;
}

.det .soustotal {
	position: relative;
}
.det .soustotal span {
	position: absolute;
	right: 0;	
	font-weight: bold;
}

.total {
	border-top: 3px solid #ccc;
	position: relative;
	margin: 10px 15px 10px 0;
	font-weight: bold;
}
.total strong {
	position: absolute;
	right: 0;	
	font-weight: bold;
}




.btn {
}

.btn ul li{
	display: inline;
	border-bottom: none;
}

.btn ul li a{
	text-decoration: none;
}

.btn .btn-exp-masquer {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px;
}

.error2{
	color: red;
	font-weight: bold;
}

.disclaimer {
	border-top: 1px solid #ccc;
	margin: 60px 60px 0 260px;
	font-size: 0.85em;

}

.disclaimer p {
	text-align: justify;
}


.show-all {
    margin: 0 0 0 0;
    /*background-color: #c00;*/
    /*background-image: url('images/bandeau-bas-fleche.jpg');*/
    background-position: right center;
    padding: 3px 5px;
}

.show-all a {
    display: block;
    text-decoration: none;
    /*color: #999;*/
    /*font-weight: bold;*/
}


.table1 th { 
    text-align: left;
    padding-right: 5px;
    vertical-align: top;
}

.table1 {
    margin-bottom: 10px;
}


.listeNotaires .NonActif,
.listeNotaires .NonActif a{
	font-style: italic;
	color: #888;
}

/* Comparateur de taux*/
#compTable, #compTable2 {
	margin: 15px 0 25px 0;	
}

#compTable th,
#compTable2 th{
	text-align: left;
}

.compCol1 {
	padding-right: 10px;
}

.compCol3 {
	width: 100px;
}

.compBar {
	background-color: red;
	height: 17px;
	background-image: url('images/compBar.jpg');
}

.compTableCol1 {
	float: left;
}

#periodSelector {
margin-left: 280px;
}


/* radio buttons calc */
#calcForm {

}

#calcForm .radio {

	float: left;
}

#calcForm .radioText {

	display: block;
	padding: 0 0 10px 25px;
}




