
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 792px;}
#header {height:278px;}
#left-column {width: 227px;}
#right-column {width: 565px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 51px;}

.push	{
  clear: both;
}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -51px; background-color: #EAE495;}


/* ===| 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;}

p{	padding: 0 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
  background-image: url(../images/charte/left-bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
/*  display:table;  */
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin: 0 0 0 0;
  }
#right-column{
  background-image: url(../images/charte/content.jpg);
  background-position: left top;
  background-repeat: repeat-y;
 /* display:table;  */
	float:right;
	margin:0px 0 0 0px;
	padding:0px 0px;}

#actualite{
  background-image:url(../images/charte/mdm.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  width:227px;
  height:171px;
  margin:0px auto;
}

#promo {
  background-color: #000000;
  height: auto;
}
#contact-info {
  background-image: url(../images/charte/coord.jpg);
  height:auto;
  width:227px;
  margin:0px auto;
}


#footer {
  background-image: url(../images/charte/footer.jpg);
  background-repeat: no-repeat;
  height:auto;
	margin: 0 auto;
	padding: 5px 0 0 0;}

.copyright{
	padding: 5px 5px 0;
	text-align: center;
	font-size: 10px;}

/*	--- 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;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 0px solid;
	border-bottom: 0px solid;
	line-height: 0px;}
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */