@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg) 0 0 repeat-x;
	background-color:#470f0e;
	font-family:"Trebuchet MS", Arial;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
img{
	border:none;
}
/***************************** Content ********************************/
.content{
	background-color:#FFFFFF;
	width:795px;
	height:1024px;
	margin:0px auto;
	border:1px solid #a8958f;
	position:relative;
}
.content div{
	float:left;
}
.img_logo{
	background:url(../images/img_logo.gif) 0 0 no-repeat;
	width:795px;
	height:164px;
}
/******************************* Menu Top *********************************/
.menu_top{
	width:795px;
	height:23px;
	background:#000000;
}
.menu_top ul{
	width:160px;
	height:23px;
	background:#000000;
	float:right;
}
.menu_top ul li{
	width:160px;
	height:20px;
	background:#000000;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	padding:3px 0 0 0;
}
.menu_top ul li a{
	width:60px;
	height:23px;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
}
/******************************** Menu Gauche ********************************/
.menu_gauche{
	width:187px;
	border-right:4px solid #f6e6c0;
	padding:0 0 15px 0;
}
.menu_gauche li{
	margin:0 0 0 0;
}
/******************************** Content body ********************************/
.content_body{
	position:absolute;
	width:604px;
	height:835px;
	background:url(../images/bg_body_content.gif) 0 0 repeat;
	float:right;
	left:190px;
	top:187px;
	
}
.titre_inter_art_deco{
	background:url(../images/titre_inter_art_deco.png) 0 0 no-repeat;
	width:567px;
	height:36px;
	margin:29px 0 0 20px;
}
.text1_intro{
	width:578px;
	height:183px;
	margin:30px 0 0 12px;
}
.text1_intro img{
	margin:7px 5px 0 2px;
	float:left;
}
.text1_intro p{
	margin:7px 0 0 2px;
	font-size:12px;
	text-align:justify;
	margin:7px 5px 5px 0;
}
.text2_intro{
	width:578px;
	height:183px;
	margin:54px 0 0 12px;
}
.text2_intro img{
	margin:7px 5px 0 2px;
	float:right;
}
.text2_intro p{
	width:340px;
	margin:7px 0 0 2px;
	font-size:12px;
	text-align:justify;
	margin:7px 5px 5px 0;
	float:left;
}
.img_bas{
	background:url(../images/img_bottom.png) 0 0 no-repeat;
	width:478px;
	height:148px;
	margin:89px 5px 5px 59px;
}
.texture{
	background:url(../images/texture.png) 50% 0 no-repeat;
	width:605px;
	height:36px;
	margin:45px 5px 5px 0;
}
.texture_prod{
	background:url(../images/texture.png) 50% 0 no-repeat;
	width:605px;
	height:36px;
	margin:10px 5px 5px 0;
}
.footer{
	background:#330808;
	width:695px;
	margin:0 auto;
	text-align:center;
	color:#a68766;
	padding:0 0 0 100px;
}
/******************* Page caté ***********************/
.titre_cat{
	background:url(../images/bg_titre_cat.gif) 0 0 no-repeat;
	width:513px;
	height:32px;
	margin:15px 0 0 10px;
	font-size:24px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#4f0f10;
	padding:4px 0 0 5px;
}
.prod{
	width:230px;
	float:left;
	margin:5px 0 0 50px;
}
.prod h3{
	width:222px;
	height:20px;
	font-size:14px;
	color:#35332e;
	text-align:center;
}
.prod_img{
	background:url(../images/bg_img.gif) 0 0 no-repeat;
	width:222px;
	height:290px;
	float:left;
}
.but_com{
	margin:10px 0 0 0;
	float:right;
}
.prod_img img{
	margin:60px 0 0 17px;
}
/********************* page ************************/
.page {
	text-align:center;
	width:560px;
	height:25px;	
	margin:12px 0 0 10px;
	background:#f2e5cc;
	bottom:15px;
}
.page a{
	font-size:13px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
.page .sel_page {
	font-size:18px;
	text-decoration:none;
	color:#98141b;
	font-weight:bold;
}
/***************** Conatact **************************/
.contact_bg{
	background:url(../images/bg_contact.gif) 0 0 no-repeat;
	width:506px;
	height:644px;
	margin:30px 0 65px 40px;
}
.adresse{
	background:url(../images/bg_adresse.gif) 0 0 no-repeat;
	width:345px;
	height:212px;
	margin:25px 0 0 85px;
}
/********************** Form ***************************/
.form{
	width:400px;
	margin:20px 0 0 57px;
}
.form li{
	width:480px;
	height:22px;
	/*border:1px solid #000000;*/
	margin:5px 0 0 0;
}
.form ul{
	margin:5px 0 5px 20px;
}
.form label{
	display:block;
	width:160px;
	height:17px;
	font-size:12px;
	padding:3px 0 0 10px;
	float:left;
	background-color:#ede7da;
	color:#000000;
	margin:0 10px 0 0;
	text-align:right;
}
.form input{
	display:block;
	width:170px;
	height:20px;
	border:1px solid #dddddd;
	background-color:#ede7da;
	color:#000000;
}
.form textarea{
	display:block;
	width:170px;
	height:100px;
	border:1px solid #dddddd;
	background-color:#ede7da;
	color:#000000;
}
.button {
	width:480px;
	height:30px;
	margin-top:10px !important; 
	margin-top:10px;
 } 
.button .input1{
	width:170px;
	height:20px;
	float:left;
	margin:10px 0 0 20px;
}
.button .input2{
	width:170px;
	height:20px;
	float:left;
	margin:10px 0 0 10px;
}
/************************ Produit details **************************/
.prod_detail{
	width:300px;
	margin:30px 0 0 120px;
}
.prod_detail img{
	border:1px solid #000000;
	margin:10px 10px 10px 50px;
	padding:2px 2px 2px 2px;
}
.order{
	width:400px;
	margin:30px 0 184px 120px;
}
.order li{
	width:400px;
}
.order h3{
	font-size:14px;
}
.order label{
	display:inline-block;
	width:140px;
	height:18px;
	float:left;
	/**/
}
.order input{
	width:240px;
	height:18px;
	background-color:#ede7da;
	border:0;
}
.order textarea{
	width:240px;
	background-color:#ede7da;
	margin:5px 0 0 0;
	border:0;
}
.order .butt{
	width:130px;
	height:26px;
	margin:10px 10px 0 0;
	float:right;
}
/****************************************************/
/********************************* ADMIN **************************************/
.admin{
	width:300px;
	height:160px;
	border:1px solid #ffffff;
	margin:200px auto;
	background-color:#FFFFFF;
}
.admin h2{
	width:290px;
	height:25px;
	font-size:16px;
	color:#999999;
	background-color:#4B0F0F;
	padding:5px 0 0 10px;
}
.admin li{
	width:480px;
	height:22px;
	margin:5px 0 0 0;
}
.admin ul{
	margin:20px 0 5px 0;
}
.admin label{
	display:block;
	width:100px;
	height:18px;
	font-size:12px;
	padding:2px 0 0 10px;
	float:left;
	background-color:#fae4e4;
	color:#000000;
	margin:0 10px 0 10px;
	text-align:right;
}
.admin input{
	display:block;
	width:150px;
	height:20px;
	border:1px solid #dddddd;
	background-color:#fae4e4;
	color:#000000;
}
.butt_entrer{
	margin:20px 0 0 130px;
}
/*********************/