/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
  margin-left:30px;
  margin-top:8px;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
	display:none;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0px; /* Undo system.css */
  font-size:9px;
  font-weight:bold;
}

/* ******************** fiches thématiques ******************** */
/* ************************************************************ */
#page-wrapper #main-wrapper .section #content-area .view-content .views-row {
	margin-bottom:15px;
}
#page-wrapper #main-wrapper .section #content-area .view-content h2.title a {
	color:#2f6299;
	text-decoration:none;
	font-size:20px;
}
#page-wrapper #main-wrapper .section #content-area .view-content ul.links li.node_read_more a {
	color:#1C68AC;
	text-decoration:underline;
}
.print_html, .print_mail {
	float:left;
	margin-right:15px;
}
.section-fiche-thematique .print_html, .print_mail {
	float:none; /* TM 16/09/2011 */
}

#page-wrapper #main-wrapper .section .block-print .content {
	padding-top:10px;
	padding-bottom:10px;
}

#page-wrapper #main-wrapper .section #content-area div.node-type-fiche-thematique div.content {
	margin-bottom:10px;
}

/* ******************** page user/register ******************** */
/* ************************************************************ */
.page-user-register #user-register .form-submit {
	background-image: url("../images/valider-connexion-160.jpg");
    background-repeat: no-repeat;
    border: 0px;
    width: 170px;
	color:#FFFFFF;
	height: 20px;
}
/* ************************************************************ */

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
  line-height: 25px;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

#main div.error {
	display:none;
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area {
	margin-left:35px;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}



/* ******************** bloc footer ******************** */
/* ***************************************************** */
#footer {
	color:#aaa393;
	font-size:11px;
	float:left;
	background-color:#FFFFFF;
	border-top:1px solid #e7e4df;
	width:100%;
}
#footer .copyright {
	text-align:left;
	padding-left:10px;
}
#footer #block-block-5 {
	display:inline-block;
}
#footer .region-count-2 {
	display:inline-block;
	float:right;
}
#footer ul.menu {
}
#footer ul.menu li {
	list-style-type:disc;
	list-style-image:none;
	float:left;
	padding-right:10px;
	margin-left:10px;
}
#footer ul.menu li a {
	color:#aaa393;
	text-decoration:none;
}
#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/* ********** page menu droit ********** */
.region-sidebar-second .block h3,
.region-sidebar-second .block h2.title {
	background-color:#3f73a6;
	color:#FFFFFF;
	font-size:11px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	min-height:14px;
}
.region-sidebar-second .block {
	background-color:#d6e0ea;
	margin-left: -22px;
    width: 190px;
}
.region-sidebar-second .block .views-field-name {
	font-size:11px;
	padding-left:13px;
}
.region-sidebar-second .block .views-row-first .views-field-name {
	padding-top:15px;
}
.region-sidebar-second .block .views-row-last .views-field-name {
	padding-bottom:15px;
}
.region-sidebar-second .block .views-field-name a {
	color:#284c71;
}
.region-sidebar-second .block ul {
	font-size:11px;
	padding-bottom: 15px;
}
.region-sidebar-second .block ul a {
	color:#284c71;
}
.region-sidebar-second .block p a {
	color:#284c71;
}
.region-sidebar-second .block p {
	font-size:11px;
	padding-bottom: 15px;
	color:#284c71;
	padding-left:13px;
}
/* ********** page menu actualites ********** */
/*.page-liste-actualites*/
.not-front #content .section {
	margin-left:35px;
	width: 490px;
}
.not-front #content .breadcrumb {
	margin-left:5px;
}
.not-front #content-area {
	margin-left:0px;
}
/* ********** */
.not-front h1.title {
    color: #225487;
    font-size: 24px;
    font-weight: bold;
    margin-top: 49px;
    padding-bottom: 13px;
    padding-left: 5px;
}
.page-desinscription h1.title,
.page-fiches-thematiques-pays-allemagne h1.title,
.page-fiches-thematiques-pays-belgique h1.title,
.page-fiches-thematiques-pays-ecosse h1.title,
.page-fiches-thematiques-pays-france h1.title,
.page-fiches-thematiques-pays-hongrie h1.title,
.page-fiches-thematiques-pays-italie h1.title,
.page-fiches-thematiques-pays-luxembourg h1.title,
.page-fiches-thematiques-pays-pays-bas h1.title,
.page-fiches-thematiques-pays-portugal h1.title,
.page-fiches-thematiques-themes h1.title,
.page-dossiers-liste h1.title,
.page-newsletters-liste h1.title,
.page-liste-actualites h1.title,
.page-annuaire h1.title {
	background-image:url(../images/fond-titre-actualites.jpg);
	background-repeat: repeat-x;
}


