/* CSS Document */

@import url(sommaire.css);
@import url(menu.css);
@import url(rub-art.css);
@import url(contact.css);
@import url(commande.css);
@import url(promotion.css);
@import url(plan.css);
@import url(recherche.css);
@import url(compte.css);
@import url(panier.css);

body {
	margin: 0;

	margin-top:0px;

	padding-top:0px;

	text-align: center;
	
	font-family:Arial, verdana, Helvetica, sans-serif;
	
	font-size:12px;
	
	color:#666;
	
	background-color:#ffffff;}

#global{
	width:950px;
	margin: 0 auto;
	background-color:#fff;
	margin-bottom:0px;
	padding-bottom:0px;
	min-height: 600px;
	height: auto !important;
	height: 600px; 
}

#header{
	background-image:url(../images/header-echamat.png);
	background-repeat:no-repeat;
	width:950px;
	height:85px;
	color:#FFFFFF;
	}
	
#centre
	{
	width:950px;
	min-height: 555px;
	height: auto !important;
	height: 555px; 
	}
	
#footer{
	background-image:url(../images/fond-footer.png);
	background-repeat:no-repeat;
	width:950px;
	height:26px;
	color:#FFFFFF;
	}
	
#footer #contenant{
	list-style:none;
	padding-top:5px;
	}
	
#footer #contenant li{
	display:inline;
	}
	
#footer #contenant li.space{
	margin-left:55px;
	}
	
#footer #contenant a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	
	}
	
img{
	border:0px; 
	}

.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

fieldset{
	border:1px solid #FFEC00;
	padding:2px;
	text-align:left;
	}
	
/* RECHERCHER */

#formrecherche{
	padding-top:0px;
	}

#rechercher input#recherche{
	margin-top:14px;
	width:80px;
	border:#fff solid 1px;
	font-size:12px;
	margin-bottom:0px;
	text-align:center;
	}
	
#fond-rechercher{
	margin-top:10px;
	margin-bottom:3px;
	background-image:url(../images/fond-rechercher.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:43px;
	width:110px;

}

#formrecherche #bt-ok{
	padding-top:0px;
	margin-top:0px;

	}
	
#contact .alert{
	margin-top:5px;
	margin-bottom:10px;
	color:#FF0000;
	}