/*################################
 GENERAL
#################################*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Verdana,"Trebuchet MS";
	font-size:12px;
	color:#545454;
	background-color:#f3f3f1;
}

a {
	color:#85b745;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.pied a,
.contenu_droite a {
	color:#85b745;
}

p {
	margin-bottom:10px;
}

.clear {
	clear:both;
	float:none;
}

ul {
	margin-bottom:10px;
}

ul li {
	list-style-position:inside;
	margin-left:15px;
}

.bloc {
	position:relative;
	margin-bottom:15px;
}

h4.titre_bloc {
	font-size:14px;
	margin-bottom:15px;
}

h3.titre_bloc {
	font-size:17px;
	margin-bottom:15px;
}

h2.titre_bloc {
	font-size:24px;
	margin-bottom:15px;
}

.bordure_ombre {
	border:10px solid #FFFFFF;
	background-color: white;
	behavior: url(/PIE.htc);
	-moz-box-shadow:0 0 8px #c9c9c7;
	-o-box-shadow:0 0 8px #c9c9c7;
	-weblit-box-shadow:0 0 8px #c9c9c7;
	box-shadow:0 0 8px #c9c9c7;
}

h4.titre_bloc {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

.couleur {
	color:#85b745;
}

/*################################
 CONTENEUR
#################################*/
.conteneur {
	position:relative;
	width:100%;
}

/*################################
 CONTENU
#################################*/

.contenu {
	position:relative;
	padding:40px;
	padding-bottom:0;
	width:900px;
	margin:0 auto;
	background-image:url(../images/fond_contenu.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:600px;
}


.bas_contenu {
	padding:20px;
	padding-top:0;
	width:940px;
	margin:0 auto;
	height:60px;
	background-image:url(../images/bas_contenuv2.png);
	background-repeat:no-repeat;
	background-position:top center;
	top:-140px;
} 


/*################################
 COLONNE DROITE
#################################*/

.contenu .colonne_droite {
	position:relative;
	width:870px !important;
	float:left;
	font-size:14px;
	margin-left: 15px;
}

div.bordure_ombre.bloc img {
	left: 4px;
	position: relative;
}

/*################################
 LOGO
#################################*/
a.logo {
	position:absolute;
	left:20px;
	top:8px;
	width:260px;
	height:64px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
}

a.logo h1{
	text-indent:-1000000px;
	display:block;
}

/*################################
 MENU
#################################*/
ul.menu {
	position:relative;
	margin-bottom:30px;
	height:34px;
}

ul.menu li {
	position:relative;
	list-style-type:none;
	margin-right:10px;
	float:right;
}

ul.menu li a {
	display:block;
	text-indent:-1000000px;
	background-repeat:no-repeat;
	background-position:center -34px;
	height:34px;
}

ul.menu li a:hover,
ul.menu li.act a {
	background-position:center top;
}

ul.menu li.index a {
	width:90px;
	background-image:url(../images/bt_accueil.png);
}

ul.menu li.timelapse a {
	width:102px;
	background-image:url(../images/bt_timelapse.png);
}

ul.menu li.visiteVirtuelle a {
	width:159px;
	background-image:url(../images/bt_visite_virtuelle.png);
}

ul.menu li.panoramaHD a {
	width:120px;
	background-image:url(../images/bt_panorama_hd.png);
}

ul.menu li.contact a {
	width:87px;
	background-image:url(../images/bt_contact.png);
}

/*################################
 ENTETE
#################################*/
.entete {
	position:relative;
	width:980px;
	height:69px;
	margin:0 auto;
}

.entete h2.titre {
	position:absolute;
	width:510px;
	height:60px;
	right:20px;
	top:35px;
	background-image:url(../images/titre.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-1000000px;
}

.entete h3.lieu {
	position:absolute;
	width:510px;
	height:25px;
	right:20px;
	top:5px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}

/*################################
PIED
#################################*/
.pied {
    position: relative;
	width:900px;
	height:25px;
	background-image:url(../images/fond_pied.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	top:-10px;
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
	padding-bottom:25px;
	font-weight:bold;
	font-size:12px;
}

.pied 	a {
	color:#545454;
}

.pied 	a.act {
	color:#85B745;
}

.pied .facebook {
	position:absolute;
	height:25px;
	width:350px;
	text-align:right;
	right:35px;
	top:25px;
}

/*################################
FORMULAIRE RECHERCHE
#################################*/

.formulaire_recherche {
	position:absolute;
	right:10px;
	top:10px;
	background-image:url(../images/fond_formulaire_recherche.png);
	background-repeat:no-repeat;
	background-position:center;
	width:220px;
	height:31px;
}

.formulaire_recherche input[type=text]{
	position:absolute;
	background:#FFFFFF;
	border:0;
	width:109px;
	height:21px;
	left:73px;
	top:5px;
}

.formulaire_recherche input[type=submit]{
	position:absolute;
	background:#FFFFFF;
	border:0;
	width:27px;
	height:21px;
	left:183px;
	top:5px;
	background:transparent !important;
	text-indent:-1000000px;
	cursor:pointer;
}

h2.art-postheader {
	margin-bottom: 20px;
}