
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 798px;}
#header {height:299px;}
#left-column {width: 265px;}
#right-column {width: 533px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

p{	padding: 0 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	}
#right-column{
	float:left;
	}
#promo {height: 308px;
width: 265px;
background: url(../images/charte/adresse.jpg) top left no-repeat;
float:left;
display:table;}

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 0 0; 
	text-align: center;}
#cont-right{
 background: url(../images/charte/bg-rightcol.jpg) top left no-repeat;
 float:left;
 display:table;
 width:533px;
}
#cont-right1{
 background: url(../images/charte/bg-produits.jpg) top left no-repeat;
 float:left;
 display:table;
 width:533px;
 height:285px;
}
.img-cont{
 border:1px solid #2792fb;
 padding:3px;
 background-color: #fdb4f4;
 float:left;
 display:table;
 margin:5px;
}
.img-cont1{
 border:2px solid #9df03e;
 padding:3px;
 background-color: #f5f680;
 float:left;
 display:table;
}



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

.thumb{
	display: block;
	margin:1px 5px;}

.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;
  padding-left:27px;
  width:444px;
  float:left;}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */