/* $Id: pnews.css,v 1.1 2007/07/24 13:52:57 sebastien Exp $ */
/* Styles used by news module */
#news img {
	border:				none;
	padding:			0 5px 5px 0;
}
#news h1{
	width:				530px;
	height:				24px;
	display:			block;

	background:			 url(/img/actu.gif) no-repeat ;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #D7D7D7;
    border-left-width:   thin;
    border-left-style:  solid;
    border-left-color:  #D7D7D7;
	margin-bottom:		10px;
	margin-right:		0px;
    padding-left:       25px;
    padding-right:      0px;
}
#news h1 span {
	 display:			none;
}
#news h1 img {
	float:				right;
	padding:			7px 15px 0 0;
}

#news .title {
	height:				21px;
	background:			url(/img/feuille.jpg) no-repeat;
	padding:			1px 0px 15px 30px;
	font:				bold 14px verdana,helvetica,arial,sans-serif;
	color:				#800000;
}
#newsresult .title {
	margin:				10px 0 0 0;
	font:				bold 12px verdana,helvetica,arial,sans-serif;
	color:				#800000;
}
#news .cat {
	position:			relative;
	margin:				-18px 0 10px 30px;
	padding:			0;
}
#newsresult .cat {
	position:			relative;
	margin:				0 0 10px 0;
	padding:			0;
}
.left{
	float:				left;
}
#news a:link,
#news a:active,
#news a:visited,
#news a:hover,
#newsresult a:link,
#newsresult a:active,
#newsresult a:visited,
#newsresult a:hover {
	font:		 		bold 11px verdana,arial,helvetica,sans-serif;
	color:				#800000;
	text-decoration:	none;
}
#news a:hover,
#newsresult a:hover {
	text-decoration:	underline;
}
#news .cat a,
#newsresult .cat a {
	font:		 		normal 10px verdana,arial,helvetica,sans-serif;
	color: 				#800000;
}
#newsresult .pages {
	text-align:			center;
} 
#newsresult .pages * {
	padding:			0 6px 0 0;
} 
#newssearch input,
#newssearch select {
	border:				1px solid #A1A19E;
	background-color:	#EFF8CF;
	color:				#000000;
	padding:			1px;
	width:				100%;
}
#newssearch input.button {
	cursor:				pointer;
	padding:			0px;
	font-weight:		bold 12px verdana,arial,helvetica,sans-serif;
	color:				#000000;
	background-color:	#D2B48C;
	float:				right;
	width:				auto;
}