/* Format du corps du site */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/* background-color: #630; */
	background-color:beige;
}

/* Format du conteneur principal du site */
#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

/* Format de la section centrale de la page index */
#centre-index {
	background-color:beige;
	padding: 20px;
	border: solid #000 1px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 0.9em; */
}

/* Format de la section centrale de la page avec articles */
#centre-bio {
	background-color:beige;
	padding: 20px;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Format de la section centrale de la page avec articles */
#centre-vendress {
	background-color:#FFF;
	padding: 20px;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Format de la section centrale de la page a vendre */
#centre-vendre {
	background-color: transparent;
	border: solid #000 1px;
	height: 420px;
	width: 100%;
	overflow: auto;
}

#centre-slideshow {
	background-color: transparent;
	border: solid #000 0px;
	height: 680px;
	width: 100%;
	overflow: none;
}

/* Format de la section pied de page */
#pied { 
	margin-bottom: 5px; 
	color: #000;
	background-color:beige;
	border-style: none;
}

/* Format du texte de la section pied de page */

/* Format de la section des textes descriptifs (bio.php) */
#bio-body {
	background-color: transparent;
	padding: 20px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Format de position des images a vendre */
#contur {
	background-color:#FFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 10px;
	padding: 20px 20px 20px 50px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

/* Format de la premiere ligne dans les textes descriptifs */
#fliners {
	color: #F60;
	font-variant: small-caps;
	font-size: 12px;
	text-decoration:none;
}