
#annonces{
	margin-left:670px;
	margin-bottom:10px;
}
#annonces ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:30px;
}
#annonces ul li{
	padding:5px;
	border-left-width:6px;
	border-left-style:solid;
	margin-bottom:5px;
}
#annonces ul li:hover{
	background-color:#EEE;	
}
#annonces ul li a{
	text-decoration:none;
	padding-left:10px;
	color:#666;
}
#annonces ul li a:hover{
}
#annonces ul li a span{
	display:none;
}

#annonces .hover{
	border-bottom:3px #000 solid;
	font-weight:bold;
}
#annonces ol .hover{
	border-left-width:6px;
	border-bottom:0;
}
#annonces ul ol{
	list-style:none;
	margin:0;
	padding-left:10px;
}
#annonces ul ol li{
	border-width:1px;
	font-size:0.9em;
}

#annonces .immo{
border-color:#039;
}
#annonces .achat{
border-color:#900;
}
#annonces .animaux{
border-color:#FF6;
}
#annonces .auto{
border-color:#300;
}
#annonces .emploi{
border-color:#C00;
}
#annonces .services{
border-color:#F60;
}
#annonces .autre{
border-color:#3C0;
}
#annonces .rencontres{
border-color:#F99;
}

#last_annonces{
	display:none;
}


/*

ANNONCES

*/




#sort{
	text-align:right;	
}

.annonce_show{
	width:600px;
	height:150px;
	margin-top:10px;
	margin-bottom:10px;
	border:2px #CCC solid;
}
.annonce_show:hover{
	color:#036;
	border-color:#000;
	background-color:#E8E8E8;
	cursor:pointer;
}
.annonce_show .annonce_show_info{
	border-bottom:1px #000 solid;
	background-color:#F3F3F3;
	padding:5px;
	background-image:url(../images/date.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:3px 3px;
	height:15px;
}
.annonce_show .annonce_show_info h1{
	margin:0;
	float:left;
	font-size:0.7em;
}

.annonce_show .annonce_show_info h1 a{
	text-decoration:none;
	color:#000;
}
.annonce_show .annonce_show_info h1 span{
	display:block;
	width:100px;
	float:left;
	font-weight:normal;
}
.annonce_show .annonce_show_info h2{
	margin:0;
	font-weight:normal;
	text-align:right;
	font-size:0.7em;
	
	background-image:url(../images/location.png);
	background-repeat:no-repeat;
	padding-right:20px;
	background-position:right;
}

.annonce_show p{
	clear:both;
	margin:0;
	padding:5px 30px 5px 10px;
	font-size:0.8em;
	text-align:justify;
}
.annonce_show p img{
	display:block;
	float:left;
	margin:5px;
	margin-right:15px;
}

/*
annonces unique
*/

#events #tout{
	position:relative;	
}
#events .titre{
	background-image:url(../images/news_div.png);
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:1px #CCC solid;
	height:26px;
	padding-top:0px;
	margin-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
}
#events #date{
	background-image:url(../images/date.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:300px;
	margin-bottom:30px;
	position:absolute;
	top:3px;
	right:0;
	font-family:Tahoma, Geneva, sans-serif;
}
#events #texte{
	padding:0 100px 20px 50px;
}
#events #email{
	margin:20px;	
}
#events #tel{
	margin:20px;	
}

	#gallery ul { list-style: none; padding:0;}
	#gallery ul li { display: inline;margin-right:10px;}
	#gallery ul img {
		border: 5px solid #E1E1E1;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #000000;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

