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

#container, #header {width: 848px;}
#container{height:876px;}
#header {height:130px;}


/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/



/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/


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

* {margin: 0;}

html, body {width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

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

#left-column{
	float:left;
    width:331px;
}
#right-column {
    float:left;
    width:517px;
}





/*	--- 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-right{ 
	float:right;
	border:1px solid #7c0c04;
	margin-left:20px;
}
.thumb-left{ 
	float:left;
	border:1px solid #7c0c04;
	margin-right:20px;
}

.clear{
  clear:both;
}

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


/*-------------------------- left-column ----------------------------*/
#diapo{
  width:331px;
  height:559px;
}
#info{
  width:331px;
  height:171px;
  padding-top:16px;
  text-align:center;
}
/*-------------------------- right-column ----------------------------*/
#menu-top{
  width:517px;
  height:35px;
}
#contenu{
  width:517px;
  height: 627px;
}
#footer{
    width:517px;
    height:66px;
	padding-top:28px;
	text-align:center;
}
.paragraph{
	clear: both;
   
	width:481px;
	padding:0 19px 0 17px;

}
.text1{
	width:456px;
	height:134px;
	padding:8px 17px 0 8px;
	border:1px solid #6f3318;
	background-color:#89401d;
	margin:0 0 18px 17px;
	}
#mailing-liste{
	width:483px;
	height:128px;
	margin-left:17px;
    padding-top:74px;
}
ul.list1{
    display:inline;
    list-style: none;
    float:left;
    margin-left:60px;
	}
ul.list1 li{
	background: url(../images/charte/bullet1.gif) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 16px;
    padding-left:15px;
    color:#550f04;
    font-weight: bold;
}
.text2{
    width:483px;
	height:272px;
	margin-left:17px;
    padding-top:74px;
}
.text{
  width:483px;
  float:left;
}
.text3{
    width:483px;
    height:32px;
    margin:10px 0 10px 0;
    padding-top:64px;
}
/*----------------nos partenaires---------------*/
.partenaires{
  clear:both;
  width:483px;
/*  float:left;*/
  border-bottom:1px solid #860B04;
  text-align: center;
  margin-bottom:4px;
}
.logo{
  width:104px;
  height:102px;
  float:left;
  text-align: center;
  background-color: #7C0C04;
  margin:0 12px 0px 0;
}

/*--------plan---------*/
#plan-top{
  width:425px;
  height:50px;
}












/* ---| THE END |------------------------- */