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

#container, #footer, #header {width: 802px;}
#header {height:229px;}


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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {			
	background-color:#d8dab7;
	font-family:verdana;
	font-size:11px;
	color:#434343;
	text-align:justify;
	line-height:14px;
	}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
	min-height: 100%;
	width:100%;
	height: auto !important;
	height: 100%;
	background:url(../images/charte/bg-content.jpg) repeat-y center top;
	}

#container {
	margin:0 auto;
	text-align: left;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	display: table;
	}
	
#page{
	width:583px;
	height:100%;
	display:table;
	margin-bottom:0px;
	}
	

#header{
	width:802px;
	height:229px;
	background-color:#d8dab7;
	padding-top:10px;
}

#middle{
	width:801px;
	display:table;
	background-image:url(../images/charte/bg-right.jpg);
	background-repeat:no-repeat;
	background-position:586px 0px;
	padding-bottom:20px;
}

#left-col{
	width:590px;
	float:left;
}
#right-col{
	width:200px;
	position:absolute;
	margin-left:590px;
}
#images{
	width:177px;
}
#images-content{
	padding:50px 0px 0px 20px;
	width:177px;
}
/*#actualite, #contact-info, #promo {height: 125px;}*/

#footer {
	margin: 0 auto;
	padding: 0;
	background-color:#d8dab7;
	}

.copyright:link, .copyright:visited{
	text-decoration:none;
	color:#1d842f;
}
.copyright:hover, .copyright:active{
	text-decoration:underline;
	color:#1d842f;
}

#footer-content{
	padding-top:3px;
	font-size:10px;
	color:#1d842f;
	border-top:3px solid #1d842f;
	text-align:center;
	background-color:#d8dab7;
}

#page-dynamic{
	width:570px;
	padding:0px 0px 0px 14px;
}

h1{
	width:506px;
	height:30px;
	font-family:arial;
	font-size:16px;
	color:#1d842f;
	font-weight:bold;
	clear:both;
	padding:20px 0px 0px 15px;
	margin:0px 0px 10px 0px;
	background-image:url(../images/charte/title.jpg);
	background-repeat:no-repeat;
	background-position:1px bottom;
}

h2{
	width:506px;
	height:20px;
	font-family:arial;
	font-size:16px;
	color:#1d842f;
	font-weight:bold;
	float:left;
	clear:both;
}

.greentext{
	color:#1d842f;
	font-weight:bold;
}

.textlink:link, .textlink:visited{
	text-decoration:none;
	color:#1d842f;
	font-weight:bold;
}
.textlink:hover, .textlink:active{
	text-decoration:underline;
	color:#1d842f;
	font-weight:bold;
}

ul.list2{
			padding-left:15px;
}
.list2 li{
		list-style-type:none;
		background-image:url('../images/charte/arrow_subservicii.jpg');
		background-position: 0px 7px;
		background-repeat:no-repeat;
		padding:0px 5px 2px 18px;
		line-height:19px;
}

.referencement{
	position:absolute;
	z-index:0;
}
