/* ------------------------------------------------------ */

/* STRUCTURE GENERALE DE PAGE */

/* ------------------------------------------------------ */


/* ---------------------------------------------------------
   STRUCTURE GENERALE DE PAGE : COMMUN
--------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
}

table {
	width: 100%;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6, label, fieldset, legend, ul, li, form, p, input, caption {
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

caption {
	visibility: hidden;
}

#conteneur {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#conteneur #page {
	background-color: #fff;
	padding: 10px;
}

.separateur {
	clear: both;
	visibility: hidden;
}

.cache {
	display: none;
}



/* ------------------------------------------------------ */

/* NAVIGATION DE HAUT DE PAGE */

/* ------------------------------------------------------ */

#page #tetiere {
	display: none;
}

#page #navSpe {
	display: none;
}

#page #menu {
	display: none;
}



/* ------------------------------------------------------ */

/* CONTENU DE LA PAGE */

/* ------------------------------------------------------ */

#page #content {
}


/*-------------------- Colonne de gauche */

#content #sidebar {
}


/*-------------------- Colonne de droite */

#content #main {
}


/* --------------------------------------------------
   SPECIFICITE PAGE D'ACCUEIL - SIDEBAR :  RENDEZVOUS
----------------------------------------------------- */

#sidebar #rendezvous {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#rendezvous p {
	font-size: 0.65em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 5px;
	line-height: 13px;
}

#rendezvous p a {
	color: #000000;
	text-decoration: none;
}

#rendezvous h3 {
	font-size: 0.7em;
	color: #564A37;
	text-align: left;
	background-repeat: repeat;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

#rendezvous .bg {
	display: none;
}


/* ----------------------------------------------------
    SPECIFICITE PAGE D'ACCUEIL - SIDEBAR :  Zone OUTILS
------------------------------------------------------- */

#sidebar #outils {
	display: none;
}


/* ---------------------------------------------------------
   CONTENU DE LA PAGE - SIDEBAR: MENU
--------------------------------------------------------- */

#sidebar #navPrin {
	display: none;
}


/* ---------------------------------------------------------
   SIDEBAR : RECHERCHE CARTOGRAPHIQUE
--------------------------------------------------------- */

#sidebar #rechercheCarto {
	display: none;
}


/* ---------------------------------------------------------
   SPECIFICITE PAGE D'ACCUEIL - MAIN : ANIMATION D'ACCUEIL
--------------------------------------------------------- */

#main #imgSousEsp {
	display: none;
}


/* ------------------------------------------------------ */

/* BAS DE PAGE */

/* ------------------------------------------------------ */

#page #baspage {
	display: none;
}


/* --------------------------------------------------------
   BAS DE PAGE : PRATIQUE
----------------------------------------------------------- */


#page #pratique {
	display: none;
}	




/* ------------------------------------------------------ */

/* ARTICLE */

/* ------------------------------------------------------ */


#main .article {
	margin-bottom: 20px;
}

#sidebar .article {
	margin-bottom: 20px;
}

.article .titre {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.article .titre h3 {
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.article .post {
	margin-top: 5px;
}

.article .post h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 7px;
	display: block;
	font-size: 0.7em;
	margin-bottom: 12px;
}

.article .post .texte01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.article .post .texte02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #625F58;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.article .post .imgGauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post .imgDroite {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post .imgCentre {
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post a {
	color: #564A37;
}

.article .post a:hover {
	color:#000;
}

.article .finArticle {
	clear: both;
}


/*-------------------- Objet mediatheque */

.article .post ul.media {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

.article .post ul.media li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

.article .post ul.media li a {
	color: #9F0021;
	text-decoration: none;
}

.article .post ul.media li a:hover {
	color: #000;
}


/*-------------------- Mode resume */


.article .post ul.resume {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

.article .post ul.resume li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

.article .post ul.resume li a {
	color: #004595;
	text-decoration: none;
}

.article .post ul.resume li a:hover {
	color: #000;
}


/* ---------------------------------------------------------
   ARTICLE SPECIAL
--------------------------------------------------------- */

#main .articleSpe {
	padding: 10px;
	border: 1px solid #454545;
	margin-bottom: 30px;
	background-color: #ececec;
}

#main .articleSpe .titre {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main .articleSpe .titre h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 3px;
	background-color: #454545;
}

#main .articleSpe .post {
	margin-top: 5px;
}

