/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica;
}

a img {
	border:none;
}
/* Mise en page des Div */
#entete {
	display:none;
	height:100px;
	text-align:center;
}
#conteneur {
	background-image:url(../images/entete_print.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	width:675px;
	background-color: #FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#panneau_gauche {
	display:none;
}

#milieu {
	margin-top:75px;
	font-family: "Palatino Linotype", Tahoma;
	padding-bottom:5px;
	color:#000000;
}
#fiche_entete {
	height:190px;		
}
#fiche_photos {
	text-align:center;
	margin-top:5px;
}
.fiche_fotos {
	margin:5px 5px 5px 5px;
}
#fiche_detail {
	font-family: Tahoma, Arial, sans-serif;
	font-size:0.8em;
	text-align:left;
}
#fiche_detail ul{
	float:left;
}
#fiche_detail li{
	list-style-image:none;
}
#fiche_prix {
	text-align:center;
	width:200px;
	font-size:1.5em;
	font-family:georgia, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:auto;
}
#foot {
	display: none;
}
/* Fin Mise en page des Div */

/* Textes + Liens */
.centre { 
	text-align:center;
}
.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.justify {
	text-align:justify;
}
.petit {
	font-size:0.8em;
}
.tres_petit {
	font-size:0.7em;
}
.gras {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.red {
	color:#990000;
}
.white {
	color:#FFFFFF;
}
.left {
	float:left;
}
.titres {
	text-align:center;
	font-size:1em;
	color:#990000;
}
#indisponible {
	text-align:center;
	font-size:1.2em;
}
#fiche_titre {
	margin-top:10px;
	font-size:1.3em;
	line-height:1.5em;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fiche_ville {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1em;
}
#fiche_comment {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
}
#fiche_description {
	text-align:center;
	font-weight: bold;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
#navigation_fiche a{
	color:#000000;
	text-decoration:none;
}
#navigation_fiche a:hover{
	color:#990000;
	text-decoration:none;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#990000;
	text-decoration:underline;
}
/* Fin Textes + Liens */

/* Images */
.marge_photo {
	margin:10px;
}
.bordure{
	border:1px solid #000000;
}
.img_centre {
	margin-left:auto;
	margin-right:auto;
	display: none;
}
#photo_pano {
	border: 1px solid #000000;
	margin-left:5px;
}
#photo_mail {
	display:none;
}
.list {
	list-style-image:url(../images/list.gif);
}
.xiti {
	margin-left:55px;
}