
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 840px;}
#header {height:232px; background: url(../images/charte/bg-header.gif) left top repeat-x;}
#left-column {width: 215px;}
#right-column {width: 625px;}



/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 129px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {margin: 0 auto -129px;}


/* ===| 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;}



#wrap-container {
  

	}
#container {
	margin:0 auto;
	text-align: left;


  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }

#mdm{
  width:215px;
  height:131px;
}
#coordonnees{
width:215px;
height:102px;}

#horaires{
width:215px;
height:101px;}

#newsletter{
width:215px;
height:89px;}

#plan{
width:160px;
height:24px;
padding-left:55px;
padding-top:40px;
}
#top-car{
width:215px;
height:39px;
}

#right-column{
	float:left;
  padding:0px 0px;}

#content{
width:582px;
padding-left:13px;
padding-right:30px;
padding-top:15px;
}

#footer {
	margin: 0 auto;
	padding-top:5px;
   }

.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:7px;} .right{float: right;margin-left:5px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}



ul.list{
	font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#29292a;
  font-size:11px;
  padding-left:13px;
  line-height:14px;
  }
ul.list li{
  padding-left:15px;
  padding-top:3px;}

a:focus{
  outline: none;
}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}


/* ---| THE END |------------------------- */