#main .articleSpe .post h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin: 0 0 7px;
}

#main .articleSpe .post p.texte01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: justify;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

#main .articleSpe .post p.texte02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #004595;
	text-align: justify;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

#main .articleSpe .post .imgGauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
}

#main .articleSpe .post .imgDroite {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
}

#main .articleSpe .post .imgCentre {
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#main .articleSpe .post a {
	color: #004595;
}

#main .articleSpe .post a:hover {
	color:#000;
}


#main .articleSpe .finArticle {
	clear: both;
}

/*-------------------- Objet mediatheque */

#main .articleSpe .post ul.media {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

#main .articleSpe .post ul.media li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

#main .articleSpe .post ul.media a {
	color: #9F0021;
	text-decoration: none;
}

#main .articleSpe .post ul.media a:hover {
	color: #000;
}


/*-------------------- Mode resume */

#main .articleSpe .post ul.resume {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

#main .articleSpe .post ul.resume li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

#main .articleSpe .post ul.resume li a {
	color: #004595;
	text-decoration: none;
}

#main .articleSpe .post ul.resume li a:hover {
	color: #000;
}




/* ------------------------------------------------------ */

/* TOURINFRANCE */

/* ------------------------------------------------------ */


/* ---------------------------------------------------------
   TIF RECHERCHE
--------------------------------------------------------- */

#sidebar #tifCherche {
	display: none;
}



/* ---------------------------------------------------------
   TIF RESULTAT
--------------------------------------------------------- */

#main #tifResult {
	margin-bottom: 20px;
}


/*-------------------- Affichage des quantités */

#tifResult h3 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}


/*-------------------- Affichage des objets */

#tifResult .objet {
	position: relative;
	margin-bottom: 15px;
}

#tifResult .vignette {
	float: left;
	height: 60px;
	width: 60px;
}

#tifResult .vignette img {
	border: 1px solid #A6A6A6;
}

#tifResult .resume {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6A6A6;
	margin-left: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
}

#tifResult .titre {
	color: #564A37;
	font-weight: bold;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	text-transform: uppercase;
	line-height: 15px;
	text-indent: 2px;
}

#tifResult .titre a {
	text-decoration: none;
	color: #FFF;
}

#tifResult .titre a:hover {
}

#tifResult .texte01 {
	color: #000000;
	font-weight: bold;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1px;
}

#tifResult .texte02 {
	color: #625F58;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

#tifResult a {
	text-decoration: none;
	color: #564A37;
}

#tifResult .titre a:hover {
}


/*-------------------- Affichage des pages */

#tifResult #suite {
	display: none;
}




/* ------------------------------------------------------ */

/* TIF & CARTO DETAIL */

/* ------------------------------------------------------ */


#conteneurTifCarto {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 510px;
}

#conteneurTifCarto #pageTifCarto {
	width: 500px;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#pageTifCarto #contentTif {
	font-family: Arial, Helvetica, sans-serif;
}

#pageTifCarto #contentCarto {
	font-family: Arial, Helvetica, sans-serif;
}


#pageTifCarto #contentCartoOff {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}


/*-------------------- Pratiques */

#pageTifCarto #pratique {
	display: none;
}	


/*-------------------- Page suivante et précédente */

#pageTifCarto #suite {
	display: none;
}



/* ---------------------------------------------------------
   TIF OBJET
--------------------------------------------------------- */


/*-------------------- Navigation photo */

#pageTifCarto #media {
}

#media #photo {
}

#media #navPh {
	display: none;
}


/*-------------------- Menu Tif */

#pageTifCarto #navTif {
	display: none;
}


/*-------------------- Titre */

#contentTif h2 {
	margin-top: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;	font-size: 1.00em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
}


/*-------------------- Chapitre TIF */

#contentTif h3 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #625F58;
	text-decoration: none;
	display: block;
}

#contentTif h3 a {
	color: #000;
	text-decoration: none;
}

#contentTif h3 a:hover {
	color: #625F58;
}

#contentTif h3 img {
	display: none;
}

#contentTif .chapTif {
	color: #000;
	font-size: 0.7em;
	margin-bottom: 20px;
}

