* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(../images/fond-html.jpg);
	background-repeat: no-repeat;
	background-position: center 170px;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-image: url(../images/fond-bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	color: #333333;
	line-height: 1.3em;
}
a {
	text-decoration: underline; color: #0066CC; font-weight: bold;
	cursor: pointer;
}
a:hover {
	background: none;
	color: #FF1000;
}
.clr {
	clear: both;
}
img {
	border: 2px solid #FFFFFF;
}

p {
	margin: 0px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 4px; padding-left: 0px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;	
	text-align: center;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 150%;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 140%;
	margin-bottom: 3px;
	margin-top: 8px;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 100%; letter-spacing: 0em;
}
b {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clr {
	clear: both;
    float: Aucune;
    font-size: 0; line-height: 0;
    height: 0;	
}
.petit {
	font-size: 85%;
	letter-spacing: 0em;
}
.gras-rouge {
	font-size: 110%;
	font-weight: bold;
	color: #EF0101;
	letter-spacing: -0.05em;
}
ul, ol {
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 22px;
	margin-left: 10px;
}
li {
	list-style-image: url(../images/pouce.png);
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.photo-deux {
	padding-top: 5px;
	padding-bottom: 5px;
}
.photo-deux .gauche {
	margin-right: 4px;
}

.photo-gauche {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #94A8C1;
}
.photo-droite {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #93A7C2;
}
.sans {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#bandeau {
	height: 170px;
}

#menu-ani {
	margin-bottom: -5px;
	background-color: #FFFFFF;
}
#contenu {
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	z-index: 10;
	padding-bottom: 0px;
	height: 570px;
}
#menucont {
	float: right;
	width: 450px;
	height: 60px;
}
#menucont #menu {
	position: absolute;
	margin-top: -80px;
	z-index: 100;
}



/*#contenu {
	height: 30em; /*hauteur mini ie
}
html>body #contenu { /*hauteur mini tout sauf ie
	height: auto;
	min-height: 30em;
} */

#contenu-gauche {
	float: left;
	width: 465px;
	background-image: url(../images/fond-cont-gauche.jpg);
	height: 530px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contenu-gauche .cont {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	height: 480px;
	width: 425px;
	margin-top: 30px;
	margin-left: 25px;
	padding-right: 5px;
}
#appartements-menu {
	height: 45px;
}
#appartements-menu ul {
	margin: 0px;
	padding: 0px;
}
#appartements-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#appartements-menu a {
	float: left;
	height: 40px;
	width: 94px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#appartements-menu a:hover {
	background-position: 0px -40px;
}
#appartements-menu a.un {
	background-image: url(../images/appartements-menu-3.gif);
}
#appartements-menu a.deux {
	background-image: url(../images/appartements-menu-6.gif);
}
#appartements-menu a.trois {
	background-image: url(../images/appartements-menu-19.gif);
}
#appartements-menu a.quatre {
	background-image: url(../images/appartements-menu-20.gif);
}
#appartements-menu a.activ {
	background-position: 0px -40px;
}


#adresse {
	width: 180px;
	margin-left: 10px;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	background-color: #DBE3EE;
}

/*
#mycustomscroll {
/* Typical fixed height and fixed width example 
	width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute
	position: relative;
	margin: 0.3em auto;
	padding: 15px;
}
*/

.galerie {
	clear: both;
}
.galerie img {
	margin: 4px;
	float: left;
}
.galerie a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#contenu-droite {
	width: 440px;
	float: right;
	position: relative;
	height: 430px;
}
#liens-carrees {
	margin-top: 8px;
}

#liens-carrees img {
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	background-image: url(../images/fond-footer.jpg);
	height: 70px;
	padding-left: 60px;
	padding-right: 100px;
	letter-spacing: 0em;
	text-align: center;
}
#footer p {
	font-size: 11px;
	margin: 0px;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer ul {
	letter-spacing: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#footer a {
	font-size: 11px;
	color: #465773;
	padding-right: 10px;
	background-repeat: no-repeat;
	text-decoration: underline;
	letter-spacing: 0em;
	line-height: 12px;
	font-weight: normal;
	white-space: nowrap;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