.page-fiches-thematiques-pays-allemagne h2.title,
.page-fiches-thematiques-pays-belgique h2.title,
.page-fiches-thematiques-pays-ecosse h2.title,
.page-fiches-thematiques-pays-france h2.title,
.page-fiches-thematiques-pays-hongrie h2.title,
.page-fiches-thematiques-pays-italie h2.title,
.page-fiches-thematiques-pays-luxembourg h2.title,
.page-fiches-thematiques-pays-pays-bas h2.title,
.page-fiches-thematiques-pays-portugal h2.title {
	color:#225487;
	margin-top:25px;
	font-size:20px;
}
.section-fiches-thematiques .views-field-title a {
	color:#366697;
	background-image: url("../images/puce_bleue.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;	
}
.section-fiches-thematiques .views-field-title {
	margin-bottom:10px;
}
.node-type-fiche-thematique .meta .terms .last {
	display:none;
}
.node-type-fiche-thematique .meta .terms li a /* Node terms (taxonomy) */ {
	background-color:#D6E0EA;
	/*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    border-radius: 2px;
    /*behavior: url(/PIE.htc);*/
	padding-left:22px;
	padding-right:22px;
	padding-top:4px;
	padding-bottom:4px;
	color:#2D5F92;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(../images/bordGauchePays.png);
	background-repeat:no-repeat;
	background-position:left;
}
.not-front .view-actualite h2.title {
	background-image: url("../images/puce-jaune.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 12px;
	font-size:14px;
	color:#366697;
	font-weight:bold;
	line-height:10px;
	margin-top: 25px;
	margin-bottom:25px;
}
.not-front .view-actualite h3.lib_rubrique,
.not-front #block-views-actualite-block_4 h2{
	background-image: url("../images/puce-jaune.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 12px;
	font-size:14px;
	color:#366697;
	font-weight:bold;
	line-height:10px;
	margin-top: 25px;
	margin-bottom:25px;
}
.not-front .view-actualite .rubrique {
	border-bottom: 1px solid #D6E0EA;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.not-front .view-actualite .views-field-title {
	margin-left: 140px;
	text-transform: uppercase;
}
.not-front .view-actualite .views-field-title a {
	font-size:14px;
	font-weight:bold;
	color:#24568b;
}
.not-front .view-actualite .views-field-field-date-value {
	margin-left: 140px;
	font-size:10px;
	color:#616161;
}
.not-front .view-actualite .views-field-field-image-fid {
	float: left;
    line-height: 0;
    position: relative;
    /*top: -32px;*/
    z-index: 10;
}
.not-front .view-actualite .views-field-teaser,	/*listing actu*/
.not-front .view-actualite .views-field-body {	/*listing newsletter*/
	margin-left: 140px;
}
.not-front .view-actualite .views-field-title-1 {
	margin-left: 140px;
	background-image:url(../images/lire-suite.jpg);
	background-repeat:no-repeat;
	padding-left: 9px;
}
.not-front .view-actualite .views-field-title-1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

.not-front .view-dossiers .views-field-teaser,	/*listing actu*/
.not-front .view-dossiers .views-field-body {	/*listing newsletter*/
	margin-left: 140px;
}

/* ********** page section actualites ********** */
.node-type-actualite .meta {
	display:none;
}

/* ********** page annuaire ********** */
.page-annuaire #content .section {
	margin-left:35px;
	width: 691px;
}
.page-annuaire .panel-2col-stacked {
	margin-top:18px;
	margin-right:19px;
}
.page-annuaire .carte {
}
.page-annuaire .text-Annuaire {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 4px;
    margin-top: -2px;
    padding-right: 12px;
}
.page-annuaire .champAnnuaire {
    color: #24568B;
    display: block;
    float: left;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 0px;
    padding-right: 16px;
    text-align: right;
    width: 131px;
}
.page-annuaire .champAnnuaireAdrDeb {
    color: #24568B;
    display: block;
    float: left;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 0px;
    padding-right: 16px;
    text-align: right;
    width: 131px;
}
.nl .formAnnuaire .champAnnuaire {
    padding-right: 6px;
    width: 155px;
}
.de .formAnnuaire .champAnnuaireAdrDeb, .nl .formAnnuaire .champAnnuaireAdrDeb {
    margin-left: 0px;
    width: 155px;
	padding-bottom:5px;
}
.page-annuaire .champAnnuaireAdress {
    color: #24568B;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 6px;
    padding-right: 16px;
    text-align: right;
    width: 125px;
}
.nl .formAnnuaire .champAnnuaireAdress {
    padding-right: 8px;
    width: 148px;
}
.page-annuaire .formAnnuaire input {
    float: left;
    margin-bottom: 5px;
    width: 164px;
}
.nl .formAnnuaire input {
    width: 160px;
}
.page-annuaire .champAnnuaireStreet {
    color: #24568B;
    display: block;
    float: left;
	text-align: right;
    margin-left: 11px;
    margin-top: 2px;
    padding-right: 5px;
    width: 75px;
}
.de .formAnnuaire .champAnnuaireStreet {
    margin-left: 3px;
    width: 82px;
}
.nl .formAnnuaire .champAnnuaireStreet {
    margin-left: 11px;
    width: 89px;
}
.page-annuaire .formAnnuaire .inputAnnuaireNum  {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 45px;
}
.page-annuaire .formAnnuaire .inputAnnuaireStreet  {
    float: left;
    margin-bottom: 5px;
    width: 165px;
}
.nl .formAnnuaire .inputAnnuaireStreet  {
    width: 160px;
}
.page-annuaire .formAnnuaire div.formAnnuaire_chps {
	display:inline-table;
}
.page-annuaire .formAnnuaire #formAnnuaireOu {
	display:block;
	float:left;
	width:50px;
}
.page-annuaire div.print_list {
	text-align:right;
}
.page-annuaire div.print_list img {
	vertical-align:middle;
}
.page-annuaire .formAnnuaire .inputAnnuaireValider {
	background-image:url(../images/annuaire-bt-valider.jpg);
	background-repeat:no-repeat;
	border: none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    margin-right: 15px;
    margin-top: 36px;
    width: 130px;
	cursor:pointer;
}
.de .formAnnuaire .inputAnnuaireValider, .nl .formAnnuaire .inputAnnuaireValider, .it .formAnnuaire .inputAnnuaireValider,
.hu .formAnnuaire .inputAnnuaireValider, .pl .formAnnuaire .inputAnnuaireValider {
	padding-right: 34px;
}

