/*--------------------------------------------------------------------------------
/*          =BALISES
/*          =STRUCTURE
/*               @Entête
/*               @Conteneur
/*               @Pied de page
/*          =CLASSES
/*          =MODULES
/*              @Navigation
/*              @Formulaires
/*          =AJOUT
-------------------------------------------------------------------------------- */


/*--------------------------------------------------------------------------------
          =BALISES
-------------------------------------------------------------------------------- */

html, body {
	font-size: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}

body {
	font: 0.625em/1em verdana, helvetica, sans-serif;
    text-align: left;
    /*background: url(/images/theme/fond.png) repeat-y 244px 0px;*/
    background: url(/images/theme/fond2.png) repeat-y 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 1.8em/1em verdana, helvetica, sans-serif;
}

h2 {
    font: 1.6em/1em verdana, helvetica, sans-serif;
}

h3 {
    font: 1.4em/1em verdana, helvetica, sans-serif;
}

h4 {
    font: 1.2em/1em verdana, helvetica, sans-serif;
}

h5 {
    font: 1.1em/1em verdana, helvetica, sans-serif;
}

h6 {
    font: 1em/1em verdana, helvetica, sans-serif;
}

p {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #ff7800;
}

a:hover,
a:focus {
    text-decoration: underline;
}

img {
    border: 0;
}

hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1px solid #beb4b4;/*
    padding: 20px 0 0 0;*/
    margin: 20px 0 20px 0;
}

form {
    padding: 0;
    margin: 0;
}

textarea {
    line-height: 1.1em;
}

label {
    cursor: pointer;
}

table {
    padding: 0;
    border: 0;
    margin: 0;
    border-collapse: collapse;
}

th,
td {
    padding: 0;
    margin: 0;
}

blockquote {
    padding: 0;
    margin: 0.8em 1.5em;
}

small {
    font: 0.8em/1em verdana, helvetica, sans-serif;
}

kbd {
    padding: 1px 2px;
    border: 1px solid #000;
}

sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym,
abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}


/*--------------------------------------------------------------------------------
          =STRUCTURE
-------------------------------------------------------------------------------- */

#site  {
    width: 100%;
    margin: 0;
}


/*          @Entête
---------------------------------------- */

#header {
    height: 173px;
    background: url(/images/theme/header.jpg) no-repeat #f6f4f2 244px 0px;
}

#header .logo {
    background: #fff;
    width: 244px;
    text-align: center;
    height: 160px;
    padding: 13px 0 0 0;
    font-size: 1.2em;
}

#header .logo a:hover, #header .logo a:focus {
    text-decoration: none;
}

#header .drapeau {
    position: absolute;
    left: 220px;
    top: 6px;
}

/*          @Conteneur
---------------------------------------- */

#colGauche {
    width: 244px;
    position: absolute;
    left: 0px;
    top: 173px;
    background: #ffffff;
}

#content {
    width: 682px; /* 706px */
    margin: 0 0 0 244px;
    padding: 12px 0 12px 24px;
    min-height: 400px;
}


/*          @Pied de page
---------------------------------------- */

#blocFooter {
    margin: 0 0 0 244px;
    clear: both;
}

#blocFooter .plan {
    background: url(/images/theme/fond-plan.png) repeat-y #efece9;
    padding: 20px 0 10px 16px;
}

#blocFooter .plan h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

#blocFooter .plan .planSite {
    width: 456px;
    float: left;
    color: #a69b9a;
}

#blocFooter .plan .planSite h3 {
    border-bottom: 1px solid #a69b9a;
    padding: 0 0 2px 0;
}

#blocFooter .plan .planSite .blocRub {
    border-left: 1px solid #d2ccc9;
    float: left;
    padding: 0 8px;
    min-height: 125px;
}

#blocFooter .plan .planSite .blocRub.first {
    width: 103px;
    border-left: 0;
    padding-left: 0;
}

#blocFooter .plan .planSite .blocRub.client {
    width: 86px;
}

#blocFooter .plan .planSite .blocRub.proprio {
    width: 117px;
}

