/*CSS DOCUMENT*/


#error
{
position:relative;
color:red;
left:200px;
}
#block{
display: block;
	
}

#bottom
{   position: fixed !important;
	left:37px;
    bottom: 8px;
    display: block; 
	border:1px dotted grey;
	background: #636363;
	height:55px;
	padding:4 4 4 4;
	width:780px;
	font-size:17;
}

#onglet_gite{width:100%;}
#onglet_contact{width:100%;}
#onglet_chambre{width:100%;}
#onglet_appart{width:100%;}
#onglet_tarifs{width:100%;}
#onglet_photo{width:100%;}
#onglet_books{width:100%;}
#onglet_liens{width:100%;}
#onglet_guide{width:100%;}
#onglet_map{width:100%;}
#onglet_dispo{width:100%;}


#onglet_gite:hover {background: url('../templates/img/menu/gite.gif') no-repeat; }
#onglet_contact:hover {background: url('../templates/img/menu/contact.gif') no-repeat;}
#onglet_chambre:hover {background: url('../templates/img/menu/chambre.gif') no-repeat;}
#onglet_appart:hover {background: url('../templates/img/menu/appart.gif') no-repeat;}
#onglet_tarifs:hover {background: url('../templates/img/menu/tarifs.gif') no-repeat;}
#onglet_photo:hover {background: url('../templates/img/menu/albumphoto.gif') no-repeat;}
#onglet_books:hover {background: url('../templates/img/menu/livreor.gif') no-repeat;}
#onglet_liens:hover {background: url('../templates/img/menu/link.gif') no-repeat;}
#onglet_guide:hover {background: url('../templates/img/menu/guide.gif') no-repeat;}
#onglet_map:hover {background: url('../templates/img/menu/map.gif') no-repeat;}
#onglet_dispo:hover {background: url('../templates/img/menu/map.gif') no-repeat;}


#onglet_gite_fix {background: url('../templates/img/menu/gite.gif') no-repeat;}
#onglet_contact_fix {background: url('../templates/img/menu/contact.gif') no-repeat;}
#onglet_chambre_fix {background: url('../templates/img/menu/chambre.gif') no-repeat;}
#onglet_tarifs_fix {background: url('../templates/img/menu/tarifs.gif') no-repeat;}
#onglet_photo_fix {background: url('../templates/img/menu/albumphoto.gif') no-repeat;}
#onglet_books_fix {background: url('../templates/img/menu/livreor.gif') no-repeat;}
#onglet_liens_fix {background: url('../templates/img/menu/link.gif') no-repeat;}
#onglet_guide_fix {background: url('../templates/img/menu/guide.gif') no-repeat;}
#onglet_map_fix {background: url('../templates/img/menu/map.gif') no-repeat;}
#onglet_dispo_fix {background: url('../templates/img/menu/map.gif') no-repeat;}
