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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 886px;}
#header {height:227px;}
#left-column {width: 259px;}
#right-column {width: 627px;}


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

.push	{clear: both;}

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



* {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:7px 0px;}

#wrap-container {
  min-height: 100%;
	height: auto !important;
	height: 100%;
/*    background:url(../images/charte/bg-warp-footer.gif) repeat-x left bottom;*/
}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }

#adresse{height:156px;}
#mdm{height:221px;}
#bg-bottom{height:314px;}


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

#content{
  padding-top:15px;
  padding-left:10px;
  padding-right:85px;
}


#footer {
	margin: 0 auto;
	padding: 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:10px;} .right{float: right;margin-left:10px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}





ul.list{
  font-family:Arial, Verdana,  Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
 line-height:16px;
 float:left;
  }
ul.list li{padding-left:23px;
  margin-top:5px;}

ul.list1{
  font-family:Arial, Verdana,  Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
 line-height:16px;
  }
ul.list1 li{padding-left:23px;
  margin-top:5px;}

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

.ref {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */