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

*************************************************************************
*                                                                       *
*	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;
}

div.large {
	width: 100%;
	clear: both;
}
body {background: url(../../images/gabarit/bg.gif) repeat;
	}


#conteneur {
	margin: 0 auto;
	/*background: url(../images/gabarit/bg_mainContent.gif) repeat-y;*/     /* Background infini, de haut en bas*/
}

#top {
	}

#header {
		background: url(../../images/gabarit/bg_header.gif) 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;
}