#blocFooter .plan .planSite .blocRub.last {
    width: 99px;
    padding-right: 0;
}

#blocFooter .plan .planSite .blocRub h4 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 1.0em;
    line-height: 1.0em;
    min-height: 20px;
    margin: 0 0 8px 0;
}

#blocFooter .plan .planSite .blocRub li {
    padding: 0 0 0 7px;
    background: url(/images/theme/tiret.png) no-repeat 0 5px;
    font-size: 1.0em;
    line-height: 1.0em;
    margin: 0 0 2px 0;
}

#blocFooter .plan .planSite .blocRub li a {
    color: #a69b9a;
}

#blocFooter .plan .accesDirect {
    background: #e4dfda;
    float: left;
    margin: -10px 0 0 6px;
    width: 214px;
    min-height: 145px;
    padding: 10px 6px 10px 8px;
}

#blocFooter .plan .accesDirect h3 {
    color: #5d4b4b;
    margin: 0 0 18px 0;
}

#blocFooter .plan .accesDirect li {
    margin: 0 0 3px 0;
    font-size: 1.0em;
    line-height: 1.0em;
}

#blocFooter .plan .accesDirect li a {
    color: #857776;
}

#blocFooter .footer {
    background: url(/images/theme/fond-footer.png) repeat-y #7d6969;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #fff;
    padding: 2px 0 3px 20px;
}

#blocFooter .footer a {
    color: #fff;
}

#blocFooter .footer a:hover, #blocFooter .footer a:focus {
    color: #fff;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------
          =CLASSES
-------------------------------------------------------------------------------- */

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.floatLeft { float: left; }
.floatRight { float: right; }

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.imgLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.imgRight {
    float: right;
    margin: 0 0 4px 4px;
}


/*--------------------------------------------------------------------------------
          =MODULES
-------------------------------------------------------------------------------- */

#content h1 {
    font-size: 1.4em;
    color: #ff7800;
    margin: 0 0 20px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #ff7800;
}

#content h2 {
    font-size: 1.2em;
    color: #ff7800;
    padding: 0;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#content h2 .chiffre {
    font-size: 1.5em;
}

#content p {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #5d4b4b;
    margin: 0 0 15px 0;
}

#content .blocListeAnnonce h3 {
    margin: 0 0 2px 0;
    font-size: 1.2em;
}

#content .blocListeAnnonce h3 a {
    text-decoration: underline;
}

#content .blocListeAnnonce p {
    margin: 0;
}

#content .blocListeAnnonce .prix {
    font-size: 1.2em;
}

#content .blocListeAnnonce .blocBouton {
    float: right;
    margin: 15px 0 0 0;
}

#content .blocListeAnnonce .blocBouton a {
    font-size: 1.1em;
}

#content .blocListeAnnonce .imgLeft {
    margin: 2px 12px 10px 0;
}

#content .pagination {
    border-top: 3px solid #beb4b4;
    padding: 20px 0px;
    margin: 20px 0;
    text-align: right;
}

#content .pagination a {
    color: #7d6969;
    font-size: 1.8em;
    margin: 0 0 0 5px;
    background: #f1efec;
    padding: 3px 10px;
}

#content .pagination a:hover, #content .pagination a.current {
    color: #fff;
    background: #ff7800;
    text-decoration: none;
}

#content .chapeau {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 20px 0;
}

#content .contact {
    font-size: 1.2em;
}

#content .contact a {
    text-decoration: underline;
}

#content .orange {
    color: #ff7800;
}

#content .gros {
    font-size: 1.3em;
}

#content .ariane {
    color: #5d4b4b;
    margin: 0 0 18px 0;
    font-size: 1em;
}

#content .ariane a {
    color: #5d4b4b;
}

#content .ariane a:hover, #content .ariane a.current {
    color: #ff7800;
}

#content .blocInfoAnnonce {
    width: 310px;
    float: left;
}

#content .blocInfoAnnonce p.infos, #content .blocInfoAnnonce .equipement {
    line-height: 1.4em;
    font-size: 1.2em;
    color: #5d4b4b;
}

#content .blocInfoAnnonce p.infos img {
}

