@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #666;
}

h1.brevestitre {
	font-size: 24px;
	color: #339;
	font-weight: bold;
	margin: 10px 5px 0 25px;
	padding: 0;
}

#contenu_breve {
	width: 455px;
	height: 150px;
	position: absolute;
	top: 57px;
	left: 25px;
	overflow: auto;
}

#brevebox {
	background: transparent url(../images/habillage/fond-breves.jpg) no-repeat;
	width: 496px;
	height: 253px;
	margin: 0;
	padding: 0;
	position: relative;
	}

p.date_breve {
	margin: 0 0 0 25px;
	color: #339;
	font-weight: bold;
}

p.date_breve span {
	color: #FC3;
}

p.date_breve span.surtitre {
	color: #000;
}

#breve_precedente {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 247px;
	height: 30px;	
}

#breve_precedente a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 30px;
	line-height: 30px;
	text-decoration: none;
	background: transparent url(../images/habillage/breve-precedente.png) no-repeat 8px 9px;
}

#breve_precedente a:hover {
background: transparent url(../images/habillage/fond-breveprecedent.png);
color: #FC3;
}

#breve_suivante a:hover {
background: transparent url(../images/habillage/fond-brevesuivant.png);
color: #FC3;
}

#breve_suivante a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-decoration: none;
	background: transparent url(../images/habillage/breve-suivante.png) no-repeat 224px 9px;
}

#breve_suivante {
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 247px;
	height: 30px;
	text-align: right;
}

#breve_suivante span {
	display: block;
	width: 217px;
	height: 30px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
}
