/* Gutters - if gutters are set in theme settings they will override these
   values: see Extensions > Modify Output > Design */
#main-content,
/* .block-inner, */
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
div.messages {
  margin-left: 20px;
  margin-right: 20px;
}
/* Panel pages need negative margin equal to the gutter width applied to #content,
  this is taken care of in theme settings as per above for normal gutters */
#content .panel-display,
#content .panel-flexible {
  margin-left: 0px;
  margin-right: 0px;
}
body {
	background: url(images/fd.png);
	/* background: url(images/fdmap15.jpg) no-repeat center fixed; */
	/* -webkit-background-size: cover;   */
	/* -moz-background-size: cover;   */
	/* -o-background-size: cover;   */
	/* background-size: cover;   */
	
	
	
}
/* #content .panel-display, */
/* #content .panel-flexible { */
  /* margin-left: -20px; */
  /* margin-right: -20px; */
/* } */
/* moi */
/* .front #content .panel-display, */
/* .front #content .panel-flexible { */
  /* margin-left: 0px; */
  /* margin-right: 0px; */
/* } */
/* moi */
.columns-inner {
	/* padding: 30px 20px 0px 20px; */ /* top bottom right left */
	padding-top: 1px;
}
/* moi */
.container {
-moz-box-shadow: 0px 0px 12px rgb(41, 41, 41);
-webkit-box-shadow:  0px 0px 12px rgb(41, 41, 41);
box-shadow:  0px 0px 12px rgb(41, 41, 41);
margin-top: 16px;
}

#page > header {
  /* clear: both; */
  padding: 0 !important;
  background-color:white; 
  /* background: #000 url(images/banner.jpg) no-repeat; */
  /* height:180px; */
  
  
  
}

/*astrolabe*/
.section-astrolabe #page > header {
  clear: both;
  padding: 0 !important;
  /* background: #000 url(images/banner_astrolabe.jpg) no-repeat; */
  height:180px;
}

.section-astrolabe #page > footer,
.section-astrolabe #page > footer .block-title {
  background-color: #b55200;
  color: #ffffff;
}

#branding {
  float: left;
  
  margin: 0px 0px 0px 0px;
  
  width: 100%;
}
#logo {
  padding: 0 0px;
  float: left;
}
#page > header > .hgroup {
  line-height: 1.2;
  
  margin: 0px 0px;
}

h1#site-name { /* 48px */
  font-size: 3.692em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
h2#site-slogan {
  font-size: 1.077em;
  margin: 0;
  padding: 0;
}
#site-name {
  font-size: 1.846em;
}
#site-name a    {
  text-decoration: none;
}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

#site-slogan {
  font-size: 1.077em;
  font-weight: 400;
}
.region-header {
  float: right;
  max-width: 100%;
  clear: none;
}
h1#page-title {
  margin-top: 0;
  background: url(images/puce-1.png) no-repeat;
  padding-left: 1.8em; 
  line-height: 1.5em;
  border-top: solid 1px #e6e4de;
  border-bottom: solid 1px #e6e4de;
}
.in-maintenance h1#page-title {
  padding: 0px;
  margin-top: 0;
}
#content-column,
.region-sidebar-first,
.region-sidebar-second {

  margin-bottom: 0px;
  margin-top: 20px;
}
.region-content-aside {
  padding-top: 20px;
}
.region-tertiary-content {
  padding-bottom: 20px;
}

a.feed-icon {
  padding: 10px;
}

/* Footer - the main page footer only */
#page > footer {

  /* padding: 10px 60px 0 60px; */
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px; 
  padding-top: 0;
}
/* Feed icons */
.feed-icon img {
  padding: 0 10px;
}

/* Search results list. */
.search-results {
  margin: 0;
}
.search-results .search-result {}
.search-results .title {
  font-size: 1.154em;
}
.search-results .search-snippet-info {
  padding: 0;
}
.search-results p {
  margin: 0;
}
.search-results .search-snippet {}
.search-results .search-info {
  font-size: .923em;
}