#content .blocInfoAnnonce p.description, #content .blocInfoAnnonce .equipement {
    border-bottom: 1px solid #beb4b4;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
}

#content .blocInfoAnnonce .equipement .col {
    width: 50%;
    float: left;
    padding: 5px 0 0 0;
}

#content .blocInfoAnnonce .equipement .infobulle {
    color: #ff7800;
    font-size: 0.9em;
    width: 45%;
    float: right;
}


#content .blocBouton {
    background: url(/images/theme/fond-bt.png) repeat-x;
    height: 42px;
    float: left;
}


#content .blocBouton a {
    color: #fff;
    font-size: 1.4em;
    padding: 12px 5px;
    float: left;
}

#content .blocBouton a:hover {
    text-decoration: none;
    color: #E4DFDA;
}

#content .blocBouton .gauche {
    background: url(/images/theme/fond-bt-gauche.png) no-repeat;
    width: 5px;
    height: 42px;
    float: left;
}

#content .blocBouton .droit {
    background: url(/images/theme/fond-bt-droit.png) no-repeat;
    width: 5px;
    height: 42px;
    float: left;
}

#content .blocPhotoAnnonce {
    width: 331px;
    float: right;
    background: #ece9e5;
    padding: 10px;
    position: relative;
}

#content .blocPhotoAnnonce .photoBig {
    margin: 0 0 10px 0;
    width: 331px;
    height: 248px;
    overflow: hidden;
}

#content .blocPhotoAnnonce .photoBig img {
    display: none;
}

#content .blocPhotoAnnonce .photoBig img.current {
    display: block;
}

#content .blocPhotoAnnonce .photoBig .fleche {
    display: block;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 119px;
}

#content .blocPhotoAnnonce .photoBig .prec {
    left: 0px;
    background: url(/images/theme/picto-fleche-prec.png) no-repeat;
}

#content .blocPhotoAnnonce .photoBig .suiv {
    right: 0px;
    background: url(/images/theme/picto-fleche-suiv.png) no-repeat;
}

#content .blocPhotoAnnonce .carroussel {
    width: 331px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

#content .blocPhotoAnnonce .carroussel .slider {
    width: 1000px;
    position: relative;
}

#content .blocPhotoAnnonce .carroussel .slider a {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 4px 0 0;
    overflow: hidden;
}

#content .blocPhotoAnnonce .carroussel .slider a span {
    display: block;
    width: 120px;
    margin: 0 0 0 -20px;
    text-align: center;
    background: #fff;
}

#content .blocPhotoAnnonce .infoCarroussel {
    color: #aaa;
    font-size: 1.0em;
    padding: 8px 5px 0 0;
    text-align: right;
}



.accueil #content .blocChapeau {
    padding: 10px 0 0 0;
    margin: 0 0 50px 0;
}

.accueil #content .blocChapeau p {
    font-size: 1.4em;
    line-height: 1.2em;
    color: #5d4b4b;
    margin: 0 0 10px 0;
}

.accueil #content .blocChapeau h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #5d4b4b;
    border: 0;
    padding: 0;
}

.accueil #content h2 {
    font-size: 1.3em;
    color: #5d4b4b;
    border-bottom: 1px solid #5d4b4b;
    padding: 0 0 2px 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#content #formRecherche {
    width: 100%;
}

#content #formRecherche .blocEtape {
    width: 34%;
    float: left;
    padding: 0 0 20px 0;
}

#content #formRecherche .blocEtape2 {
    width: 40%;
}

#content #formRecherche .blocEtape3 {
    width: 26%;
}

#content #formRecherche .blocEtape h3 {
    color: #ff7a0e;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    padding: 15px 0 0 0;
    height: 43px;
    margin: 0 0 10px 0;
}

#content #formRecherche .blocEtape h3 img {
    float: left;
    margin: -15px 5px 0 0;
}

#content #formRecherche .blocEtape p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    color: #5d4b4b;
}

#content #formRecherche .blocEtape p.submit {
    text-align: right;
    padding: 30px 0 0 0;
}

