@charset "UTF-8";

/*

	FEUILLE DE STYLE spécifique HOME site CHATEAU DE NAZELLES


	DESIGN
		OVARMA STUDIO - www.ovarma.com
	
	DEVELOPPEMENT
		DIGIKODE - www.digikode.com

	
*/



/*

##############################################################################################
	BODY
	et divers (general)

*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #dfd4c5 url(../images/home-fondPage-texture.jpg) left top repeat-x;
	}

body * {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

.cleaner {
	margin: 0;
	padding: 0;
	clear: both;
	}

* a {
	text-decoration: none;
	}

* img {
	border: 0 none;
	}

.invisible {
	display: none;
	}



/*

##############################################################################################
	FOND BANDES

*/

#fondBandes { 
	position: absolute;
	left: 0; top: 465px;
	width: 100%;
	height: 237px;
	background: url(../images/home-fondPage-bandes.gif) 0 0 repeat-x;
	z-index: 1;
	}



/*

##############################################################################################
	POZH

*/

#pozH {
	position: absolute;
	width: 890px;
	left: 50%;
	margin-left: -445px;
	z-index: 2;
	}



/*

##############################################################################################
	ILLUSTRATION

*/

#illustration {
	height: 365px;
	margin-top: 100px;
	}



/*

##############################################################################################
	BANDE VERTE : LOGO + MENU LANGUES

*/

#bandeVerte {
	position: relative;
	width: 890px;
	height: 166px;
	z-index: 10;
	background: url(../images/home-bandeLogo.jpg) 0 0 no-repeat;
	}


/*

##############################################
	MENU LANGUES

*/

#menuLangues {
	position: absolute;
	left: 355px; 
	top: 96px;
	z-index: 20;
	}

#menuLangues ul, #menuLangues li {
	list-style: none;
	}

#menuLangues li {
	float: left;
	}



/*

##############################################################################################
	MENTIONS
	
*/

#mentions {
	height: 71px;
	text-align: right;
	}

#mentions p, #mentions p a {
	font-size: 10px;
	color: #53443b;
	text-decoration: none;
	margin-top: 10px;
	}

#mentions p a:hover {
	color: #eeb42a;
	}



/*

##############################################################################################
	LOGOS PARTENAIRES
	
*/

#logosPartenaires {
	text-align: center;
	margin-top: 15px;
	}

#logosPartenaires img {
	vertical-align: middle;
	margin: 0 5px;
	}





