/* CSS Document */
/* reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* debut de style du site internet */
/* Copyright Agence et Studio L J & C */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F9F6E8;
	background-image: url(../media_gite_bourgogne_fretoy/bg_bois_brut.jpg);
	background-repeat: repeat;
}
div#global {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	}
div#header {
	height: 200px;
	background-image: url(../media_gite_bourgogne_fretoy/bg_header.png);
	background-repeat: no-repeat;
	}
div#sidebar {
	height: 70px;
	background-image: url(../media_gite_bourgogne_fretoy/bg_sidebar.png);
	background-repeat: no-repeat;
	}
div#sidebar li {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

div#sidebar .menu a {       /* définition de chaque bouton du menu */
	width: 130px;	   /* largeur du bouton, que vous pouvez changer à loisir */
	height: 20px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #CC0000;
	font-size: 0.9em;
	font-style: normal;
}

div#sidebar .menu a:hover {
color: #80812d; 
border-bottom: 0px;
}

div#sidebar .menu a span {     /* définition de la balise <span> inclue dans <a> */
display: none;
}

div#sidebar .menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	top: 30px;
	left: 0px;
	width: 600px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	color: #FFFFFF;
	font-size: 0.8em;
	font-style: italic;
}
div#content {
	background-image: url(../media_gite_bourgogne_fretoy/bg_content.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 70px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 20px;
	}
div#footer {
	background-image: url(../media_gite_bourgogne_fretoy/bg_footer.png);
	background-repeat: no-repeat;
	text-align: center;
	}
div#footer p {
	font-size: 0.8em;
	color: #885620;
	padding-top: 50px;
	}
/* technique pour zoom image */
#zoom {
	top:10px;
	left:100px;
	width:80px;
	background-color:#fff;
	z-index:100;
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #8F0100;
}
#zoom a.p1, #menu a.p1:visited {display:block; width:80px; height:80px; text-decoration:none; background:#fff; top:0; left:0; border:5px;}
#zoom a img {border:5px solid #fff;}
#zoom a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#zoom a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#zoom a.p1:hover .large {display:block; position:relative; top:-85px; left:-450px; width:400px; height:266px; border:10px solid #ccc;}
/*fin*/
div#content h1 {
	padding-left: 50px;
	color: #4d2001;
	font-size: 1.5em;
	font-style: italic;
	height: 50px;
	}
div#content h1 span {
	visibility: hidden;
	}
div#content h2 {
	color: #C3C62E;
	text-transform: uppercase;
	font-size: 1.1em;
	width: auto;
	font-style: italic;
	background-color: #8F0100;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	}
div#content h3 {
	color: #CC0000;
	width: auto;
	background-image: url(../media_gite_bourgogne_fretoy/bg_h3.png);
	background-repeat: no-repeat;
	height: 30px;
	float: right;
	padding-right: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}
div#content h4 {
	font-size: 1.2em;
	color: #993300;
	background-color: #C3C62E;
	text-align: center;
	font-style: italic;
	border: 1px solid #993300;
	margin: 0px;
	padding: 0px;
}
div#content h5 {
	font-size: 1.1em;
	color: #B6DD12;
	font-style: italic;
	width: auto;
}
div#content p {
	color: #8D602E;
	text-align: justify;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content li {
	list-style-type: disc;
	color: #4D2001;
	font-size: 0.8em;
	font-style: italic;
	text-align: justify;
	line-height: 20px;
}
div#content ol {
	width: auto;
	margin: 10px;
}

a {
	color: #993300;
	text-decoration: none;
	}
a:hover {
	color: #c00;
	}
form {
	color: #866A58;
	font-size: 0.9em;
}
input, textarea {
	background-color: #866a58;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #D9D734;
	width: 340px;
}
.input_bt {
	background-color: #C3C62E;
	border: 1px solid #cccc99;
	display: inline;
	color: #A40135;
	width: 150px;
	margin: 5px;
	font-size: 0.8em;
}
div.row {
 	clear: both;
	 padding-top: 10px;
 }

div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
 }

div.row span.formw {
	float: left;
	text-align: left;
	width: 345px;
 }
 marquee {
	float: left;
	margin: 20px;
	padding: 5px;
}
blockquote {
	padding: 3px;
	margin: 10px;
	float: right;
}
img {
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.imgvertical {
	height: 300px;
	width: 200px;
	margin-left: 25%;
}

strong {
	color: #8F0100;
	font-size: 1em;
	font-weight: bold;
}
ul {
	list-style-type: none;
	padding:0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
.h1presentation {
	background-image: url(../media_gite_bourgogne_fretoy/h1_presentation.png);
	background-repeat: no-repeat;
}
.h1contacteznous {
	background-image: url(../media_gite_bourgogne_fretoy/h1_contacteznous.png);
	background-repeat: no-repeat;
}
.h1coordonnees {

	background-image: url(../media_gite_bourgogne_fretoy/h1_coordonnees.png);
	background-repeat: no-repeat;
}
#conteneur_defil {
	width:600px;
	margin:0 auto;
	overflow:hidden;
	line-height:normal;
}
#cadre_defil {
	position:relative; 
	width:600px; 
	height:17px; 
	overflow:hidden;
	}
#cadre_defil img{
	vertical-align: middle;
	border:0;
}
#defile { 
	position:absolute;
	width:868px;
	font-size:12px;
	color:#000000;
}
#defile .liens {
	text-decoration:underline;
	color:#000000;
}
.small {
	font-size: 0.8em;
}
.infos {
	border: 1px dotted #885621;
	padding: 5px;
	background-color: #D5DFE9;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.titretab {
	font-size: 1.2em;
	color: #F2E2AF;
	text-align: center;
	background-color: #8F0100;
}
