@import "jmhimmo.css";
@import "lightbox.css";

a:hover
{
	text-decoration: none;
}

a img
{
   border: none;
}

/*Corps*/
#body
{
	width: 805px;
	font-family: Arial, "Arial Black", Verdana, serif;
	font-size: 0.75em;
	height: 100%;
}

#body a
{
	color: #e74343;
}

/*Annonces*/
.annonce
{
	border: 1px solid black;
	background-color: #ededed;
	padding: 15px;
	margin: 5px;
	margin-bottom: 10px;
}

.annonce_titre
{
	margin: 0px;
	border-bottom: 2px solid black;
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
}

/*Classes Divers*/
.titre
{
	font-family: Arial, "Times New Roman", "Arial Black", Verdana, serif;
	border-bottom: 1.5px solid #7b497b;
	font-size: 15px;
	text-align: left;
	text-indent: 7px;
}

.ident
{
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	margin-left: 20px;
	background-color: #c6e2c7;
	text-align: center;
	position: relative;
}

.logo
{
	float: right;
}

h4
{
	font-size: 12px;
}

h3
{
	font-size: 14px;
}