@import url(typo.css);
@import url(skin.css);
@import url(menu.css);
@import url(forms.css);
@import url(mdm.css);
@import url(lightbox.css);
/*===| I. LAYOUT SIZE |====================================================*/

#container, #header, #contenu, #footer {width: 808px; margin: 0 auto;}
#right-column, #actualites, #newsletter, #horaires, #adresse, #digitalage {width: 219px; float: right; text-align:right; margin: 0px; padding: 0px;}
#left-column, #menu {width: 589px; float:right; margin: 0px; padding: 0px;}
#contenu-texte {width: 569px; margin: 0 auto; padding: 0px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#wrap-footer, .push,  #footer{height: 60px;}
.push{
  clear: both;
}


/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/
#wrap-container {	margin: 0 auto -60px auto;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0; padding: 0px;}

html, body {height: 100%; width: 100%; background: url(../images/charte/bg-body.jpg) center top repeat-x;}
br {line-height: 7px; height: 7px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
  background: url(../images/charte/bg-container.jpg) left top repeat-y;
 	margin: 0 auto;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: table;
}

#header { height: 286px;}

/*********** LEFT ***************/

#actualites {height: 199px; background: url(../images/charte/bg-actualites.jpg) right top no-repeat;}
#newsletter { height: 133px; background: url(../images/charte/bg-newsletter.jpg) right top no-repeat;}
	#newsletter-cont { padding: 52px 15px 0px 0px;}
#horaires { height: 139px; background: url(../images/charte/bg-horaires.gif) right top no-repeat;}
	#horaires-cont { padding: 59px 50px 0px 0px;}
#adresse {height: 162px; background: url(../images/charte/bg-adresse.jpg) righT top no-repeat;}
	#adresse-cont { padding: 83px 0px 0px 10px;}

/*********** FOOTER ***************/

#footer {
	background: url(../images/charte/bg-footer.jpg) left top no-repeat;
	margin: 0 auto;
	padding: 0px;
}

#menu { text-align: right;}

#menu-cont { padding: 15px 10px 0px 0px; }
#digitalage-cont { padding: 10px 0px 0px 10px; text-align: left;}



/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements
	you want to float (on the thumbs, for example)
*/
.left {float: left;}
.right {float: right;}
.center{text-align: center;}

.no-padding {padding: 0px;}
.no-margin {margin: 0;}

.clear{
  width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin: 0;
	line-height: 0px;
}

.separateur{
	width: 100%;
	height: 1px;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	line-height: 0px;
	background: url(../images/charte/bg-separateur.gif) left top repeat-x;
}
.separateur-liste{
	width: 100%;
	height: 1px;
	padding:0;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	background: url(../images/charte/bg-separateur.gif) left top repeat-x;
}

.ref {
		position: absolute;
		top: -10000px;
	}