/* 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:600px;
	height:650px;
	margin:10px auto;
}

#cadre {
	width:600px;
	height:600px;
	overflow:hidden;
	border:5px double #683435;
}

#ligne1 {
		width:600px;
		height:74px;
		background:#663534 url(images/accueil_02.jpg) 100% 0 no-repeat;
}

#ligne2 {
		width:600px;
		height:219px;
		background:#663534 url(images/accueil_04.jpg) 100% 0 no-repeat;
}

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

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

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

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

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

#ligne6 {
		width:600px;
		height:118px;
		background:#663534 url(images/accueil_08.jpg) 0 0 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:0.9em;
}

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