/* 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 111, ../sass/layout.sass */
#page {
  width: 1000px;
  margin: 0 auto;
	background: url(../images/fond-2.png) repeat-y;
}

.page-forum #page,
.node-type-forum #page {
	background: url(../images/fond-forum.png) repeat-y;
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 116, ../sass/layout.sass */
#content {
  float: left;
  width: 519px;
  margin-right: -100%;
  padding: 0;
  margin-left: 130px;
}

 /* modif forum 4/10/2011 */
.page-forum #content,
.node-type-forum #content {
	width: 839px;
}

/* line 122, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 125, ../sass/layout.sass */
#sidebar-second {
  float: right;
}

 /* modif forum 4/10/2011 */
.page-forum #sidebar-second,
.node-type-forum #sidebar-second {
	display: none;
}
/* line 128, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 133, ../sass/layout.sass */
#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 151, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-first .center {
  /*margin-left: 180px;*/
}

/* line 155, ../sass/layout.sass */
#sidebar-first {
  width: 130px;
  margin-right: -130px;
}

/* line 161, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-second .center {
  /*margin-right: 270px;*/
}

/* line 165, ../sass/layout.sass */
#sidebar-second {
  width: 320px;
  margin-right: 10px;
}

/* 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 172, ../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 180, ../sass/layout.sass */
#block-system-main-menu {
  width: auto;
  height: 26px;
	float: right;
}
#header-region {
	width: 490px;
	padding-right: 10px;
}

#block-menu-menu-contact-header,
#block-block-30,
#block-block-31 {
	width:  386px;
	height: 71px;
	float: left;
}
#block-block-30,
#block-block-31 {
	width: 104px;
}

/* line 190, ../sass/layout.sass */
.with-navigation #content,
.with-navigation .sidebar {
}

#megabanner {
	width: 1000px;
	height: auto;
	overflow: hidden;
}
#header {
	width: 980px;
	height: 97px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	width: 100%;
	height: auto;	margin: 0 auto;
	background: #1c1c1c url(../images/fond-degrade-footer.png) repeat-x;
}
.region-footer {
  	width: 980px;
  	height: auto;
  	margin: 0 auto;
  	overflow: hidden;
}

