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

#container, #footer {width: 894px;}
#left-column {width: 340px;}
#middle-column {width: 347px;}
#right-column {width: 207px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body { width: 100%; /*height: 100%;*/}
body {text-align: left;}
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;}

#left-column{
	float:left;
	}

#logo{
  width:340px;
  height:176px;
}

#left-content{
  width:340px;
  height:435px;
}

#int-left-content{
  padding-left:8px;
  padding-right:18px;
 }


#middle-column{
	float:left;
	}
#content-middle{
  width:347px;
  height:539px;

}
#int-content-middle{
 padding-left:0px;
  padding-right:0px;
  padding-top:0px;
}
#middle-blank{
  width:347px;
  height:91px;
}


#middle-diaporama{
  width:347px;
  height:539px;
}

#right-column{
	float:left;
  width:207px;
  height:539px;
  }
#right-blank{
  width:207px;
  height:91px;
}

#mdm{
  width:207px;
  height:147px;
}
#int-mdm{
 padding-top:60px;
 padding-left:15px;
 padding-right:15px;
}
#venez{
  width:207px;
  height:307px;
}
#int-venez{
 padding-top:94px;
 padding-left:16px;
 padding-right:16px;
}
#newsletter{
  width:207px;
  height:85px;
}
#int-newsletter{
 padding-left:60px;
 padding-top:42px;
}
#adresse{
  width:554px;
  height:26px;
  float:left;
}
#adresse1{
  width:894px;
  height:26px;
  float:left;
}
int-adresse{

}
#content{
  width:687px;
  height:630px;
  float:left;
}
#int-content{
  padding-top:150px;
  padding-left:8px;
  padding-right:10px;
}
#content1{
  width:687px;
  height:630px;
  float:left;
}
#int-content1{
  padding-top:91px;
  padding-left:8px;

}


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

.ref {
		width:894px;
		margin: 0 auto;
		text-align:center;
		color: #232122;
		font-family:Arial;
		font-size:11px;
	}


/*	--- 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;
}
/* ---| THE END |------------------------- */
