@import "contact.css";

#content2 .fond {
	width: auto;
	}
	
.temoinage {
	background: #e8dbb1;
	padding: 10px 20px 5px 20px;
	border-bottom: 1px dashed #B1AA6D;
	}
.temoinage .nom {
	font-weight: bold;
	display: inline;
	}
.temoinage .date {
	font-size: 11px !important;
	display: inline;
	color: #c1001d !important;
	}
.temoinage .text {
	font-size: 12px !important;
	line-height: 160% !important;
	}
.alt {
	background: #f3f1d2 !important;
	}
	
h3.heading {
	width: 500px;
	}
	
#resultats {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}
.loading {
	background: url("../../templates/media/loading.gif") 50% 50% no-repeat;
	}
	
.switch {
	float: right;
	text-align: right;
	margin: 2px 0;
	}
.switch a {
	margin: 0;
	font-size: 12px;
	line-height: 170%;
	font-weight: bold;
	}
a.active {
	color: #f3f1d2;
	cursor: text;
	text-decoration: none;
	}
	
.div_presse p {
	background: url("../../templates/media/pdf.gif") 0 5px no-repeat;
	padding-left: 22px;
	}
span.date {
	padding: 0 10px;
	font-size: 11px;
	color: #f3f1d2;
	}
	
#pagination {
	text-align: center;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: #f3f1d2;
	margin: 15px auto 0 auto;
	}
#pagination a {
	padding: 3px 4px;
	color: #43461f;
	margin: 3px;
	}
#pagination a:hover {
	color: #f3f1d2;
	}
#pagination .current {
	background: #e1dfc1;
	padding: 3px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	color: #333421;
	}
#pagination .prev {
	margin-left: 15px;
	margin-right: 10px;
	}
#pagination .next {
	margin-left: 10px;
	margin-right: 15px;
	}