/* Maintenance page */
.maintenance-page #skip-link {
  position: absolute;
  top: -99em;
}
.maintenance-page footer {
  margin: 10px 0 0;
}
.maintenance-page footer a {
  text-decoration: none;
  color: #ccc;
}
div.messages {
  margin: 5px 20px;
}

/* Override max-width 100% for Gmaps and Getlocations modules */
.gmap img,
.view-gmap img,
#getlocations_map_canvas img {
  max-width: none;
}

/* Collapsible region */
.js .region-collapsible,
.collapsible-toggle {
  display: none;
}
.region-collapsible-wrapper {
  display: none;
}
.toggle-active .region-collapsible-wrapper {
  display: block;
}
.section-collapsible,
.region-highlighted {
  padding: 1em 0;
}
.js .section-collapsible {
  bottom: 0;
  height: 50%;
  height: auto !important;
  max-height: 50%;
  position: fixed;
  right: 0;
  z-index: 100;
}
.section-collapsible.toggle-active {
  overflow: auto;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}
.region-collapsible {
  padding: 15px 30px 15px 15px;
  overflow: hidden;
}
.region-collapsible  .block {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.js .collapsible-toggle {
  border: none;
  display: block;
  font-size: 1.077em;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.collapsible-toggle a,
.collapsible-toggle a:visited {
  background: url(images/black.png) no-repeat 16px -248px;
  bottom: 0;
  display: inline-block;
  height: 20px;
  padding: 1em;
  position: fixed;
  right: 0;
  text-indent: -999em;
  width: 20px;
  z-index: 1;
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}
.toggle-active .collapsible-toggle a {
  background-position: 16px -390px;
  position: relative;
  float: right;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible-toggle a:hover,
.collapsible-toggle a:focus,
.collapsible-toggle a:active {
  background-image: url(images/gray.png);
  outline: 0;
}
.link { background-position: 0 0; }
.locked { background-position: 0 -66px; }
.minus { background-position: 0 -132px; }
.plus { background-position: 0 -198px; }
.popout { background-position: 0 -264px; }
.search { background-position: 0 -330px; }
.x { background-position: 0 -396px;}


/*modif supplémentaires qui étaient prise par css injector */

.champs-enligne {
	float: left;   
	display: inline;  
	padding-right: 0.5em; 
} 

/*modif décalage liste date dans pages index*/
.index .form-item .form-item {
	margin-top: 0;
}
.index .views-exposed-widget .form-submit {
	font-size: 0.85em;;
}

/*modif colloques*/
.node-type-colloque .chapo {
	font-size: 1.8em;  
	text-align: center;   
	margin: 0 0 0.5em 0;   
	padding: 0;
	clear:left
}
.node-type-colloque .field-name-field-colloque-date-en-texte {
	text-align: right;  
	margin: 0;  
	padding: 0;
}
.node-type-colloque .field-name-field-colloque-organisateur, .field-name-field-colloque-partenaire {
	font-size: 1.2em;  
	text-align: center;   
	margin: 0 0 0.5em 0;   
	padding: 0; 
	clear:both;
}
.node-type-colloque .field-name-field-colloque-type-partenaire  {
	font-size: 1em;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.node-type-conference .field-type-taxonomy-term-reference  {
	border-left: none;
	margin: 0;
	padding: 0;
}
.node-type-colloque fieldset  {
	clear: left;
}

/*correc page user des liens taxo*/
.page-user .field-item {
	list-style-type: none;
}

/*correc page user position picture*/
.page-user .user-picture {
	float: none;
}

/*modif similar termes*/
.view-similarterms .views-row {
	border-bottom: solid 1px #e6e4de;
	padding: 0.5em 0;
}

/* enlever blanc autour image document lien pdf*/
.field-name-field-conference-lien-pdf .file-icon, .field-name-field-document-joint .file-icon {
	border:0 none;
	padding:0;
}

/*corrections une*/
.node-promoted {
	border-bottom: solid 1px #e6e4de;
	padding: 0.5em 0;
}
.node-promoted .node-content {
	padding: 0 0 0.5em 0;
}

.surtitre {
	font-size: 1.5em;
	color: #1F2D7A;
	font-weight: bold;
	text-align:center;
} 
.front .surtitre {
	font-size: 1.15em;
	text-align:left;
}