@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 850px;}
#header {height:280px;}
#left-column {  width:231px; }
#right-column {width: 619px;}

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

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


/* ===| 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;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin: 0px 0 0 0;}
#right-column{
	float:left;	
	margin:0px 0 0 0px;
	padding:5px 0px;}

#contenu
{
  padding:5px 10px 5px 12px;
  width:590px;

}

.ref {
		width:100%;
		text-align:center;
	}

#actualite {height: 168px;}
#news {height: 76px;}
#contact-info {height: 138px;}

#adresse {height: 185px;}
#plan {height: 115px;}

#footer {
border-top:solid 3px #CA9655;
	margin: 0 auto;
	padding: 0px;}

.copyright{
	padding: 11px 0 0;
	text-align: left;
  color:#2A6C47;
  }

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/
ul.list
{	width:200px;
float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
  text-align:left;
	margin-bottom:5px;
 	padding-left:5px;
	font-weight:normal;
/*  border: solid 1px red;  */
}
.list li
{
	background:url(../images/charte/bulet.jpg) no-repeat;
	list-style-type:none;
	background-position:0px 5px;
	background-repeat:no-repeat;
  line-height: 15px;
	padding:1px 2px 2px 0px;
	padding-left:15px;
}
.produits
{
width:280px;
height:180px;
margin:10px 5px;
float:left;
border:solid 1px #C0CAC3;
}
.produits-img
{
height:110px;
width:100px;
float:left;
margin:10px 5px 0 5px;
}
.produits-text
{
height:140px;
margin-top:10px;
}

.produits-details
{
float:right;
margin-right:20px;
}

.programme
{
width:575px;
margin:10px 5px;
float:left;
border:solid 1px #C0CAC3;
}
.programme-noimg
{
margin:5px;padding:3px; border:solid 1px #0F301D; float:left;
}

.programme-img
{
height:110px;
float:left;
margin:10px 5px 0 10px;
text-align: center;
}
.programme-text
{
height:140px;
margin-top:10px;

}

.programme-details
{
float:right;
margin-right:20px;
}
/* ===| 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:1px 10px 1px 5px; } .right{float: right; margin:1px 5px 1px 10px;}

.thumb{
	display: block;
	/*margin:1px 5px;*/}
	
.thumb img{
	border-style:solid;
	border-width: 1px;
	border-color: inherit;
	padding: 2px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	width: 100%;
	height: 1px;
	clear: both;
	padding:0;
	margin:10px auto;
	line-height: 0px;}

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