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

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

#container, #footer {width: 983px;}
#header {width:747px;height:360px;}
#left-column {width: 236px;}
#right-column {width: 747px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

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


#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;
	margin:0;
  }
#logo{
  width:529px;
  height:118px;
  float:left;
}
#newsletter{
  width:218px;
  height:118px;
  float:left;
}
#int-newsletter{
  padding-top:65px;
  padding-left:58px;
}
#int-newsletter-pop{
  padding-top:121px;
  padding-left:80px;
}
#diaporama-header{
  width:747px;
  height:242px;
}
#car{
  width:236px;
  height:338px;
}
#menu{
  width:236px;
  height:269px;
}
#coordonnees{
  width:236px;
  height:178px;
}
#right-column{
	float:left;
  }

#content{
width:747px;
height:425px;

 }
#content-text{
 width:521px;
 height:247px;
 float:left;
}
#content-text-optim{
 width:521px;
 height:247px;
 float:left;
 background-color:#220000;
 overflow:auto;
}
#int-content-text{
  padding-top:27px;
  padding-left:15px;
}

#mdm{
  width:226px;
  height:261px;
  float:left;
}
#int-mdm{
  padding-top:43px;
  padding-left:11px;
  padding-right:25px;
}

#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}


/*	--- 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;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}

/* referencement */
.ref
{
    clear: both;
    margin: 0 auto;
    width:983px;
    text-align: center;
    font-size: 11px;
    color:#888;
}


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