
@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 {float:left; height:294px; /*background: url(../images/charte/header.jpg) top left no-repeat;*/}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#wrap-footer, #footer, .push {height: 143px;}
#head-container{
	margin: 0 auto;
	padding:24px 0 0 0;
	width:1004px;}
#wrap-footer{
 background-color: #fdf6dc;
}

#header-left{
 background: url(../images/charte/header-left.jpg) top left no-repeat;
 float:left;
 width:106px;
 height:294px;}

#header-right{
 background: url(../images/charte/header-right.jpg) top left no-repeat;
 float:left;
 width:106px;
 height:294px;}

#footer{
 background: url(../images/charte/footer.jpg) top left no-repeat;
 margin: 0 auto;
 line-height:18px;}

#container{
	background:url(../images/charte/bg-repeat.jpg) top left repeat-y;}

#plan{
 width:226px;
 height:50px;
 float: left;
 display:table;
 padding-left: 17px;}

#newsletter{
 width: 243px;
 height: 56px;
 display:table;
 float: left;
}
#title-presentation{
 background: url(../images/charte/title-presentation.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;
}
#title-menus{
 background: url(../images/charte/title-menus.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;
}
#title-galeries{
 background: url(../images/charte/title-galeries.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;
}
#title-agenda{
 background: url(../images/charte/title-agenda.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;
}
#title-contact{
 background: url(../images/charte/title-contact.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;}
#title-merci{
 background: url(../images/charte/title-merci.jpg) top left no-repeat;
 height: 45px;
 width: 792px;
 float:left;
}



.push	{clear: both; background-color: transparent;}

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


/* ===| 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 {
	margin:0 auto;
	text-align: left;
	display: table;
	height: 100%;}
#footer {
	margin: 0 auto;
	padding: 0;}
.copyright{
	padding: 0;
	text-align: center;
  color: #a05784;
}
#left-column{
 width:520px;
 float:left;
 padding-left:29px;
 background: url(../images/charte/separator-repeat.jpg) top right repeat-y;}
 
#right-column{
 width:243px;
 float:left;
}
#mdm{
 background: url(../images/charte/mdm.jpg) top left no-repeat;
 width:243px;
 height:180px;
 float:left;
}
#texte{
 padding-left:20px;
}






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

#bgbottom{
/*	padding-right:10px;*/
	background: url(../images/charte/separator-bottom.jpg) bottom right no-repeat;}
#bgtop{
	background: url(../images/charte/separator-top.jpg) top right no-repeat;
	padding-right: 10px;
}
/*
#separator{
 width: 9px;
 height:auto;
 float:left;
}

#separator-mid{
 background: url(../images/charte/separator-repeat.jpg) top left repeat-y;
 width:9px;
 height:auto;
 display:table;
 float:left;
}*/
#separator1{
 height:100%;
 border: 1px solid blue;
 background:red url(../images/charte/separator-repeat.jpg) top left repeat-y;
}
#separator2{
 width: 9px;
 height:auto;
 background: url(../images/charte/separator-bottom.jpg) left bottom no-repeat;}
#separator3{
 width: 9px;
 height:auto;
 background: url(../images/charte/separator-top.jpg) top left no-repeat;}


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