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

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

#container, #footer, #header {width: 800px;}
#header {height:113px;}
#left-column {width: 228px;}
#right-column {width: 572px;}

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

.push	{clear: both;}

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


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

* {margin: 0; padding: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
  list-style: url(../images/charte/bullet.jpg);
	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;
	}
#right-column{
	float:left;	
}

#newsletter {width:228px; height: 78px; background-image: url(../images/charte/news.jpg); background-repeat: no-repeat }
#fournisseur {width:228px; height: 84px; background-image: url(../images/charte/fournisseur.jpg); background-repeat: no-repeat }
#contact {width:228px; height: 167px; background-image: url(../images/charte/bg-contact.jpg); background-repeat: no-repeat;}
#plan {width:228px; height: 166px; background-image: url(../images/charte/bg-plan.jpg); background-repeat: no-repeat;}

#footer {
	margin: 0 auto;
	padding-top:33px;}

.copyright{
	padding: 17px 0 0; 
	text-align: center;}

/*	--- 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{
	display: block;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

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

.separator{
	width: 100%;
	height: 10px;
	clear: both;
	padding:0px;
	margin:0px;
	border-top: 0px solid;
	border-bottom: 0px solid;
	line-height: 0px;}

.texte-container{
  width:478px;
  padding-left:47px;
  padding-top:15px;
}

.texte-mentions{
  width:480px;
  padding-left:40px;
  padding-top:15px;
}

.box-container{
  width:548px;
  padding-left:12px;
  padding-top:15px;
}

.box-top{
  background-image: url(../images/charte/box-top.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  width:548px;
  height:7px;
}

.box{
  background-image: url(../images/charte/box-body.jpg);
  background-repeat: repeat-y;
  width:500px;
  float:left;
  padding-right:15px;
  padding-left:35px;
  padding-top:13px;
  padding-bottom:13px;
  color: #000000;
  display:block;
}


.box-bottom{
  background-image: url(../images/charte/box-bottom.jpg);
  background-repeat: no-repeat;
  width:548px;
  height:8px;
  float:left;
}



.lippi{
  padding-left:19px;
  padding-top:25px;
}

#lippi_link:link, #lippi_link:visited{
  background: url(../images/charte/logo-lippi.jpg) top left no-repeat;
  float:left;
  height: 49px;
  width:193px;
  display: block;
}
#lippi_link:hover, #lippi_link:active {
  background: url(../images/charte/logo-lippi-over.jpg) top left no-repeat;
  float:left;
}


#texte-contact{
  padding-top:39px;
  padding-left:25px;
}

#texte-contact p{
  color:white;
  font-size:13px;
  line-height: 17px;
}

#plan_link:link, #plan_link:visited{
  background: url(../images/charte/plan-normal.jpg) bottom right no-repeat;
  float:left;
  height: 106px;
  width:164px;
  padding-top:43px;
  padding-left:33px;
  display: block;
}
#plan_link:hover, #plan_link:active {
  background: url(../images/charte/plan-over.jpg) bottom right no-repeat;
  float:left;
}

.mentions-name{
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 color:black;
 vertical-align: middle;
}


#ok{
  background-image: url(../images/charte/newsletter-ok.jpg);
  width:37px;
  height:19px;
  border:0px;
}

#ok:hover{
  background-image: url(../images/charte/newsletter-ok-over.jpg);
  width:37px;
  height:19px;
  border:0px;
}

#rechercher{
  background-image: url(../images/charte/recherche.jpg);
  width:76px;
  height:22px;
  border:0px;
}

#rechercher:hover{
  background-image: url(../images/charte/recherche-over.jpg);
  width:76px;
  height:22px;
  border:0px;
}





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

.cyc {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */