/* CSS Document */

/* Général */

body {
	width: 1250px; 
	min-width: 1250px;
	margin: auto; 	
	
background: rgb(255,252,252); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,252,252,1) 0%, rgba(215,195,120,1) 7%, rgba(215,195,120,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,252,252,1)), color-stop(7%,rgba(215,195,120,1)), color-stop(93%,rgba(215,195,120,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,252,252,1) 0%,rgba(215,195,120,1) 7%,rgba(215,195,120,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,252,252,1) 0%,rgba(215,195,120,1) 7%,rgba(215,195,120,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,252,252,1) 0%,rgba(215,195,120,1) 7%,rgba(215,195,120,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,252,252,1) 0%,rgba(215,195,120,1) 7%,rgba(215,195,120,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	
}

#all {
	background: url(../img/background.jpg);
	background-repeat: no-repeat;
	height: 1100px;
}


#banniere {
	width: 1250px;
	height: 175px;
	
	background: url(../img/banniere.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
	
}


#container {
	position: static;
	
  	margin-left: auto;
  	margin-right: auto;
  
  	width: 660px;
	height: 1100px;
}

#container p {
	width: 642px;
	text-align: justify;
	padding-left: 5px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

#container h1, h2 {
	font-family: Harrington;	
	color: #930;
	text-align: center;	
	text-decoration: underline; 
}

#container h3 {
	font-family: Harrington;	
	color: #930;
	text-decoration: underline; 

}

/* Accueil */

#slideshow1 {
	float: left;
	margin-right: 15px;
	box-shadow: 1px 1px 3px 1px #960;

}

#slideshow2 {
	float: right;
	margin-left: 15px;
	box-shadow: 1px 1px 3px 1px #960;

}

/* Gites */
#container table {
	text-align:center
}

#container table img {	 
box-shadow: 1px 1px 3px 1px #000;
}

#container table img:hover {
box-shadow: 1px 1px 15px 1px #930;	
}



/* Contact */

#map {
box-shadow: 1px 1px 3px 1px #000;
	
	margin-left: 17px;
}

#mail {
	margin-left: 223px;
}

#tel {
	margin-left: 35px;	
}

/* Activités */

#jemaye, #riberac, #echourgnac{
	box-shadow: 1px 1px 3px 1px #000;

	float: left;
	margin-right: 10px;	
}

/* NoJs */

#nojs p{
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
	margin-left: 5px;	
	border: 2px solid red;
}


#tarifsOustal {
	
margin-top: -130px;	
}

#titreTarifs {
	margin-top: -170px;
	margin-left: 550px;
}

