@charset "utf-8";
/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body{
	margin:0px;
	padding:0px;
    text-align: center; /* pour corriger le bug de centrage IE */
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Arial", Times, serif;
	
	font-size:14px;
	color:#322b21;
	background-color:#eff2f7;
	background-image:url(../images_location_gite_auvergne/structure/location_gite_auvergne_chazoux_02.jpg);
	background-repeat:repeat-x;
}

#container{
	width:810px;
	height:auto;
	margin-left: auto;
 	margin-right: auto;
	margin-top:0px;
	text-align:left;
	vertical-align:top;
}

#header{
	text-align:center;
	width:810px;
	height:240px;
	
}

#image_header{
	
}

#titre_header{
	position:absolute;
	width:810px;
	height:100px;
	margin-top:-100px;
	z-index:800;
}


#contenu{
	/*background-image:url(../images_location_gite_auvergne/structure/location_gite_auvergne_chazoux_04.png);
	background-repeat:no-repeat;*/
	
	/*height:1223px;*/
}

#menu{
	text-align:center;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1b2766;
	/*padding-top:10px;*/
	height:30px;
	width:810px;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	background-image:url(../images_location_gite_auvergne/structure/fond_menu.jpg);
	background-repeat:repeat-x;
}

#menuInt{
	list-style: none ;
	margin: 0 ;
	margin-left:0px;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	width:810px;
	text-align:center
}
#menuInt li {
	float: left ;
	width: 162px ;	
}
#menuInt li a {
	display: block ;
	background: url(../images_location_gite_auvergne/structure/fond_menu_hover.jpg) left top no-repeat ;
	height:30px;
	text-transform:uppercase;
	color:#ffffff;
	line-height: 1em ;
	padding: 8px 0 ;
	text-align: center ;
	text-decoration:none;
}	
#menuInt li a:hover, #menuInt li a:focus, #menuInt li a:active {
	background: url(../images_location_gite_auvergne/structure/fond_menu_hover.jpg) right top no-repeat ;text-decoration:none;
	color:#b2d57c;
}

/*#menu a{
text-decoration:none;
color:#1b2766;
height:50px;
background-image:url(../images_location_gite_auvergne/structure/fond_menu.jpg);
	background-repeat:repeat-x;
}

#menu a:hover{
	text-decoration:none;
	color:#632d3d;
	height:50px;
	background-image:url(../images_location_gite_auvergne/structure/fond_menu_hover.jpg);
	background-repeat:repeat-x;
}*/


#menu .menu_actif{
	text-decoration:none;
	color:#d7d7cc;
	height:50px;
	background-image:url(../images_location_gite_auvergne/structure/fond_menu_hover.jpg);
	background-repeat:repeat-x;
}

#contenu_int{
	position:relative;
	padding:30px 40px 0 40px;
	text-align:justify;
	z-index:100;
	background-color:#f4e9e3;/*ebe1d0; /*#cbc1c4;  e3dac9*/
}

#pied{
	z-index:1;
	height:80px;
	position:relative;
	background-image:url(../images_location_gite_auvergne/structure/degrade.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom:20px;
	padding-top:40px;
	font-size:12px;
	color:#928a8d;
	text-decoration:none;
	/*margin-top:-112px;*/
}

#pied a{
color:#928a8d;
	text-decoration:none;
	/*margin-top:-112px;*/
}

h1{
	display:inline;
	font-size:17px;
	font-weight:bold;
	color:#705166;
}

h2{
	display:inline;
	font-size:15px;
	font-weight:bold;
	color:#705166; /*1a2766; bleu*/
}

h3{
	display:inline;
	font-size:15px;
	font-weight:bold;
	color:#705166;
}

#contenu_int li{
	margin-left:55px;
}

#puce{
	height:40px;
	background-image:url(../images_location_gite_auvergne/structure/puce.png);
	background-repeat:no-repeat;
	text-indent:35px;
	vertical-align:bottom;
	padding-top:15px;
	margin-bottom:-15px;

}

.marron{
color:#705166;
}

.marron_petit{
font-size:10px;
color:#705166;
}

a {
color:#322b21;
}

.grasRouge{
font-weight:bold;
color:#990000;
}