/**************************************************************************

*************************************************************************
*                                                                       *
*	Cette feuille de style applique les backgrounds et la mise en page  *
*                                                                       *
*************************************************************************

Structure de la page:

+-----conteneur-------------------------------------------------------------+
++----div class="large" id="top"-------------------------------------------++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
++----div class="large" id="header"----------------------------------------++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
++----div class="large" id="menuH"----------------------------------------++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
++----div class="large" id="mainContent"-----------------------------------++
++                                                                         ++
+                                                                          ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
++-----div class="large" id="footer"---------------------------------------++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
++-----div class="large" id="bottom"---------------------------------------++
++                                                                         ++
++                                                                         ++
++-------------------------------------------------------------------------++
+---------------------------------------------------------------------------+


**************************************************************************/

* {
	margin: 0;
	padding: 0;

}

.large {
	width: 100%;
	clear: both;
}
/*  #conteneur_wrapper {
	background: url(../../images/gabarit/side_bg.gif) repeat-x;}   */
 
 
#conteneur {
	margin: 0 auto;
	background: url(../../images/gabarit/bg_maincontent2.gif) 0px 107px no-repeat;     /* Background infini, de haut en bas*/
}

#top {
		background: url(../../images/gabarit/bg_top.gif) no-repeat;
	}

#header {
		background: url(../../images/gabarit/bg_header.jpg) no-repeat;
	}

#menuH {
		background: url(../../images/gabarit/bg_menuH.gif) no-repeat;
	}

#mainContent {
		background: url(../../images/gabarit/bg_maincontent.gif) repeat-y;         /* Background appliqué à mainContent uniquement*/
	}
#footer {
		background: url(../../images/gabarit/bg_footer.gif) no-repeat;
	}

.clear {
	clear:both;
	height: 0;
}
