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

#container, #footer, #header {width: 740px;}
#header {height:289px;}
#left-column {width: 213px;}
#right-column {width: 527px;}

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

.push	{clear: both;}

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


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

a:link, a:visited{
	color:#7cb58a;
	text-decoration: none;}
a:hover, a:active{
	color:#ffffff !important;
	text-decoration: none !important;}

a:focus{
  outline: none;
}
.clear{
  clear:both;
  padding:0px;
  margin:0px;
}
.ref {
		width:100%;
		text-align:center;
		padding:10px 0 2px 0;
        color:#000000;
	}

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

/*	--- 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; margin:0 20px 0 1px;} .right{float: right; margin:0 1px 0 20px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| left-column |------------------------- */
#actualite{
	margin-top:10px;
	width:178px;
	height:124px;
	padding:25px 23px 0 12px;
}
#actualite img{
	float:right;
	border:2px solid #3f6b57;
	margin:0px 0px 4px 4px;}
#newsletter{
	margin-top:29px;
	width:191px;
	height:16px;
	padding:30px 22px 0 0;
}
#info{
	margin-top:29px;
	width:160px;
	height:79px;
	padding:54px 42px 0 11px;
}
#plan{
	margin-top:29px;
	width:197px;
	height:86px;
	padding:31px 0 0 16px;}
/* ------------------------------| index |------------------------- */
#title{
    float:left;
    margin:10px 0 9px 0;

}
.paragraph{
  clear:both;
}

ul.list1{
    margin:14px 0 0 18px;
    list-style: none;
	}
ul.list1 li{
	background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 18px;
    padding-left:18px;
    color:#7CB58A;
    letter-spacing: 0.1px;
}
.box{
    margin:0 0 23px 0;
    padding:0px;
    border:1px solid #1E563C;
    background-color:#2F4139;
}

/* ------------------------------| BDD |------------------------- */

.select{
  border:solid 1px #007A44;
  font-size:11px;
  color:#000000;
  background-color:#ffffff;
  margin-left:5px;
  width:200px;

}
.product{
  background-color:#2F4139;
  border-right:8px solid #ffffff;
  width:519px;
  margin-top:20px;
  float:left;
}
.photo{
  margin:10px;
  width:82px;
  height:82px;
  float:left;
  text-align:center; 
}

.photo img{
  padding:0px;
  margin:0px;
  border: 1px solid #ffffff;
}
.product b{
  color:#7CB58A;
}




/* ---| footer |------------------------- */

#digital-age{
	width:191px;
	float:left;
	height:65px;
	text-align:center;
	padding-top:10px;
}
#mentions{
	width:526px;
	float:right;
	height:65px;
	padding-top:10px;
}

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

