/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background:#b8ab99;
	color: #683435;
	
}

#page {
	width:100%;
	height:700px;
	margin:10px auto;
}

#cadre {
	width:100%;
	height:600px;
	overflow:hidden;
	border:3px double #683435;
	background:#663534;
}

#ligne1 {
		width:100%;
		height:293px;
		background:#663534 url(images/accueil_0203.jpg) center center no-repeat;
}

#ligne2bis {
		float:left;
		height:219px;
		width:174px;
		padding: 20px 0 0 20px;
}

#ligne21bis {
		float:right;
		height:219px;
		width:174px;
		padding: 20px 20px 0 0 ;
}


#ligne3 {
		width:50%;
		height:42px;
		background:#663534 url(images/accueil_05.jpg) center center no-repeat;
		color:#FFFFFF;
}

#ligne3 a {
	font-weight: bold;
        font-size : 14px;
}

#ligne4 {
		width:50%;
		height:57px;
		background:#663534 url(images/accueil_06.jpg) center center no-repeat;
}

#ligne5 {
		width:50%;
		height:190px;
		background:#663534 url(images/accueil_07.jpg) center center no-repeat;
}

#ligne6 {
		width:50%;
		height:118px;
		background:#663534 url(images/accueil_08.jpg) center center no-repeat;
}

h1 {
	display:none;
	color: #683435;
	margin:5px 0;
}

#bandeau {
	
	width:auto;
	height:auto;
}

#bandeau img {
	float:left;
	border:1px solid #683435;
}

#gite {
	float:left;
	margin:5px 20px;
}

#centre img{
    margin:5px;
}

#clr {
	clear:both;
	}
	
#pied div {
	float:left;
	margin:3px;
}

a {
	color:#e2d9cd;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

address {
	font-size:1.3em;
}

#adresse2 address {
	font-size:1.3em;
	color: #FFFFFF;
}
q a{
	color:#d5c8bc;
	font-size:7px;
	text-align:right;
}
