@charset "iso-8859-1";
/* 2020-12-23_1527 */

@import url(gallery.css);
@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;
        outline:none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#fff;
	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;
}

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

/* LOIC : FIX DIV PRODUITS AUX DESCRIPTIONS TROP LONGUES */
div.newbook > p {
	height: 136px;
	overflow-y: hidden;
	text-overflow: ellipsis;
}

/* LOIC : MSG DE FIN D'ANNÉE */ 
/*
h1{
  padding-top:20px;
}
#message_conges {
	width: 632px;
	text-align: justify;
	font-size: 110%;
	font-weight: bold;
	color: #ED1B2E;
}
*/

.short_product .prix{
  display:none;
}

body.livres #text p {
	font-size: 18px;
	padding: 16px 0;
}

body.livres #text p img{
 max-width:800px; 
}