#contentTif .chapTif p { /* Super important */
	position: relative;
	clear: left;
}

#contentTif .chapTif a {
	color: #564A37;
	text-decoration: none;
}

#contentTif .chapTif a:hover {
	color:#000;
}

#contentTif .libTif01 {
	color: #000;
}

#contentTif .valTif01 {
	color: #454545;
}

#contentTif .libTif02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

#contentTif .valTif02 {
	color: #000;
	font-weight: bold;
	padding-bottom: 3px;
}

#contentTif .libTif03 {
	width: 40%;
	float: left;
	text-align: right;
}

#contentTif .valTif03 {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	color: #454545;
}

#contentTif .libTif04 {
	width: 40%;
	float: left;
	text-align: right;
}

#contentTif .valTif04 { /* Réduction des checkbox */
	float: left;
	font-size: 5px;
	color: #000000;
	border: 0px solid #FFFFFF;
	margin-right: 10px;
	margin-left: 5px;
}

#contentTif .interligne {
	margin-bottom: 3px;
}

#contentTif .bgligne {
	margin-bottom: 2px;
}

#contentTif #tif07a, #tif07b, #tif07c, #tif07d {
}



/* ---------------------------------------------------------
   CARTOGRAPHIE CARTE
--------------------------------------------------------- */


/*-------------------- Navigation carto */

#pageTifCarto #carto {
}

#carto #carte {
}

#carto #navCart {
	display: none;
}



/*-------------------- Titre */

#pageTifCarto #titreCarto {
	margin-top: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

#pageTifCarto #titreCarto h2 {
	font-size: 1.00em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
}

#pageTifCarto #titreCarto h2 img {
	display: none;
}

#pageTifCarto #titreCarto h2 a {
	font-size: 1.00em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
}

#pageTifCarto #titreCarto h2 a:hover {
	color: #625F58;
}


/* ---------------------------------------------------------
   CARTOGRAPHIE RECHERCHE
--------------------------------------------------------- */


/*-------------------- Chapitre CARTO */

#contentCarto .aTitre {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #625F58;
	text-decoration: none;
	display: block;
}

#contentCarto .aTitre:hover {
	color: #625F58;
}

#contentCarto .chapCarto {
	color: #000;
	font-size: 0.7em;
	margin-bottom: 20px;
}

#contentCarto .chapCarto a {
	color: #564A37;
	text-decoration: none;
}

#contentCarto .chapCarto a:hover {
	color:#000;
}

#contentCarto .titreChap {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#contentCarto .exergue {
	color: #add200;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#contentCarto .libelle {
	color: #000;
}

#contentCarto .valeur {
	color: #625F58;
}

#contentCarto .interligne {
	margin-bottom: 5px;
}

#contentCarto .largeur01 {
	text-align: right;
	line-height: 18px;
	width: 33%;
}

#contentCarto .bg {
	display: none;
}

#contentCarto .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px;
	color: #FFFFFF;
	width: 95%;
}

#contentCarto .text {
	width: 100%;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-indent: 2px;
}

#contentCarto .checkbox {
	font-size: 5px;
	color: #000000;
	border: 0px solid #C7B39F;
	margin: 0px 0px 0px 5px;
}


/*-------------------- Chapitre CARTO OFF page -carto02.htm */

#contentCartoOff .aTitre {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #625F58;
	text-decoration: none;
	display: block;
}

#contentCartoOff .aTitre:hover {
	color: #625F58;
}

#contentCartoOff .chapCarto {
	color: #000;
	font-size: 0.7em;
	margin-bottom: 20px;
}

#contentCartoOff .chapCarto a {
	color: #564A37;
	text-decoration: none;
}

#contentCartoOff .chapCarto a:hover {
	color:#000;
}

#contentCartoOff .titreChap {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#contentCartoOff .exergue {
	color: #add200;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#contentCartoOff .libelle {
	color: #000;
}

#contentCartoOff .valeur {
	color: #625F58;
}

#contentCartoOff .interligne {
	margin-bottom: 5px;
}

#contentCartoOff .largeur01 {
	text-align: right;
	line-height: 18px;
	width: 33%;
}

#contentCartoOff .bg {
	background-color: #564a32;
}

