@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body{
	font-size:16px;
	margin:auto;
	width:763px;
	height:100%;
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat;
	font-family:Georgia,"Times New Roman",Times,serif;
}

h1{
	color:#754C24;
	font-weight:bold;
	text-decoration:none;
	padding-left:25px;
}

h2{
	color:#754C24;
	font-weight:bold;
	text-decoration:none;
	padding-left:25px;
}

h3{
	color:#754C24;
	font-weight:bold;
	text-decoration:none;
	padding-left:25px;
}

a{
	color:#754C24;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#754C24;
	font-weight:bold;
	text-decoration:underline;
}

img{
	color:#754C24;
	border:#754C24 1px solid;
}

#main{
	margin:auto;
	width:763px;
	background-color:transparent;
	background-image: url(../images/bkg_main.png);
	background-repeat:repeat-y;
}

#header{
	width:763px;
	height:313px;
	margin:0;
	padding:0;
}

	#headerTop{
		width:763px;
		height:226px;
		margin:0;
		padding:0;
		background-image:url(../images/bkg_header.png);
		background-repeat:no-repeat;
	}
	
	#menu{
		width:763px;
		height:46px;
		margin:0;
		padding:0;
		background-image:url(../images/bkg_house1.png);
		background-repeat:no-repeat;
	}
		#menu img{
			border:none;
		}
	
		#menuAccueil{
			padding-left:333px;
			width:81px;
			height:46px;
			float:left;
		}
		
		#menuSavF{
			width:125px;
			height:46px;
			float:left;
		}
		
		#menuReal{
			width:125px;
			height:46px;
			float:left;
		}
		
		#menuContacts{
			width:99px;
			height:46px;
			float:left;
		}
	
	#ssMenu{
		width:763px;
		height:41px;
		margin:0;
		padding:0;
		background-image:url(../images/bkg_ssMenu.png);
		background-repeat:no-repeat;
	}

#content{
	width:763px;
	height:510px;
	display:none;
}

	#content p{
		padding:5px 5px 5px 20px
	}


#navigation {
	margin: 0 ;
	padding: 25px 0 0 0;
	list-style: none ;
	text-align:center;
}

#navigation li {
	display: inline ;
	color: #754C24;
	font-weight:bold;
	padding-right:7px;
	font-variant: small-caps;
}
	
#frmContact{
	width:360px;
	padding-left:20px;
}

#frmContact input {
	border:1px solid #754C24;
	width:235px;
}

#frmContact textarea {
	border:1px solid #754C24;
	width:235px;
}

#footer{
	width:763px;
}

	#footer p{
		font-size:10px;
		text-align:center;
		color:#754C24;
	}

.rubrik{
	display:none;
}

.divGalery{
	display:none;
}

.galery{
	margin: 0 ;
	padding: 15px 10px 0 0;
	list-style: none ;
	text-align:center;
}

.galery li{
	display:inline;
}

