/* @override 
	http://saison.mcnn.fr/accueil/breves.css
*/

#breves { 
	position: relative;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	width: 730px;
	padding-left: 20px;
}

img.phBreve { 
	float: left;
	padding: 4px 15px 10px 0;
}

#breves img.titre { 
	margin-bottom: 15px;
}

.breve h2 { 
	margin: 5px 0 0;
	font-size: 16px;
	background: url(/im/breves/expand.png) no-repeat right 5px;
}

.breve.on h2 { 
	color: maroon;
	background: none;
}

.breve { 
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 15px 8px;
	border-bottom: 2px solid silver;
	clear: both;
	text-align: justify;
}

.breve.on { 
	background: url(/im/breves/deg.png) repeat-x 0 top;
}

.breve p { 
	margin-top: 4px;
	margin-bottom: 4px;
}

.breve a {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

.breve a:hover {
	color: #c02;
	text-decoration: none;
	border-bottom: 1px solid #c02;
}