#contentCartoOff .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px;
	color: #FFFFFF;
	width: 95%;
}

#contentCartoOff .text {
	width: 100%;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-indent: 2px;
}

#contentCartoOff .checkbox {
	font-size: 5px;
	color: #000000;
	border: 0px solid #C7B39F;
	margin: 0px 0px 0px 5px;
}



/* ------------------------------------------------------ */

/* ANNONCES */

/* ------------------------------------------------------ */


/* ---------------------------------------------------------
   SPECIFICITE PAGE D'ACCUEIL : ANNONCES
--------------------------------------------------------- */

#main #blocAnnonce {
	position: relative;
	margin-top: 20px;
}

#blocAnnonce .annonceIntro {
	margin-top: 20px;
}

#blocAnnonce .annonceIntro .titre h3 {
	color: #564A37;
	font-weight: normal;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#blocAnnonce .annonceIntro .post {
	margin-top: 5px;
}

#blocAnnonce .annonceIntro .post .titreannonce01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #564A37;
	font-weight: normal;
}

#blocAnnonce .annonceIntro .post .titreannonce02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #564A37;
	font-weight: normal;

}

#blocAnnonce .annonceIntro .post .titreannonce03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #564A37;
	font-weight: normal;

}

#blocAnnonce .annonceIntro .post p.texte01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 7px;
}

#blocAnnonce .annonceIntro .titre .annonce01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 15px;
}

#blocAnnonce .annonceIntro .titre .annonce02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 15px;
}

#blocAnnonce .annonceIntro .titre .annonce03 {
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 15px;
}

#blocAnnonce .annonceIntro .finAnnonce {
}

#blocannonce .annonceIntro .finAnnonce img {
}

#blocAnnonce .annonceIntro .finAnnonce .boutton {
	display: none;
}

.surgras {
	font-weight: bold;
	font-size: 0.75ems;
}



/* ---------------------------------------------------------
   ANNONCES : LISTE
--------------------------------------------------------- */


#sidebar #annonceResult {
	margin-bottom: 20px;
}


/*-------------------- Affichage des quantités */

#annonceResult h3 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}



/*-------------------- Affichage des objets */

#annonceResult .objet {
	position: relative;
	margin-bottom: 15px;
}

#annonceResult .vignette {
	float: left;
	height: 60px;
	width: 60px;
}

#annonceResult .vignette img {
	border: 1px solid #A6A6A6;
}

#annonceResult .resume {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6A6A6;
	margin-left: 65px;
}

#annonceResult .titre {
	color: #add200;
	font-weight: bold;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	text-transform: uppercase;
	line-height: 15px;
	text-indent: 2px;
}

#annonceResult .titre a {
	text-decoration: none;
	color: #FFF;
}

#annonceResult .titre a:hover {
	color: #625F58;
}

#annonceResult .texte01 {
	color: #000000;
	font-weight: bold;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1px;
}

#annonceResult .texte02 {
	color: #625F58;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}


/*-------------------- Affichage des pages */

#annonceResult #suite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	line-height: 14px;
	text-align: right;
}

#annonceResult a {
	color: #add200;
	text-decoration: none;
}

#annonceResult a:hover {
	color: #574b38;
}



/* ---------------------------------------------------------
   SEJOUR : ANIMATION
--------------------------------------------------------- */


#main #imgAnnonce {
	margin-bottom: 15px;
}



/* ---------------------------------------------------------
   SEJOUR : CONTENU
--------------------------------------------------------- */


#main .annonce {
	margin-bottom: 20px;
}

#sidebar .annonce {
	margin-bottom: 20px;
}

.annonce .titre {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.annonce .titre h3 {
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.annonce .post {
	margin-top: 5px;
}

.annonce .post h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 7px;
	display: block;
	font-size: 0.7em;
	margin-bottom: 12px;
}

.annonce .post h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #625F58;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}

.annonce .post .texte01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.annonce .post .texte02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #625F58;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.annonce .post .bgligne {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #E7E7E7;
}

