/* ELEMENTS HTML */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
    margin: 0;
	padding: 0;
	vertical-align: middle;
}

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 11px;
	width: 1000px;
}

/* FIN ELEMENTS HTML */

/* DIVISIONS GENERALES */

#haut {
	display:none;
}

#fondSite {
    visibility:hidden;
}

#contenu {
	width: 1000px;
	margin: 0px;
	padding:0px;
}

#bas {
	visibility: hidden;
}

#footer {
	visibility:hidden;
}

.footer {
	visibility:hidden;
}

#gauche {
	width: 100px;
	visibility: hidden;
}

#droite {
	visibility: visible;
	width: 750px;
	margin: 45px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border:#000 solid 2px;
}

#services {
	display:none;
}


/* FIN DIVISIONS GENERALES */

/* MENUS */

/* Menu colonne gauche */
#menu {
	visibility:hidden;
}

/* ELEMENTS COMMUNS */

a.lien-blanc, a.lien-blanc:hover {
	color: white;
}

.overflowed {
	overflow: hidden;
}

/* FIN ELEMENTS COMMUNS */


/* MODULES */

/* ANNONCES */
#Annonce {
	width:700px;
	background-color:#0581C7;
	color:#000;
}

#Annonce .checkbox {
	font-family: arial;
	font-size: 12;
	color: black;
	border:0px solid black;
}

.ConteneurPhotoPrincipale {
	width:450px;
	float: left;
}

.ConteneurFavoris {
	display:none;
}

.ConteneurCaracteristiques {
	border: #0581C7 solid 2px;
	margin-top: 6px;
	padding:5px;
	width: 220px;
	float: left;
}

#Annonce div.titre {
	margin: 2px;
	color: #fff;
	background-color:#0581C7;
	text-align: left;
	font-weight: bold;
}

.ConteneurCaracteristiques div.titre{
	padding: 2px 2px;
	width:95%;
	font-size: 12px;
}

.ConteneurLocalisation div.titre{
	padding: 1px 2px;
	width:200px;
	font-size: 11px;
}

.ConteneurDescription div.titre{
	padding: 1px 2px;
	width:200px;
	font-size: 11px;
}

.ConteneurDescription div.titre{
	padding: 1px 2px;
	width:200px;
	font-size: 11px;
}

.ConteneurCaracteristiques th{
	text-align:left;
	padding: 1px;
	color:#000;
	font-size:11px;
	font-weight: bold;
}

.ConteneurCaracteristiques td{
	color:#000;
	font-size:12px;
}

.ConteneurCaracteristiques tr:hover th, tr:hover td{
	color:#ffffff;
	font-weight: bold;
	background-color: #0581C7;
}

.ConteneurPhotosAutres {
	clear:both;
	width: 700px;
	height: 160px;
	margin: auto;
	white-space: nowrap;
	overflow: auto;
	text-align:center;
}

.ConteneurDescription {
	width:700px;
}

.ConteneurLocalisation {
	width:700px;
}

.tabnav {
	display:none;
}