#content #formRecherche .blocEtape #bugdetMax {
    width: 96%;
    margin: 2px 0 5px 0;
}

#content form.formContact p.padding {
    padding: 0 0 0 125px;
}

#content form.formContact p.submit {
    padding-top: 20px;
}

#content form.formContact label.padding {
    display: block;
    width: 120px;
    float: left;
    text-align: right;
    margin: 0 5px 0 0;
    padding: 3px 0 0 0;
}

#content form.formContact input, #content form.formContact select, #content form.formContact textarea {
    font-size: 1.0em;
    font-family: verdana,helvetica,sans-serif;
}


#content form.formContact input[type="text"] {
    width: 200px;
}



/*
 ***********  @NAV *************
 */

#colGauche #menu li {
    width: 244px;
    background: #7d6969;
    margin: 0 0 2px 0;
}

#colGauche #menu li a {
    display: block;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2em;
    text-transform: uppercase;
    height: 29px;
    padding: 12px 0 0 10px;
    border-left: 8px solid #7d6969;
}

#colGauche #menu li a.deuxLignes {
    height: 36px;
    padding-top: 5px;
}

#colGauche #menu li a:hover, #colGauche #menu li a:focus, #colGauche #menu li.current a {
    text-decoration: none;
    border-left: 8px solid #ff7800;
}

#colGauche #menu li ul {
    padding: 0 0 10px 0;
    border-left: 8px solid #7d6969;
    width: 236px
}

#colGauche #menu li.current ul {
    border-left: 8px solid #ff7800;
}

#colGauche #menu li ul li {
    width: 236px;
}

#colGauche #menu li ul li a, #colGauche #menu li.current ul li a {
    font-size: 1.2em;
    line-height: 1.1em;
    text-transform: none;
    height: auto;
    padding: 0 0 0 10px;
    border: 0;
}

#colGauche #menu li ul li a:hover, #colGauche #menu li ul li a:focus {
    color: #ff7800;
    border: 0;
}

#colGauche #accesRapide {
    margin: 24px 18px;
}

#colGauche #accesRapide a {
    display: block;
    color: #7d6969;
    padding: 0 0 0 45px;
    line-height: 1.1em;
    min-height: 35px;
    margin: 0 0 20px 0;
}

#colGauche #accesRapide a strong {
    font-size: 1.2em;
    display: block;
    margin: 0 0 3px 0;
}

#colGauche #accesRapide a:hover, #colGauche #accesRapide a:focus {
    color: #ff7800;
    text-decoration: none;
}

#colGauche #accesRapide a.logement {
    background: url(/images/theme/picto-logement.png) no-repeat 0 0px;
}

#colGauche #accesRapide a:hover.logement, #colGauche #accesRapide a:focus.logement {
    background-image: url(/images/theme/picto-logement-on.png);
}

#colGauche #accesRapide a.infos {
    background: url(/images/theme/picto-informations.png) no-repeat 0 0px;
}

#colGauche #accesRapide a:hover.infos, #colGauche #accesRapide a:focus.infos {
    background-image: url(/images/theme/picto-informations-on.png);
}

#colGauche #accesRapide a.mailing {
    background: url(/images/theme/picto-mailing.png) no-repeat 0 0px;
}

#colGauche #accesRapide a:hover.mailing, #colGauche #accesRapide a:focus.mailing {
    background-image: url(/images/theme/picto-mailing-on.png);
}

#colGauche #accesRapide a.liens {
    background: url(/images/theme/picto-liens-utiles.png) no-repeat 0 0px;
}

#colGauche #accesRapide a:hover.liens, #colGauche #accesRapide a:focus.liens {
    background-image: url(/images/theme/picto-liens-utiles-on.png);
}

/*--------------------------------------------------------------------------------
          =AJOUT
-------------------------------------------------------------------------------- */


hr.basPage {
    margin: 20px 0 10px 0;
    height: 3px;
    background: #beb4b4;
    border-bottom: 3px solid #beb4b4;
}

#colGauche .logoFNAIM {
    background: #7d696a;
    padding: 10px 0 0 20px;
}

#colGauche .logoFNAIM img {
    display: block;
}