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

#container, #footer, #header {width: 858px;}
#header {height:357px;}
#contenu {width: 858px;}

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

.push	{clear: both;}

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


/* ===| 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{}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}

#contenu{
	float:left;
	margin:0px;
}

#footer {
	margin: 0 auto;
	padding: 0;}


/*	--- 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;}
.paragraph{
	clear: both;
	display: table;}


/*===========================================================================*/

#left-col
{
  float:left;
  width:503px;
  padding:20px 20px 17px 20px;
}
.bullet
{
  padding:6px 10px 20px 0;
}

.bullet2
{
  padding:6px 10px 20px 30px;
}
.bullet3
{
  padding:6px 8px 0 8px;
}
.bullet4
{
  padding:6px 10px 30px 0;
}
.line
{
  padding:8px 0 8px 0;
}


#photo-left
{
  float:left;
  width:180px;
  height:197px;
  padding:7px 0 0 7px;
  background: url(../images/charte/bg-photo.jpg) no-repeat 0% 100%;
}

#promo
{
  background: url(../images/charte/bg-text1.jpg) no-repeat top left;
  float: left;
  margin-top:0px;
  width:314px;
  height:158px;
}
#promo p
{
  padding:75px 10px 0 10px;
  color:#033979;
  line-height: 16px;
}

#right-col
{
  float:right;
  width:314px;
  height:294px;
  background: #eef7fe url(../images/charte/bg-text2.jpg) no-repeat top left;
}
#right-col p
{
  padding:25px 30px 0 15px;
}

ul.list1{
	float:left;
	padding: 5px 0 0 0px;
    width: 500px;
	}
ul.list1 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 7px;
    text-align:justify;
	line-height: 18px;
    color: #3d3d3d;
	padding:0px 0px 0px 10px;
	}
.logo
{
  padding:0 20px 0 20px;
}

ul.list2{
	float:left;
	padding: 5px 0 0 10px;
    width: 280px;
	}
ul.list2 li{
	background: url(../images/charte/list-bullet2.jpg) no-repeat top left;
	background-position:0px 7px;
    text-align:justify;
	line-height: 18px;
    color: #3d3d3d;
	padding:0px 0px 0px 10px;
	}
#text
{
  background: url(../images/charte/bg-text3.jpg) no-repeat top left;
  float: left;
  margin-top:0px;
  width:314px;
  height:158px;
}
#text p
{
  padding:15px 10px 0 10px;
  color:#033979;
  line-height: 18px;
}
ul.list3{
	float:left;
	padding: 0px 0 0 30px;
    width: 350px;
	}
ul.list3 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 7px;
    text-align:justify;
	line-height: 18px;
    color: #3d3d3d;
	padding:0px 0px 0px 20px;
	}
/* ======== | merci | ==================== */
#merci
{
    clear:both;
    width:500px;
	float:left;
	padding-top:9px;
	margin-bottom:10px;

}
    #merci p {
        margin:50px 0px 50px 0px;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        }

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