@charset "iso-8859-1";

@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);

@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
background:#d2d2d2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:65%;
line-height:160%;
}

body.medailles{
background:#d2d2d2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:65%;
line-height:160%;
}

/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}


.collection #product img{width:150px;height:171px;}

.medailles #product img{width:300px;height:171px;}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/***************/
.box_catalog_search,
.simple_catalog_search{
	width:170px;
}
.box_catalog_search label,
.box_catalog_search input,
.simple_catalog_search label,
.simple_catalog_search input {
	width: 170px !important;
	margin:0 !important;
}
.box_catalog_search label,
.simple_catalog_search label{
	color:#572954 !important;
}

.box_catalog_search .row,
.simple_catalog_search .row {
	width: 170px !important;
}
.box_catalog_search h2,
.simple_catalog_search h2{
	background: none !important;
	color: #572954 !important;
	font-size: 14px !important;
	font-weight: bold;
	width: 180px !important;
}

