@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header, .ref, #menu-top, #menu-top2 {width: 782px;}
#header {height:313px; margin:0px; padding: 0px; background: url(../images/charte/bg-header.jpg) left top no-repeat;}
#left-column, #actualite, #contact-info, #promo {width: 216px;}
#right-column {width: 564px; border-left: 2px solid #e7e7e7;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
/*#footer, .push {height: 46px;}*/
#footer, .push {height: 35px;}
.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/
/*#wrap-container {	margin: 0 auto -46px;}*/
#wrap-container {	margin: 0 auto -35px;}


/* ===| 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) left top repeat-x #ffffff;}

#wrap-container {
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background: url(../images/charte/bg-container.gif) left top repeat-y;
	margin:0 auto;
	text-align: left;
  border: 1px solid #E7E7E7;
}

/*----- Content ------*/
#menu-top{height:30px; display: none; background: url(../images/charte/bg-menu-top.jpg) left top no-repeat;}
#menu-top2{height:119px; margin:0px; padding:0px; /*background: url(../images/charte/bg-menu-top2.jpg) left top no-repeat;*/}


#left-column, #right-column{ float: left; margin: 0px; padding: 0px;}
	
#actualite{ height: 231px; background: url(../images/charte/bg-actualite.gif) left top no-repeat;}
#actualite-int{padding: 73px 7px 0px 10px;}

#enstock{ height: 300px;border-bottom:2px solid #e7e7e7;}
#enstock-int{padding:5px;}

#affaires { height: 300px;border-bottom:2px solid #e7e7e7;}
#affaires-int{padding:5px;}

#content{ padding-left: 15px; padding-right:5px;	min-height: 566px;
	height: auto !important;
	height: 566px;}
#title{
	height: 47px;
	float: right;
	margin-bottom: 25px;
}
/*----- Footer ------*/

#wrap-footer{ background: url(../images/charte/bg-footer.jpg) left top repeat-x #ffffff;}
#footer {
	/*background: url(../images/charte/bg-footer.gif) left top no-repeat;*/
  padding: 0;
	margin: 0 auto;

}

#copyright{
	text-align: center;
  padding-top:5px;
}


/* ===| III. CONTENT ELEMENTS |===============================================*/

.ref {padding: 10px 0px; width:564px; margin:0 auto; padding-left:216px; font-size:11px; }

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;
  font-size: 0px;
}

.paragraph{
	clear: both;
	margin-bottom: 15px;
  padding-right:15px;
}
.center{text-align:center}

/* ===| IV. NAVIGATION |===============================================*/

/* ---| THE END |------------------------- */