/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width:900px;}
#header {height:325px;}
#left-column {width: 621px;}
#right-column {width: 279px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

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

#wrap-container {
 	height: auto !important;

	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#content{
width:621px;
min-height:480px;
/*height:299px;*/
}
#int-content{
padding-top:23px;
padding-left:12px;
padding-right:18px;
}


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

#mdm{
width:279px;
height:291px;}
#mdm_en{
width:279px;
height:291px;}
#mdm_de{
width:279px;
height:291px;}

#photos{
width:279px;
height:291px;}

#int-photos{
  padding-top:22px;
  padding-left:52px;
}


#int-mdm{
  padding-top:35px;
  padding-left:39px;
  padding-right:13px;
 }
#coordonnees{
width:279px;
height:189px;}

#int-coordonnees{
  padding-top:130px;
  padding-left:9px;
 }
#coordonnees_en{
width:279px;
height:189px;}

#coordonnees_de{
width:279px;
height:189px;}



#vente-tarifs{
width:476px;
height:92px;
float:left}

#int-vente-tarifs{
  padding-top:10px;
  padding-left:13px;
  padding-right:15px;
 }

#tarifs-fr{
width:300px;
height:420px;
}

#tarifs-en{
width:300px;
height:435px;
}
#tarifs-de{
width:300px;
height:445px;
}
#vente-fr{
width:300px;
height:445px;
}
#vente-en{
width:300px;
height:445px;
}
#vente-de{
width:300px;
height:445px;
}

#int-tarifs{
  padding-top:38px;
  padding-left:2px;

 }



#footer {
	margin: 0 auto;
	padding-top:0px;
   }

.copyright{
	padding: 2px 0 0;
	text-align: center;}

h1 span{display:none;}

/*	--- 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;margin-right:5px;} .right{float: right;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}


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


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