@charset "utf-8";
/* DEFINITIONS GENERALES */

* 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body 
{
	width: auto;
	min-width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #3b3b3d;;
	color: #B7B7B7;
}

body a
{
	color: #B7B7B7;
}

body img
{
	border: 0;
}

/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video 
{
	max-width: 100%;
}

/* conserver le ratio des images */

img
{
	height: auto;
}

/* gestion des mots longs */

textarea, table, td, th, code, pre, samp
{
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

code, pre, samp 
{
	white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
}

/* HEADER */

#header
{
	height: 100px;
	width: 100%;
	background-image: url(/imgs/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
}

/* INDEX */

h1
{
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	font-size: 1.5em;
	padding: 0px 10px 20px 10px;
}
	
#texte_index
{
	margin: 0 auto;
	max-width: 500px;
	text-align: justify;
	font-size: 1em;
	padding: 0px 10px 20px 10px;
}

#appartements
{
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	padding: 0px 10px 20px 10px;
}

#appartements img
{
	margin-bottom: 10px;
}

/* FOOTER */

#footer
{
	text-align: center;
}

.telephone
{
	font-size: 0.8em;
	padding: 0px 10px 10px 10px;
}

.copyright
{
	font-size: 0.6em;
	padding: 0px 10px 10px 10px;
}	

/* DIAPORAMA */

.bss-slides figure
{
	margin: 0;
}

.retour
{
	text-align: center;
}

/* REFERENCEMENT / MENTIONS LEGALES / ASSURANCE */

#autrespages
{	
	margin: 0 auto;
	max-width: 500px;
	padding: 0px 10px 20px 10px;
}

#autrespages h1
{
	padding: 0;
	text-align: left;
	font-size: 1.5em;
}

#autrespages h2
{
	font-size: 1.2em;
}

#autrespages p
{
	font-size: 1em;
}

/*body:before {
	content: "Version mobile du site";
	display: block;
	text-align: center;
	font-style: italic;
	color: #777;
}*/