
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 940px;}
#header {height:283px;}
#left-column {width: 231px;}
#right-column {width: 709px;}



/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 54px;}

.push	{float:left; clear: both; width: 100%; font-size: 1px; line-height: 1px; }

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {
/*	height: auto!important;
	min-height: 100%;
	height: 100%;*/
	width:100%; /*margin: 0 0 -59px;*/
	float: left;}
#wrap-footer{
	width: 100%;
	float: left;}

/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%; margin: 0; padding: 0;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#container {
	margin:0 auto;
	text-align: left;
	padding: 0;
/*	height: auto!important;
	min-height: 100%;
	height: 100%;*/}

#header {
	/*	text-indent: -9999em;*/
	float: left;}
#left-column{
	float:left;
	margin:0;  }

#mdm{
  width:231px;
  height:197px;
}

#newsletter{
width:231px;
height:90px;}

#professionnel{
width:231px;
height:63px;}

#nos-certifications{
width:231px;
height:110px;
}

#coordonnees{
width:231px;
height:127px;}

#plan{
width:220px;
height:56px;
padding-left:11px;
padding-top:5px;
}

#right-column{
	float:left;
	padding:0px;}

#content{
width:709px; /*height:558px;*/

}
#text-content{
padding-right:10px;
padding-left:10px;

}


#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:10px;} .right{float: right;margin-left:5px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}



ul.list{
	font-family:Arial;
  color:#000000;
  font-size:12px;
  padding-left:13px;
  }
ul.list li{
  padding-left:15px;
  padding-top:3px;}
ul.list1{
  font-family:Arial;
  color:#0d3902;
  font-size:12px;
  padding-left:13px;
  }
ul.list1 li{
  padding-left:15px;
  padding-top:3px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}

.ref{
width: 940px;
margin: 5px auto 0px auto;
padding-top:15px;
text-align:center;
color:#000000;
}
/* ---| THE END |------------------------- */