body {
	font-size: 0.9em;
	font-family: "Lucida Grande", arial, sans-serif;
	background-image:url(../images/light_noise_diagonal.png);
}

#page{
	margin-top:20px;
	margin-bottom:20px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 1px 1px 12px #555;
	min-width: 1000px;
	background-color: #C4D7ED;
}

#header{
	background-color:#183152;
	padding:15px;
}

.titre{
	color: rgb(0,167,230);
	font-size: 3em;
	text-shadow: 2px 2px 4px black;
}

.sous_titre{
	font-weight: bold;
	color: orange;
}

.menu{
	background-color:orange;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#183152;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	text-decoration:none;
}

#cadre{
	text-align:center;
	background-color: orange;
	padding:10px;
	width:auto;
	color: #183152;
	font-weight: bold;
}

#rechercher {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	color: #183152;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#resultats_de_la_recherche{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #183152;
	margin-right: 17%;
	margin-left: 17%;
}

#contenu {
	z-index: 0;
	display: inline-block;
	margin-right: 17%;
	margin-left: 17%;
	margin-top: 10px;
	position: relative;
	width:66%;
	margin-bottom:20px;
	min-height: 800px;
}
#photo_annonce{
	top: 0px;
	bottom: 0px;
	left: 0px;
	float: left;
	position: relative;
	display: inline-block;
	margin-width: 45px;
	width: 15%;
}

#corps_annonce {
	bottom: 0px;
	right: 0px;
	position: relative;
	display: inline-block;
	float: right;
	width: 82%;
}
.rubriques {
	font-weight:bold;
}
.nomprof
{
	font-weight: bold;
	color: #183152;
	font-size: 1.1em;
}

.matieres
{
	font-weight: bold;
	color: orange;
}
.villes
{
	font-weight: bold;
	color: #183152;
}

#footer{
	background-color:#183152;
	padding:20px;
	text-align:center;
	color:white;
	text-decoration:none;
}