.annonce .post .imgDefaut {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.annonce .post .imgDroite {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post .imgBas {
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.annonce .post a {
	color: #564A37;
}

.annonce .post a:hover {
	color:#000;
}

.annonce .finArticle {
	clear: both;
}


/*-------------------- Tableaux de prix */

.annonce .post fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.annonce .post legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.annonce .post .tabCadre {
	border: 1px solid #564A37;
}

.annonce .post .tabLib {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
}

.annonce .post .tabLib1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;
}

.annonce .post .tabLib2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;
}

.annonce .post .tabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.annonce .post .tabBgLib {
	background-color: #564A37;
}

.annonce .post .tabBgLig1 {
	background-color: #FFFFFF;
}

.annonce .post .tabBgLig2 {
	background-color: #E7E7E7;
}


/* ------------------------------------------------------ */

/* PAGES POP-UP */

/* ------------------------------------------------------ */

#conteneurPopup {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 510px;
}

#conteneurPopup #pagePopup {
	width: 500px;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}


/*-------------------- Fermer la page */

#pagePopup #ferme {
	display: none;
}


/*-------------------- Page suivante */

#pagePopup #nextPage {
	display: none;
}



/* ---------------------------------------------------------
   PAGES POP-UP : CONTACT
--------------------------------------------------------- */

#pagePopup #contentContact {
}

#contentContact h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentContact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 180px;
}

#contentContact fieldset {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#contentContact legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 180px;
}

#contentContact p {
	position: relative;
	clear: left;
	margin-bottom: 5px;
}

#contentContact .libtext_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentContact .text_cont {
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-indent: 2px;
}

#contentContact .libselect_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentContact .select_cont {
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-indent: 2px;
}

#contentContact .libtextarea_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentContact .textarea_cont {
	width: 300px;
	height: 150px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-indent: 2px;
}

#contentContact .libcheckbox_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 180px;
}

#contentContact .checkbox_cont {
	font-size: 5px;
	color: #000000;
	border: 0px solid #FFFFFF;
}

#contentContact .text_cont:focus, .select_cont:focus, .textarea_cont:focus {
	background: #EBE9db;
}

#contentContact .submit {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #574b38;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 180px;
}


/* ---------------------------------------------------------
   PAGES POP-UP : BROCHURE
--------------------------------------------------------- */

#pagePopup #contentProd {
}

#contentProd h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentProd h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 180px;
}

#contentProd fieldset {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#contentProd legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 180px;
}

#contentProd p {
	position: relative;
	clear: left;
	margin-bottom: 5px;
}

#contentProd .libcheckbox_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 280px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 270px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentProd .checkbox_prod {
	font-size: 5px;
	color: #000000;
	border: 0px solid #FFFFFF;
}

#contentProd .select_prod {
	width: 160px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #000000;
	text-indent: 2px;
}

#contentProd .libtext_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentProd .text_prod {
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;
	text-indent: 2px;
}

#contentProd .text_prod:focus, .select_prod:focus {
	background: #EBE9db;
}

#contentProd .submit {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #574b38;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 180px;
}


/* ---------------------------------------------------------
   PAGES POP-UP : PLAN DU SITE
--------------------------------------------------------- */

#pagePopup #contentPlan {
}

#contentPlan h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentPlan ul.espace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

#contentPlan ul.espace li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	list-style-type: none;
	text-indent: 10px;
}

#contentPlan ul.espace li .a1 {
	display:block;
	text-decoration: none;
	color: #fff;
	padding: 5px 0px;
	background-image: url(images/bgMenuOn.jpg);
	background-repeat: repeat-x;
}

#contentPlan ul.espace li .a1:hover {
	display:block;
	padding: 5px 0px;
	color:#fff;
	background-image: url(images/bgMenuOff.jpg);
	background-repeat: repeat-x
}

#contentPlan ul.sousEspace {
	padding: 0px 0px 5px 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	background-color: #fff;
}

#contentPlan ul.sousEspace li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #564A37;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 3px 0px;
}

#contentPlan ul.sousEspace li .a2 {
	text-decoration: none;
	color: #000;
}

#contentPlan ul.sousEspace li .a2:hover {
	color: #454545;
}



/* ---------------------------------------------------------
   PAGES POP-UP : RESULTAT RECHERCHE
--------------------------------------------------------- */

#pagePopup #contentRecherche {
}

#contentRecherche h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentRecherche h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 180px;
}

