/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
body {
}

#page-wrapper,
.region-bottom {
    min-width: 1018px; /* Don't allow the browser to make the site unreadable. */
}

#page {
}

/*
 * Header
 */
#header { 
}

#header .section {
}

.region-header {
}

#header-top {
    height: 30px;
}

#header-top p {
    margin: 0;
}

/*  Social Networks */
#social-networks {
    width: 230px;
    position: relative;
    height: 30px
}

.region-social-networks {
    color: #fff;
}

.region-social-networks p {
    vertical-align: middle;
    font-size: 1.2em;
    padding: 6px 0 0 15px; 
}

/*  Site Section*/
#site-section { 
    width: 270px; 
    position: relative;
    left: 230px;
    top: -30px;
    height: 30px;
} 

.region-site-section {
    color: #fff;
}

.region-site-section p {
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
    padding: 6px 0 0 15px;
} 

 /* Foundation*/
#foundation {
    width: 245px;
    position: relative;
    left: 476px;
    top: -60px;
    height: 30px;
}

.region-foundation {
}

.region-foundation p {
    padding: 6px 0 0 40px;
}

/* Languages*/
#languages {
    width: 300px;
    position: relative;
    left: 690px;
    top: -5.5em;
    height: 50px;
    text-align: right;
}

/*#languages-connexion {
    margin-left: 8em;
    margin-top: -1.5em;
}

#languages-langues {
    margin-left: 8em;
    margin-top: -1.5em;
}*/

.region-languages {
}

.region-languages p {
    padding: 6px 0 0 40px;
    margin: 0;
}


/*
 * Acronyme
 */
.region-acronyme {
    position: absolute;
    width: 250px;
    height: 45px;
    top: 71px;
    left: 6px;
    z-index:500;
}

.region-acronyme p {
    padding: 0;
    margin: 0;
}


/*
 * Bulles
 */
.region-bulles {
    position: absolute;
    width: 147px; 
    height: 26px; 
    top: 121px;
    left: 374px;
    z-index: 500; 
}

.region-bulles p {
    padding: 0;
    margin: 0;
}


/*
 * Portail
 */
.region-portails {
    position: absolute;
    width: 400px;
    left: 575px;
    z-index: 2;
    text-align: right;
    /*vertical-align: top;*/
}

.region-portails div.view-liste-portail-liens {
    padding: 0;
    margin: 0 0;
    top: -17px;
}

.region-portails div.view-liste-portail-liens .view-content .views-row {
    margin: 0 4px;
    display: inline-block;
    list-style: none;
    min-height: 140px;
    vertical-align: top;
}

.region-portails div.view-liste-portail-liens .view-content .views-row .views-field-field-portail-image {
    padding: 1px 1px 0px 1px;
    width: 82px;
    height: 78px;
}

.region-portails div.view-liste-portail-liens .view-content .views-row .views-field-field-portail-lien {
    font-family: Arial;
/*    font-size: 0.9em;*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
}

.region-portails a {
    color: #fff;
    text-decoration: none;
}

.region-portails {
    background-color: transparent;
}


/*
 * Subtitle
 */
.region-subtitle {
    position: absolute;
    width: 220px;
    height: 25px;
    top: 72px;
    left: 374px;
    z-index: 500;
}

.region-subtitle p {
    padding: 0;
    margin: 0;
}

/*
 * Organigramme
 */
.region-organigramme {
    position: absolute;
    width: 127px;
    height: 24px;
    top: 135px;
    left: 681px;
    z-index: 500;
}

.region-organigramme p {
    padding: 0;
    margin: 0;
}


/*
 * Search
 */
#montagnes {
    height: 47px;
    width: 422px;
    position: absolute;
    top: 97px;
    left: 556px;
    z-index:18;
}

.region-search {
    width:172px;
    top: 135px;
    left:811px;
    z-index: 20;
    position: absolute;	 
}

.region-search .form-submit {
    background: url("../images/button-moteur.png") no-repeat;  
    color: #ffffff;
    line-height: 21px;
    width: 21px;
    height: 22px; 
    text-transform: lowercase;
    border: none;
    padding: 0;
}

.region-search #edit-search-block-form--2 {
    background: url("../images/zone_moteur.png") no-repeat;
    line-height: 21px;
    width: 124px;
    height: 22px;
    padding-left: 12px;
    padding-right: 8px;
    color: #666;
    border: none;
}

.region-search .content p {
    position: absolute;
    top: 14px;
    left: 16px;
}

.region-search .content p a {
    color: #666;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana,Geneva,sans-serif;
}

.region-search .content p a:hover {
} 


/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}

#main {
    min-height: 450px; /** Added by UJF-DSI I. VDZ 2012-10-12 **/
    padding-bottom: 1.5em;
}

/*
 * Content
 */
