@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Titre";
	src: url("fonts/gill-sans-mt-condensed.ttf") format("truetype");
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/fond-sabliere.jpg) repeat-x top center #4f3624;
	/*overflow: hidden;*/
}
html {
	/*overflow: hidden;*/
}
h2 { /* Titre principal */
	font-family: "Titre", Geneva, Arial, sans serif;;
	font-size: 2.5em;
	color: #422e1f;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
h3 { /* Titres infos supplémentaires */
	font-family: "Titre", Geneva, Arial, sans serif;
	font-size: 1.4em;
	color: #b88a69;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	/*background-image: url(images/sprite-pictos.gif);
	background-repeat: no-repeat;*/
	background-position: left;
	text-indent: 24px;
}
h4 { /* Titre actualités */
	font-family: "Titre", Geneva, Arial, sans serif;
	font-size: 2em;
	color: #b88a69;
	margin: 0 0 15px 0;
	padding: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.3em;
	color: #422e1f;
}
a img {
	border: none;
}


/* HEADER */
#header {
	position: relative;
	width: 940px;
	height: 69px;
	margin: 13px auto 0 auto;
	z-index: 50;
}

#header a.terre_de_rose {
	display: inline-block;
	float: left;
}

#langues {
	position: relative;
	float: left;
	padding-left: 10px;
	z-index: 100;
}
#langues input[type="submit"] {
	position: relative;
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-indent: -1000em;
	font-size: 0%;
	float: left;
	border: none;
	background-image: url(../images/sprite-langues.png);
	background-color: transparent;
	cursor: pointer;
}
#langues input[type="submit"].fr {
	background-position: 0 0;
}
#langues input[type="submit"].en {
	background-position: 0 -33px;
}
#langues input[type="submit"].fr:hover {
	background-position: -33px 0;
}
#langues input[type="submit"].en:hover {
	background-position: -33px 33px;
}

#sites_tdr {
	float: left;
	padding: 2px 0 0 16px;
}
#sites_tdr select {
	background-color: #5b402b;
	font-style: italic;
	color: #c8aa97;
	font-size: .6em;
	text-transform: uppercase;
	border: none;
	padding: 2px 2px 2px 5px;
	width: 220px;
}

img.eau_de_rose {
	position: absolute;
	top: 79px;
	right: -20px;
	z-index: 1;
}



/* NAV */
#nav {
	position: relative;
	width: 940px;
	height: 153px;
	margin: 0 auto;
	z-index: 100;
}

h1.logo {
	display: inline-block;
	float:left;
	margin: 45px 0 0 28px;
}

#nav ul {
	float: right;
	margin: 78px 0 0 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 92px;
	overflow: hidden;
	text-indent: -10000em;
	background-image: url(images/sprite-sabliere-menu.png);
	background-repeat: no-repeat;
}
#nav li a.presentation {
	background-position: 0 0;
	width: 74px;
}
#nav li a.presentation:hover {
	background-position: -113px 0;
}
#nav li a.galerie {
	background-position: 0 -92px;
	width: 97px;
}
#nav li a.galerie:hover {
	background-position: -113px -92px;
}
#nav li a.actualites {
	background-position: 0 -184px;
	width: 101px;
}
#nav li a.actualites:hover {
	background-position: -113px -184px;
}
#nav li a.information {
	background-position: 0 -276px;
	width: 94px;
}
#nav li a.information:hover {
	background-position: -113px -276px;
}
#nav li a.vente {
	background-position: 0 -368px;
	width: 113px;
}
#nav li a.vente:hover {
	background-position: -113px -368px;
}


/* CONTENU */
#contenu {
	position: relative;
	width: 940px;
	margin: 0 auto 20px auto;
	padding: 30px 0;
	background-color: #fff;
	z-index: 50;
}

#bandeau_images {
	width: 100%;
	height: 102px;
	overflow: hidden;
}
#bandeau_images div {
	width: 1300px;
}
#bandeau_images img {
	padding: 0 3px 0 0;
	margin: 0;
}

#content {
	float: left;
	width: 430px;
	padding: 30px 10px 0 30px;
}
#content img {
	float: left;
	padding: 0 10px 10px 0;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	list-style-position: inside;
	font-size: .8em;
	line-height: 1.3em;
	color: #422e1f;
}
#content a {
	color: #422e1f;
	font-weight: bold;
}
#content a:hover {
	color: #b88a69;
}
.infos_supplementaires {
	float: left;
	padding: 0 15px 0 15px;
	margin-top: 45px;
	width: 190px;
	border-left: 1px solid #f2e5dd;
}
h3.infos {
	background: url(images/picto-infos.gif) no-repeat left;
}
h3.actualite {
	background: url(images/picto-actualite.gif) no-repeat left;
}
h3.galerie {
	background: url(images/picto-galerie.gif) no-repeat left;
}
h3.pdf {
	background: url(images/picto-pdf.gif) no-repeat left;
}
h3.coordonnees {
	background: url(images/picto-coordonnees.gif) no-repeat left;
}
.infos_supplementaires p {
	color: #a57756;
}
.infos_supplementaires p strong, .infos_supplementaires p u {
	color: #422e1f;
}
.infos_supplementaires a {
	font-weight: bold;
	color: #422e1f;
	text-decoration: none;
	border-bottom: 1px dotted #422e1f;
}
.infos_supplementaires a:hover {
	color: #a57756;
	text-decoration: none;
	border-bottom: 1px dotted #a57756;
}
a.lien_rapide {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	background: url(images/fond-lien-rapide.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 10px 0 30px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	border: none;
}
a.lien_rapide:hover {
	color: #fff;
	background-image: url(images/fond-lien-rapide-hover.gif);
	border: none;
}
a.mini_galerie {
	display: inline-block;
	float: left;
	margin: 0 3px 3px 0;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: 1px dashed #fff;
}
a.mini_galerie:hover {
	border-color: #666;
}
a.mini_galerie img {
	min-height: 44px;
	max-height: 50px;
	min-width: 44px;
	max-width: 50px;
}


/* FOOTER */
#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#footer p {
	color: #fff;	
}
#footer a {
	color: #bb8e6c;
	text-decoration: none;
}
#footer a.lien_annexe {
	font-size: .8em;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
#footer strong {
	color: #bb8e6c;
	text-transform: uppercase;
}