/*
Title:		Coup de coeur francophone - feuille de styles
Author:		Bernard Bélanger, design@bernardbelanger.com 
Updated:		19-08-05
Notes:		http://www.bernardbelanger.com
*/


.item h1 { 
	margin: 0; 
	}

.titre {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin: 0px; 
	}

h4 {
	font-size: 15px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin: 0px; 
	}

.date { 
	padding: 0 0 2px 0;
	}

.left_btn a {
	display: block;
	padding-top: 32px;
	overflow: hidden;
	width: 39px;
	background: url(../icono/left_btn.gif) no-repeat 0 0 transparent;
	height: 0px !important; /* for most browsers */
	height /**/:32px; /* for IE5.5's bad box model */
	}

.left_btn a:hover {
	background: url(../icono/left_btn.gif) no-repeat 0 -32px transparent;
	}

.right_btn a {
	display: block;
	padding-top: 32px;
	overflow: hidden;
	width: 39px;
	background: url(../icono/right_btn.gif) no-repeat 0 0 transparent;
	height: 0px !important; /* for most browsers */
	height /**/:32px; /* for IE5.5's bad box model */
	}

.right_btn a:hover {
	background: url(../icono/right_btn.gif) no-repeat 0 -32px transparent;
	}


