@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header, .ref{width: 791px;}
#header {height:352px;}
#left-column, #mdm, #contact-info, #promo {width: 266px; margin:0; padding:0;}
#right-column {width: 524px; display: block; float:left;}

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

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


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

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

/*----- Background ------*/
html, body {height: 100%; width: 100%;}
body {text-align: center; background: url(../images/charte/bg-body.jpg) center top repeat-x #f9eedb;}

#wrap-container {
	background: url(../images/charte/bg-container.jpg) center top repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background:url(../images/charte/bg-wrapcontainer.jpg) left top repeat-y;
	margin:0 auto;
	text-align: left;
}

/*----- Content ------*/
#menu-top{ height:24px; width:790px; float:left; text-align: left; background: url(../images/charte/bg-menu-top.jpg) left top no-repeat;}

#left-column, #right-column{ float: left; margin: 0px; padding: 0px;}

#mdm{ height: 350px; padding:0; margin:0; background: url(../images/charte/bg-mdm.jpg) 4px top no-repeat;}
#int-mdm{padding: 73px 7px 0px 20px;}

/*#info{ height: 198px; background: url(../images/charte/bg-info.gif) left top no-repeat;}
#info-int{padding: 85px 7px 0px 10px;}

#promo { height: 128px; background:url(../images/charte/bg-promo.jpg) left top no-repeat;}
#promo-int{padding: ;}*/

#content{ padding:0 10px;}
#title{
	height: 33px;
  padding-top:11px;
  padding-left: 27px;
  background: url(../images/charte/bg-h1.gif) left top no-repeat;
	margin-bottom: 15px;
  margin-top:10px;
}
/*----- Footer ------*/

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

#copyright{
	clear: both;
	text-align: center;
}

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

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

.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px;}

br{ height: 10px; line-height: 10px;}

a:focus{ outline: none;}

ul, li {list-style-type: none; list-style-position: outside;}

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, .center p{text-align: center;}
.no-padding, .no-padding p{padding: 0px;}
.no-margin, .no-margin p{margin: 0px;}

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.paragraph{
	clear: both;
	margin-bottom: 10px;
}

/* ===| IV. NAVIGATION |===============================================*/

/* ---| THE END |------------------------- */