/* CSS Composts Vie-Nette */
/* Font styles. /
* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 16, ../sass/layout.sass */
#page{
  width: 950px;
  margin: 0 auto;
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 21, ../sass/layout.sass */
#content {
  width: 950px;
  float: left;
  margin-right: -100%;
  padding: 0;
  background-color:#FFFFFF;
}

#content-inner {
	padding-top: -4px;
}
#content-header {
	padding-left: 25px
}
#content-area {
	text-align:justify;
	padding-right: 25px;
	padding-left: 25px;
}
tbody {
	border-top: none;
}

/* line 27, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 30, ../sass/layout.sass */
#sidebar-second {
  float: right;
  width: 326px;
}

/* line 33, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
  background-color:#FFFFFF;
}

/* Layout Helpers */
/* line 38, ../sass/layout.sass */
#header,
#sub_header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 56, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;
}

/* line 60, ../sass/layout.sass */
#sidebar-first {
  width: 190px;
  margin-right: -190px;
}

/* line 66, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 322px;
}

/* line 70, ../sass/layout.sass */


/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 77, ../sass/layout.sass */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 85, ../sass/layout.sass */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px;
}
/**
 * Header
 **/
#header{
	height: 320px;
	position: relative;
	padding-top: 9px; 

}

/**
 * block recherche
 **/
#block-search-0 {
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 200;
}

#block-search-0 #edit-search-block-form-1-wrapper {
	margin: 0 3px 0 0;
	float: left;
}

#block-search-0 #edit-search-block-form-1-wrapper input {
	height: 17px;
}

/**
 * Langue 
 **/
#block-locale-0 {
    position:absolute;
	z-index: 20;
	list-style-type: none;
	list-style-image: none;
	padding-left: 168px;
	padding-top: 18px;
	display: none;
} 

#block-locale-0 ul li{
	list-style-type: none;
	list-style-image: none;
} 

#block-locale-0 li.active {
  display:none;


} 
 

/**
 * Block Bandeau
 **/
#block-views-bandeau_entete-block_1 {
	height: 283px;
}
/**
 * Secondary link
 **/
#block-menu-secondary-links {
	position: absolute;
	top: 25px;
	left: 5px;
	z-index: 300;
}
#block-menu-secondary-links ul.menu {
	margin: 0;
	padding: 0;
}
#block-menu-secondary-links ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
/*bandeau animé devrait être : block-views-bandeau_entete-block_1 - quand Pat va le faire*/
#block-views-header_banner-block_1{
	height: 306px;
}

#content_under_page {
  width: 950px;
  padding-left: 20px;
 
  margin: 15px auto;
}

#content_under_page a{
color:#FFFFFF;
}
#content_under_page a:hover{
text-decoration: none;
color:#3d1f00;
}

/* line 95, ../sass/layout.sass */
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;
}

#block-views-Nouvelle-block_1 {
	width: 300px;
	background: url('../images/bg_a_la_une.jpg') no-repeat 0 0;
	padding: 10px;
}
#block-views-Nouvelle-block_1 .block-title {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight:bold;
}


#block-views-Nouvelle-block_1 .views-row {
	margin-top: 10px;
}

#block-views-Nouvelle-block_1 .views-field-title {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7a8c43;
	font-size: 13px;

}

#block-views-Nouvelle-block_1 .views-field-field-nouvelle-image-fid {
	float: right;
	margin: 5px 5px 5px 10px;
}

#block-views-Nouvelle-block_1 .views_slideshow_singleframe_pager {
	text-align: right;
	padding: 10px;
}

#block-views-Nouvelle-block_1 .views-field-field-nouvelle-corps-value {
	font-size: 11px;
	letter-spacing: 1px;
	text-align: justify;
}

.breadcrumb {
	width: 500px;	
	float: left;
	margin: 20px 0 0 25px;
	position: relative;
	z-index: 10;
}