body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-size: 95%;
	min-width:1024px;
}

p {
	color: #3b2e23;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: lighter;
	text-shadow: 0 1px 1px #333;
}

h2 {
	color: #14100C;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #FFFEC1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	transition: color 200ms linear;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
}
a:hover {
	color: #251D16;
	margin: 0px;
	padding: 0px;
	transition: color 200ms linear;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
}
ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
li {
	color: #3b2e23;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	margin: 0px;
}

select {
	color: #3C2E25;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 1px solid #FFF;
	cursor:pointer;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
input, textarea {
	color: #3C2E25;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 1px solid #FFF;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
input#envoyer {
	color: #FFF;
	background-color: #8C7771;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input#envoyer:hover, input#envoyer:focus {
	color: #fff;
	background-color: #3B2D25;
	cursor:pointer;
}
input#fermer {
	color: #666;
	background-color: #FFF;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input#fermer:hover, input#fermer:focus {
	background-color: #CCC;
	cursor:pointer;
}
input[default="true"] {
	background-color: #4A7095;
}
input[type="radio"], input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
input[readonly="readonly"] {
	background-color: #CCC;
}
input[type="text"] {
	width: 250px;
}
input:focus, textarea:focus, select:focus {
	border: thin solid #3B2D25;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

label {
	cursor:pointer;
}
label:hover {
	color: #4A7095;
}
fieldset {
	border:1px solid #FCF8DC;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
legend {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#header {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#logo {
	background-image: url(images/Logo-maisons-du-vallon.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 128px;
}
#couronne {
	background-image: url(images/logo-couronne.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 312px;
	padding-bottom: 0px;
}

#homeliday {
	background-image: url(images/footer-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#homeliday ul {
	margin: 0px;
	padding: 0px;
}
#homeliday li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	background-image: none;
	font-variant: small-caps;
}
#homeliday li a {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #251D16;
	padding: 4px;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
#homeliday li a:hover {
	background-color: #E4DDCD;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
#homeliday li.select a {
	background-color: #FFF;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
 }

#bandeau {
	width: 100%;
	background-image: url(images/bg-bandeau.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCF8DC;
	border-bottom-color: #FCF8DC;
	padding-top: 35px;
	margin: 0px;
}
#boxgrid {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#conteneur {
	width: 100%;
	padding: 20px;
	background-image: url(images/bg-bandeau.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCF8DC;
	border-bottom-color: #FCF8DC;
}
#contenu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#pied {
	width: 950px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 0.8em;
	text-align: center;
	background-image: url(images/footer-top.png);
	background-repeat: no-repeat;
	background-position: center -30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#situation {
	padding: 5px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

#galerie tr {
	height: 100px;
	background-color: #FFFFFF;
}

#galerie td {
	height: 90px;
	margin: 0px;
	line-height: 0px;
	text-align: center;
	width: 125px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#galerie td:hover {
	cursor: pointer;
	background-color: #3B2E25;
}
.gras {
	font-weight: bold;
}
.none {
	display: none;
}
.vignette {
	border: 15px solid #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgaleatoire {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #655447;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.edito {
	font-family: "Segoe UI", "trebuchet MS", Arial;
	text-shadow: 0.1em 0.1em 0.5em #333;
	line-height: 28px;
	color: #FFF;
	margin-top: 20px;
	font-size: 1em;
}
#galerie a {
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
#galerie img {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	border: 1px solid #655447;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);  
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}
#galerie img:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}
.boxgrid {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	background-color: #1A313C;
	padding: 0px;
	text-align: left;
	margin: 0px;
	border: 1px solid #655447;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.boxgrid:hover {
	cursor: pointer;
}
.boxgrid h2 {
	font-size: 1em;
	color: #FFF;
	padding-left: 10px;
	padding-bottom: 10px;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	color:#FFFEC1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 200px;
	width: 100%;
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	top: 202px;
	left: 0;
}
.caption .boxcaption {
	top: 150;
	left: 0;
}
#contact {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	position: fixed;
	top: 0px;
	right: 0px;
}
#contact:hover {
	cursor:pointer;
}
#bandeau #boxgrid a {
	float: right;
}
#bandeau #boxgrid .edito {
	font-size: 1.2em;
	line-height: 1.5em;
}