#content {
  float: left; /* LTR */
  width: 735px; /* 100%LTR */
/*  margin-left: 225px;  LTR */
  margin-right: -735px; /*100% LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
  font-family:Arial, Helvetica, sans-serif;
  /*font-size:1.1em;*/
}

#content .section,
.no-sidebars #content .section {
  margin: 0;
  padding: 0 0 0 0 ; 
}

.sidebar-first #content .section {
  padding-left:0px; /*  245LTR */ /* The width + left margin of .region-sidebar-first. */
  padding-right: 0; /* LTR */
  height: 100%;
}

.sidebar-second #content .section {
  padding-left: 0; /* LTR */
  padding-right: 0; /* 245pxLTR */ /* The width + right margin of .region-sidebar-second. */
}

.two-sidebars #content .section {
  padding-left: 0;/*245px; The width + left margin of .region-sidebar-first. */
  padding-right: 0; /* 245pxThe width + right margin of .region-sidebar-second. */
}

/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
					
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section { 
}

 
/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 220px; /*formerly 228 - tc 28-10-11 */
/*  margin-left: 0;  LTR */
  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
/*  padding: 0;  DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
  margin: 0 15px 0 0; /* LTR */
/*  margin: 0 20px 0 0;  LTR */
  padding: 10px 0 0 10px;
}


/*
 * Second sidebar
 */
.region-sidebar-second {
  float: right; /* LTR */
  width: 220px;
  margin-left: -220px; /* LTR */ /* Negative value of .region-sidebar-second's width + right margin. */
  margin-right: 0; /* LTR */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
  border-left-style: dashed;
  border-left-width: 2px;
  margin: 0 0 0 20px; /* LTR */
  padding: 0;
}


/*
 * Sidebar Left Two Thirds
 */
.region-sidebar-l-2rd {
    width: 67%;
    min-height: 50px;
    z-index: 0; 
    float: left;
    border-right: 1px dashed #818181;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 2em;
}

.region-sidebar-l-2rd h3 {
    width: 450px;
}

div #colonne_deco {
    margin-right: 10px;
}

.region-sidebar-l-2rd .more-link {
    padding-right: 15px
}


/*
 * Sidebar Right One Third
 */
.region-sidebar-r-1rd {
    width: 29%; 
    min-height: 50px;
    float: right;
    z-index: 0;
}

.region-sidebar-r-1rd .section .block {
    border-top: 1px dashed #666666;
    margin-top: 0.75em; 
}

.region-sidebar-r-1rd .section .block h3.block-title {
    margin-top: 0.75em!important; 
}

.region-sidebar-r-1rd .section .first {
    border-top: none;
    margin-top: 0em!important;
}

.region-sidebar-r-1rd .section .first h3.block-title {
    margin-top: 0em!important; 
}

/*
 * Sidebar Left Half
 */
 
.region-sidebar-l-half {
clear:both;
padding-top:20px;
}

.region-sidebar-l-half .section {
    width: 49%;
    min-height: 100px;
    font-size: 0.8em;
    float: left;
    position: relative;
}

.region-sidebar-l-half .section .content {
    padding: 8px;
    margin: 8px;
}

.region-sidebar-l-half .section ul {
    margin: 0;
}

.region-sidebar-l-half h3 {
    font-weight: 700;
    margin: 0;
    text-align: center;
    min-height: 20px;
}

/*
 * Sidebar Right Half
 */

.region-sidebar-r-half .section {
    width: 49%;
    min-height: 100px;
    font-size: 0.8em;
    float: right;
    position: relative;
}

.region-sidebar-r-half .section .content {
    padding: 0 8px;
}

.region-sidebar-r-half .section ul {
    margin: 0;
}

.region-sidebar-r-half h3 {
    font-weight: 700;
    margin: 0;
    text-align: center;
    min-height: 20px;
}

/*
 * Content Level Four
 */
.region-content-levelfour {
    padding: 1px 0 5px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 720px;
}

.region-content-levelfour a {
}

#content .region-content-levelfour h3 {
    font-size: 1.4em;
    font-weight: normal;
}

#content .region-content-levelfour ul {
    list-style: none;
    padding: 0;
}

#content .region-content-levelfour ul li {
    margin: 7px 0;
    padding: 0 0 7px 16px;
    font-size: 0.9em;
}

#content .region-content-levelfour ul li:last-child {
    border-bottom: none;
}


/*
 * Footer
 */
.region-footer {
    float: left;
    width: 580px;
    z-index: 1;
    height: 8em;
}

.region-footer h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.region-footer h3 a {
    color: #fff;
    text-decoration: none;
} 


/*
 * Informations
 */
.region-informations {
    float: right; /* LTR */
    width: 400px;
    z-index: 0;
}

/*
 * Page bottom
 */
.region-bottom /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-organigramme,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/