#contentRecherche h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	display:block;
	color: #fff;
	padding: 5px 0px 5px 5px;
	background-image: url(images/bgMenuOn.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contentRecherche p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	margin: 0px 0px 7px 180px;
	line-height: 1.4em;
}

#contentRecherche p a:hover {
	color:#454545;
}



/* ---------------------------------------------------------
   PAGES POP-UP : CARNET DE LIENS
--------------------------------------------------------- */

#pagePopup #contentLien {
}

#contentLien h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentLien h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 180px;
}

#contentLien p {
	position: relative;
	clear: left;
	margin-bottom: 5px;
}

#contentLien p .desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #564A37;
	font-size: 0.65em;
}

#contentLien .libselect_lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentLien .select_lien {
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-indent: 2px;
}

#contentLien .libcheckbox_lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentLien .checkbox_lien {
	font-size: 5px;
	color: #000000;
	border: 0px solid #FFFFFF;
}

#contentLien .select_lien:focus {
	background: #EBE9db;
}

#contentLien .submit {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #574b38;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 180px;
}

#contentLien h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	display:block;
	color: #fff;
	padding: 5px 0px 5px 5px;
	background-image: url(images/bgMenuOn.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contentLien p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	margin: 0px 0px 7px 180px;
	line-height: 1.4em;
}

#contentLien p a:hover {
	color:#454545;
}



/* ---------------------------------------------------------
   PAGES POP-UP : RECOMMANDATION
--------------------------------------------------------- */

#pagePopup #contentRecommand {
}

#contentRecommand h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
	margin-left: 180px;
}

#contentRecommand h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 180px;
}

#contentRecommand fieldset {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#contentRecommand legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 180px;
}

#contentRecommand p {
	position: relative;
	clear: left;
	margin-bottom: 5px;
}

#contentRecommand .libtext_recommand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentRecommand .text_recommand {
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-indent: 2px;
}

#contentRecommand .libtextarea_recommand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 160px;
	float: left;
	background: url(images/puceContact.gif) no-repeat 150px center;
	color: #454545;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 3px;
}

#contentRecommand .textarea_recommand {
	width: 300px;
	height: 150px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-indent: 2px;
}

#contentRecommand .libcheckbox_recommand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 180px;
}

#contentRecommand .checkbox_recommand {
	font-size: 5px;
	color: #000000;
	border: 0px solid #FFFFFF;
}

#contentRecommand .text_recommand:focus, .textarea_recommand:focus {
	background: #EBE9db;
}

#contentRecommand .submit {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #574b38;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 180px;
}



/* ---------------------------------------------------------
   POP-UP : DETAIL PHOTOTHEQUE + OBJET MEDIA
--------------------------------------------------------- */

#conteneurMedia {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 510px;
}

#conteneurMedia #pageMedia {
	width: 500px;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}


#pageMedia #contentMedia {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}



/*-------------------- Pratiques */

#pageMedia #pratique {
	display: none;
}	


/*-------------------- Fermer */

#pageMedia #suite {
	display: none;
}


/*-------------------- Navigation photo */

#pageMedia #media {
}

#media #photoMedia {
}

#media #navPh {
	position: absolute;
	left: 0px;
	top: 285px;
	width: 150px;
	height: 14px;
	
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.57em;
}

#navPh .gauche {
	line-height: 14px;
	text-align: left;
}

#navPh .gauche a {
	color: #574b38;
	text-decoration: none;
}

#navPh .gauche a:hover {
	color: #dadada;
}

#navPh .gauche img {
	margin-right: 10px;
	vertical-align: bottom;
}

#navPh .droite {
	line-height: 14px;
	text-align: right;
}

#navPh .droite a {
	color: #574b38;
	text-decoration: none;
}

#navPh .droite a:hover {
 	color: #dadada;
}

#navPh .droite img {
	margin-left: 10px;
	vertical-align: bottom;
}



/*-------------------- Menu Tif */

#pageMedia #navTif {
	display: none;
}


/*-------------------- Titre */

#contentMedia h1 {
	margin-top: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	font-size: 1.00em;
	font-family: Arial, Helvetica, sans-serif;
	color: #564A37;
	font-weight: normal;
	line-height: 25px;
}


#contentMedia .texte01Media {
	color: #000000;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1px;
}

#contentMedia .texte02Media {
	color: #454545;
	font-size: 0.60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}
