body
{
    background-color: #ffffff;
    width: 779px;
    margin: auto;
    margin-top: 20px;
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.9em;
}

#title
{
   width: 251px;
   height: 39px;
   background-image: url("images/logo.jpg");
   float:left;
}

#menu
{
   width: 528px;
   height: 39px;
   float:right;
   background-image: url("images/menu.jpg");
   background-repeat:no-repeat;
}

#header
{
   width: 766px;
   height: 131px;
   background-image: url("images/header.jpg");
   background-repeat:no-repeat; 
   float:right; 
}

#corps
{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width:766px;
	background-color: #ffffff;
    position:absolute;
    top: 190px;
    left:auto;
    margin-left:12px;
}

p#corps
{
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

#top
{
   width: 233px;
   height: 39px;
   background-image: url("images/top.jpg");  
   float:right;
}

/******TABLEAU******/

td {
	text-align: center;
	vertical-align: top;
}

td ul {
	text-align: left;
	margin-top: 20px;
}

td img {
	padding: 10px;
}


th
{
	background-color: #B22222;
	color: White;
}

.liste {
	color: White;
	background-color: #B22222;
}

.liste_image {
	height: 68px;
	width: 122px;
}

.liste_id {
	background-color: #B22222;
	color: White;
	width: 60px;
	float: left;
	font-weight: bold;
	text-align: center;
}

.liste_prop {
	
}

.liste_note {
	
}

.liste_visite {
	font-weight: bold;
	font-size: 1.2em;
}

.liste_info {
	width: 600px;
	text-align: left;
}

.table {
	width: 100%;
    margin-top: 20px;
}

/******FIN DU TABLEAU******/


.titre {
	border-bottom-style: dotted;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	border-bottom-width: 1px;
	font-size: 1.3em;
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-indent: 25px;
}

.rouge {
	color: Red;
	font-weight: bold;
	text-align: center;
}

.marge_15px {
	margin-left: 15px;
}

.align_droite {
	text-align: right;
	padding-right: 30px;
}

.id {
	width: 30px;
}

.proprietes {
	width: 150px;
}

.a_vendre {
	background-color: #00FB02;
	width: 70px;
}

.vendu {
	background-color: Red;
	width: 70px;
	color: White;
}

.region {
	width: 150px;
}

.note {
	width: 280px;
}

.bold {
	font-weight: bold;
	font-size: 1.5em;
}

.bordure2 td {
	border: 1px solid #B22222;
}

.bordure
{
    text-align: center;
}

.bordure td {
	border: 1px solid #B22222;
}

a {
	color: #B22222;
}

a:hover {
	color: #FFD700;
}

a img {
	border: none;
}

img
{
    border: none;
    margin: 0;
}

/******MENU******/


ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 60px ;
	line-height: 32px ;
	color: #000 ;
	text-decoration: none ;
	background: url(images/menu/accueil.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

ul#menu2
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu2 li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu2 li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 60px ;
	line-height: 32px ;
	color: #000 ;

	text-decoration: none ;
	background: url(images/menu/accueil.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

