/*****************************************************
              Style global de la page
******************************************************/
* {
	margin: 0;
	padding: 0;
	font-family:Myriad, Tahoma, arial, verdana;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color:#fff;
	background-image: url("../images/fondvert.gif");
	text-align:center;
}

#chateau {
	width:880px; 
	border:0;
	margin-left:auto;
	margin-right:auto;
}

.header{
	background-image: url("../images/header.jpg"); 
	width:880px; 
	height:372px;
	vertical-align:top;
	text-align:right;
}

.main{
	background-image: url("../images/main.jpg"); 
	width:880px; 
	height:464px;
	vertical-align:top;
	padding-left:65px;
	padding-right:55px;
	text-align:justify;
	padding-bottom:20px;
}

.footer {
	background-image: url("../images/footer.jpg"); 
	width:880px; 
	height:72px;
}

#menu {
	float:left;
	width:150px;
	height:450px;
	/*border:1px solid #000;*/
}

#photos {
	float:right;
	width:230px;
	/*border:1px solid #000;*/
	padding-left:10px;
	text-align:center;
}

#photos img{
	margin-bottom:9px;
}

.photostop img{
	margin:5px;
}

.noborder {
	border:0;
}


a {
	text-decoration: none;
	color:#7b2703;
}

a:hover {
	text-decoration: underline;
	color:#4d4d24;
}

a img {
	border: 0;
}

h1 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:17px;
	background-image: url("../images/h1.png") ; 
	background-position: 361px bottom ;
	background-position: center bottom  ;
	background-repeat:no-repeat;
	height:50px;
	width:80%;
	/*background-color:#ff0123;*/
	text-align:center;
	float:left;
}

h2 {
	font-size:15px;
	text-decoration: underline;
	margin-bottom:10px;
	color:#4d4d24;
}

.lien {
	float:left;
	margin:11px;
	
}

#lang {
	border:none;
	margin: 330px 40px 0 0;
}

#lang img {
	border:none;
	margin: 0 5px 0 5px;
}
/*
		- Clearer -
 utiliser comme ceci; <div id="clearer">&nbsp;</div>
 utile pour éviter le probleme des containing floats */
 
#clearer {
	margin:0;
	padding:0;
	clear: both;
	line-height: 0;
	height:0;
}

.clearer {
	margin:0;
	padding:0;
	clear: both;
	line-height: 0;
	height:0;
}
