@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);
/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 798px;}
#header {height:308px;}
#left-column {width: 200px;}
#right-column {width: 5569px;}
/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#wrap-footer, #footer, .push {height: 60px;}
.push	{clear: both;}
/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/
#wrap-container {	margin: 0 auto -60px;}
/* ===| 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 {
	background-image:url(../images/charte/background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background-image:url(../images/charte/bg-middle.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	text-align: left;
}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	width:229px;
	float:left;
	margin: 0px auto;
}
#right-column{
	width:569px;
	float:left;	
	margin:0px auto;
}
#actualite{
	background-image:url(../images/charte/bg-actualites.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 139px;
}
#promo{
	background-image:url(../images/charte/bg-newsletter.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 79px;
}
#promo_content{
  padding: 45px 0 0 20px;
}
#contact-info{
	background-image:url(../images/charte/bg-adresse.jpg);
	background-position:left top;
	background-repeat:no-repeat;
  line-height: 20px;
	height: 200px;
}
#plan{
	background-image:url(../images/charte/bg-plan.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	height:214px;
}
#footer {
	background-image:url(../images/charte/bg-footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
}
#footer_left{
  width: 198px;
  height: 62px;
  text-align: center;
  float: left;
}
#footer_right{
  width: 594px;
  height: 62px;
  float: left;
}
.link_box{
	padding-top:5px;
	float:left;
	text-align:left;
}
.copyright{
	padding: 7px 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: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 0px;
}
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
#page_dynamic{
	width:550px;
	margin-left:7px;
	line-height:18px;
}
.color_paragraph{
	background-color:#d9d9d9;
	border: 1px solid #929292;
	margin-top:10px;
	width:550px;
	float:left;
}
.color_paragraph_content{
  text-align: justify;
  padding:10px;
}
ul.list{
	float:left;
}
.list li{
	list-style-type:none;
	background-image:url(../images/charte/pointer.gif);
	background-position: 3px 8px;
	background-repeat:no-repeat;
	line-height:22px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.peintures_box{
  background-image: url(../images/peintures-decorative-revetements-sols/box.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 20px;
  float: left;
  width: 250px;
  height: 200px;
}
.detail:link, .detail:visited{
	color:#2a2a2a;
	text-decoration:underline;
}
.detail:hover, .detail:active{
	color:#f8cc0e;
	text-decoration:none;
}
.small_paragraph{
  background-color: #d9d9d9;
  border: 1px solid #929292;
  text-align: center;
  margin-top: 20px;
  width: 550px;
}
.small_paragraph_content{
  padding: 10px;
}
.recherche{
 	background:url(../images/charte/recherche.jpg) no-repeat left top;
  cursor: pointer;
	width: 84px;
  height: 20px;
}
.rechercheover{
  background:url(../images/charte/recherche-over.jpg) no-repeat left top;
  cursor: pointer;
  width: 84px;
  height: 20px;
}
.details_box_photo{
  background-image: url(../images/peintures-decorative-revetements-sols/details-box-photo.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  width: 530px;
  height: 383px;
}
.details_box_txt{
  background-image: url(../images/peintures-decorative-revetements-sols/details-box-txt.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  width: 530px;
  height: 91px;
}
#newsletter .newsInput{
  float: left;
  width: 200px;
  height: 18px;
  font-family: verdana, Helvetica, sans-serif;
  font-size: 12px;
}
#newsletter .newsInput input{
  background-color: #f9f2d5;
  border: 1px solid #cccccc;
	width: 144px;
  height: 14px;
  font-family: verdana, Helvetica, sans-serif;
  font-size: 12px;
}
#newsletter .newsInput .inputButton{
  background: transparent url(../images/charte/ok.jpg) no-repeat center;
  width: 39px;
  height: 18px;
  cursor: pointer;
}