/*
	printer.css
	-----------
	
	créé le 25.10.2007
	
	par O-live
*/

/*MISE EN PAGE STRUCTURELLE*/
/*-------------------------*/

#footer
{
	display: none;
}

/*MISE EN PAGE GENERIQUE POUR TOUT LE SITE*/
/*----------------------------------------*/

/*Spécificité en_tete*/
/*-------------------*/

#en_tete
{
	display: inline;
	height: 200px;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 625px;
}

/*partie langues*/

#langues
{
	display: none;
}

/*partie logo*/

#logo
{
	background-color: #FFFFFF;
	float: left;
	height: 195px;
	width: 155px;
}

/*partie titre*/

#titre
{
	background-color: #b3a888;
	border-bottom: 1px solid #000;
	float: left;
	height: 90px;
	left: 20px;
	position: relative;
	top: 40px;
	width: 455px;
}
#titre .image
{
	display: inline;
	font-size: 40px;
	position: relative;
	width: 435px;
}
#titre .image span
{
	display: block;
}
#titre p
{
	display: inline;
	font-size: 10px;
	margin-right: 20px;
	margin-top: 5px;
	float: right;
}

/*Spécificité navigation*/
/*----------------------*/

#navigation
{
	display: none;
}

/*Spécificité contenu_site*/
/*------------------------*/

#contenu_site
{
	background-color: #fff;
	height: 568px;
	left: 10px;
	position: absolute;
	top: 180px;
	width: 655px;
}

/*Spécificité contenu_gites*/
/*-------------------------*/

#contenu_gites
{
	display: inline;
	height: 568px;
	margin: auto;
	position: relative;
	width: 655px;
}

/*partie photos*/

#photo_gites
{
	background-image: url("../photos/presentation/entree_chateau.jpg");
	border: 1px solid #644B4B;
	display: inline;
	float: left;
	height: 549px;
	margin: 10px 10px 0 0;
	width: 330px;
}

/*partie texte*/

#text_gites
{	
	display: inline;
	float: left;
	height: 550px;
	margin: 10px 0 0 15px;
	width: 235px;
}
#text_gites p
{
	margin-bottom: 15px;
	text-align: left;
}

/*MISE EN FORME PAGE RESERVATION & DISPONIBILITES*/
/*-----------------------------------------------*/

/*partie texte*/

#texte_reserv
{
	display: none;
}

/*partie photo*/

#photo_reserv
{
	display: none;
}

/*partie formulaire*/

#form_reserv
{
	display: none;
}

/*MISE EN FORME PAGE ACCES*/
/*------------------------*/

/*partie carte*/

#carte
{
	height: 530px;
	left: 50px;
	position: absolute;
	top: 20px;
	width: 557px;
}
#carte img
{
	height: 530px;
	width: 557px;
}

/*partie texte*/

#a_texte_screen
{
	display: block;
	height: 270px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
	position: absolute;
	top: 550px;
	width: 549px;
}
#a_texte_screen h2
{
	color: #644B4B;
	display: block;
	font-size: 14.3333px;
	font-weight: bold;
	height: 14.3333px;
	margin: 10px 0 10px 0;
	text-align: left;
	width: 529px;
}
#a_texte_screen p
{
	color: #644B4B;
	font-size: 12px;
	text-align: left;
	width: 529px;
}

#a_lien a
{
	display: none;
}

/*MISE EN FORME PAGE CONTACT*/
/*--------------------------*/


/*partie texte*/

#texte_contact
{
	display: none;
}

/*partie photo*/

#photo_contact
{
	display: none;
}

/*partie formulaire*/

#form_contact
{
	display: none;
}

/*MISE EN FORME DE LA PAGE LIENS*/
/*------------------------------*/

#contenu_liens
{
	display: none;
}
