
@import url(skin.css);
@import url(menu2.css);
@import url(forms.css);
@import url(lightbox.css);

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

#container, #header, #footer {width: 784px;}
#header {height:281px;}
#left-column {width: 236px;}
#right-column {width: 542px;}

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

.push	{clear: both;}

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


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


#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;
	padding: 18px 0 0 1px;}
	
#right-column{
	float:right;
	border: 1px solid #c59f77;	
	}

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

	
	

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

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


/*	--- 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;
	border: 1px solid #ffea00;
	margin: 7px 0 0 8px;
	}
.thumbBg{
	background: url(../images/charte/bg_thumb.gif) top left no-repeat;
	width: 163px;
	height: 111px;
	}
/* ---| THE END |------------------------- */
