@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #700e2f;
}

legend {
	font-size: 10px;
}

#main {
	background-color: #fff;
	width: 760px;
	margin: 0px auto;
}
#logo {
	padding: 10px 15px;
}
.under {
	clear: both;
	height: 1px;
}
#menu {
	padding-left: 13px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
#menu li { 
	float: left;
	display: block;
	padding-left: 1px;
}
#menu img {
	border: 0px;
}
#menu_bottom {
	clear: both;
	text-align: center;
	color: #d1ab67;
	font: normal 10px/20px verdana, arial, trebuchet MS;
	padding: 0px;
	margin: 0px;
}
#menu_bottom a {
	color: #d1ab67;
	text-decoration: none;
}
#menu_bottom a:hover {
	text-decoration: underline;
}
#title span {
	float: left;
}
#title div {
	float: right;
	width: 380px;
}
#title a {
	color: #511b2d;
	font: bold 10px verdana, arial, trebuchet MS;
	text-decoration: none;
}
#title a:hover {
	text-decoration: underline;
}
#title2 span {
	float: left;
}
#title2 div {
	float: right;
	width: 250px;
	color: #511b2d;
	font: bold 10px verdana, arial, trebuchet MS;
}
#info {
	padding-left: 15px;
}
#ent_text {
	background-image: url(../images/bg_texte.jpg);
	padding: 1px 10px;
	width: 460px;
	color: #511b2d;
	font: normal 12px verdana, arial, trebuchet MS;
	float: left;
}
#ent_text p {
	margin: 10px 0px;
}
#ent_text img {
	float: left;
	border: 2px #b6a780 solid;
	margin: 10px 10px 10px 0px;;
}
#ent_text a {
	color: #511b2d;
}
#ent_full {
	clear: both;
	background-image: url(../images/bg_texte.jpg);
	padding: 10px 10px;
	width: 710px;
}
#ent_full div {
	text-align: center;
	margin-bottom: 10px;
}
#ent_full img {
	border: 2px #b6a780 solid;
}
#ent_photo {
	float: right;
	padding-right: 15px;
}
#projets_liste {
	float: left;
	width: 480px;
	color: #511b2d;
	font: normal 12px verdana, arial, trebuchet MS;
}
#projets_list p {
	margin: 10px 0px;
}
.projets_item {
	background-image: url(../images/bg_texte.jpg);
	margin-bottom: 10px;
}
.projets_item span {
	float: left;
	padding: 10px;
}
.pj_it_ph {
	float: right;
	text-align: center;
	margin: 10px 10px 0px 0px;
}
.projets_item img {
	border: 2px #b6a780 solid;
}
.projets_item a {
	color: #511b2d;
	font: bold 12px verdana, arial, trebuchet MS;
	text-decoration: none;
}
.projets_item a:hover {
	text-decoration: underline;
}
.projets {
	width: 460px;
	color: #511b2d;
	font: normal 12px verdana, arial, trebuchet MS;
	background-image: url(../images/bg_texte.jpg);
	padding: 10px;
}
.projets img {
	border: 2px #b6a780 solid;
}
.projets img:hover {
	cursor: pointer;
}
#projets_desc {
	float: right;
	margin-right: 15px;
	padding: 0px 10px;
	background: url(../images/bg_texte.jpg) repeat-x;
	width: 215px;
	color: #511b2d;
	font: normal 10px verdana, arial, trebuchet MS;
	display: inline;
}
#projets_desc p {
	margin: 10px 0px;
}
#projets_desc img {
	padding: 10px 0px;
}
#projets_desc a {
	color: #511b2d;
	text-decoration: underline;
}
.img_maison {
	width: 300px;
}
.img_maison2 {
	width: 455px;
}
.carte_acces {
	width: 215px;
	text-align: center;
	color: #511b2d;
	font: normal 10px verdana, arial, trebuchet MS;
}
.carte_acces  img {
	width: 215px;
}
.link_plan {
	color: #511b2d;
	text-decoration: underline;
	cursor: pointer;
}
table#contact tr {
	height: 40px;	
}
table#contact td {
	vertical-align: top;	
}