.page-annuaire .formAnnuaire .selectAnnuaire {
    float: left;
    height: 22px;
    margin-bottom: 5px;
    width: 168px;
}

.page-annuaire .panel-col-bottom{
	padding-top:20px;
}

.page-annuaire h3.lib_rubrique {
	background-image: url("../images/puce-jaune.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #366697;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 12px;
}
.page-annuaire .ligneRes{
	border-bottom: 1px dashed #cccccc;
    padding-bottom: 17px;
    padding-top: 17px;
    width: 691px;
	height: 34px;
}
.page-annuaire .ligneRes .titre a,
.page-annuaire .ligneRes .titre{
	color: #2B5D91;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    width: 250px;		/*230px;*/
}
.page-annuaire .ligneRes .titre .cp_ville {
	font-size:10px;
}
.page-annuaire .ligneRes .langues{
	float: left;
    width: 193px;
}
.page-annuaire .ligneRes .langue{
	float: left;
    width: 193px;
}
.page-annuaire .ligneRes .codePostal{
	float: left;
    width: 193px;
}
.page-annuaire .ligneRes .fiche-fr{
	float: left;
    width: 121px;
}
.page-annuaire .ligneRes .planLocalisation,
.page-annuaire .ligneRes .fiche{
	padding-top:7px;
}
.page-annuaire .ligneRes .fiche-fr a{
	background-image: url("../images/annuaire-bt-fiche.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 20px 4px 19px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-en-GB {
	float: left;
    width: 165px;
}
.page-annuaire .ligneRes .fiche-en-GB a{
	background-image: url("../images/annuaire-bt-fiche-en.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-de {
	float: left;
    width: 165px;
}
.page-annuaire .ligneRes .fiche-de a{
	background-image: url("../images/annuaire-bt-fiche-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-nl {
	float: left;
    width: 165px;
}
.page-annuaire .ligneRes .fiche-nl a{
	background-image: url("../images/annuaire-bt-fiche-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 11px 4px 11px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-it {
	float: left;
    width: 170px;
	margin-left: -5px;
}
.page-annuaire .ligneRes .fiche-it a{
	background-image: url("../images/annuaire-bt-fiche-it.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-hu {
	float: left;
    width: 165px;
}
.page-annuaire .ligneRes .fiche-hu a{
	background-image: url("../images/annuaire-bt-fiche.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 11px 4px 11px;
	font-size:11px;
}
.page-annuaire .ligneRes .fiche-pl {
	float: left;
    width: 190px;
	margin-left: -10px;
}
.page-annuaire .ligneRes .fiche-pl a{
	background-image: url("../images/annuaire-bt-fiche-pl.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 6px 4px 6px;
	font-size:11px;
}

.page-annuaire .ligneRes .langue{
	background-image: url("../images/bulle.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 33px;
    padding-left: 4px;
    position: relative;
    top: -15px;		/*-8px;*/
    width: 37px;
}
.page-annuaire .ligneRes .plan{
}
.page-annuaire .ligneRes .plan a{
	background-image: url("../images/annuaire-bt-plan.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 14px 4px 14px;
    width: 107px;
	font-size:11px;
}
.page-annuaire .ligneRes .plan-de a{
	background-image: url("../images/annuaire-bt-plan1-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 16px 4px 16px;
	font-size:11px;
}
.page-annuaire .ligneRes .plan-it a{
	background-image: url("../images/annuaire-bt-plan1-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 17px 4px 17px;
	font-size:11px;
}
.page-annuaire .ligneRes .plan-hu a{
	background-image: url("../images/annuaire-bt-plan1-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 20px 4px 20px;
	font-size:11px;
}
.page-annuaire .ligneRes .plan-pl a{
	background-image: url("../images/annuaire-bt-plan1-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 11px 4px 11px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-fr{
}
.page-annuaire .ligneRes .planLocalisation-fr a{
	background-image: url("../images/annuaire-bt-fiche.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 15px 4px 15px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-en-GB{
    width: 75px;
}
.page-annuaire .ligneRes .planLocalisation-en-GB a{
	background-image: url("../images/annuaire-bt-plan-en.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-de{
}
.page-annuaire .ligneRes .planLocalisation-de a{
	background-image: url("../images/annuaire-bt-plan-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-nl{
}
.page-annuaire .ligneRes .planLocalisation-nl a{
	background-image: url("../images/annuaire-bt-plan-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-it{
}
.page-annuaire .ligneRes .planLocalisation-it a{
	background-image: url("../images/annuaire-bt-plan-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 5px 4px 5px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-hu{
}
.page-annuaire .ligneRes .planLocalisation-hu a{
	background-image: url("../images/annuaire-bt-plan-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 6px 4px 6px;
	font-size:11px;
}
.page-annuaire .ligneRes .planLocalisation-pl{
}
.page-annuaire .ligneRes .planLocalisation-pl a{
	background-image: url("../images/annuaire-bt-plan-de.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 21px;
    padding: 3px 8px 4px 8px;
	font-size:11px;
}

.page-annuaire .couleur{
	background-color:#e8edf3;
}
.page-annuaire  .detail_fiche {
	display:none;
	padding:15px;
	/*height:330px;*/
	min-height:330px;
}

.page-annuaire  .detail_fiche_visible {
	padding:15px;
	height:200px;
}

.page-annuaire  .detail_fiche .map,
.page-annuaire  .detail_fiche_visible .map {
	float:right;
}

.page-annuaire-fiche .infos_txt,
.page-annuaire  .detail_fiche .infos_txt,
.page-annuaire  .detail_fiche_visible .infos_txt {
	float:left;
	width:290px;
}

.page-annuaire-fiche .titre,
.page-annuaire  .detail_fiche .infos_txt .titre,
.page-annuaire  .detail_fiche_visible .infos_txt .titre {
	color: #2B5D91;
    font-size: 13px;
    font-weight: bold;
}

.page-annuaire-fiche .sstitre,
.page-annuaire  .detail_fiche .infos_txt .sstitre,
.page-annuaire  .detail_fiche_visible .infos_txt .sstitre {
	color: #2B5D91;
    font-size: 12px;
}

.page-annuaire  .detail_fiche .infos_close {
	float:right;
	text-align:right;
	width:620px;
}

/* ******************* page actualités ************* */
.node-type-actualite .field-field-image {
	float:left;
	margin-right:10px;
	margin-top:15px;
	display:inline-block;
}
.node-type-dossier .field-field-image {
	float:left;
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
}
 .field-field-image .field-item {
	 margin-bottom:10px;
 }
.field-field-pj .field-label {
	float:left;
	margin-top:3px;
}

/* ******************* page projet EJE ************* */
#block-cck_blocks-field_pj .field-field-pj .field-label {
	display:none;
}

#block-cck_blocks-field_pj .field-field-pj .field-items {
	margin:1em;
	padding-bottom:15px;
}

/* ******************* page newsletter ************* */
.node-type-newsletter .field-field-image {
	float:left;
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
}

/* ********** page faq ********** */
.faq-question-answer {
	border-bottom: 1px solid #D6E0EA;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.faq-question {
	padding-left:0px;
}
.faq-answer {
	padding-left:10px;
}
.faq-question a {
	font-size:14px;
	font-weight:bold;
	color:#24568b;
}