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

body{
	width: 850px;
	margin: auto;
	background-image: url(media/bg.jpg);
	font-family: verdana;
	font-size: 10px;
	background-color: #CCCCCC;
}

#top{
	background-image: url(media/top.jpg);
	height: 150px;
	
}


#contenant{
	height: 650px;
	width:850px;
	background-image: url(media/rac-bottom.jpg);
}

.text-contenant{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #2E2623;
	margin-left: 94px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2E2623;
	padding-top:10px;
	padding-left:10px;
	padding-right:30px;
}
 
.text-contenant a,a:visited{
	color: #A76B20;
	text-decoration: none;
}

.text-contenant a:hover{
	color: #666666;
	text-decoration: none;
}

#navi{
	height: 150px;
	width: 300px;
	visibility: visible;
	float:left;

}

#left{
	height: 150px;
	width:300px;
	float:left;
	text-align: left;
}

#right{
	
	height: 120px;
	width:280px;
	float:right;
}

#draps{
	
	height: 20px;
	width:830px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.titre-appart{
	height: 20px;
	text-align:right;
	color:#A96922;
	background-image: url(media/picto-icone.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
}

#pdf{
	padding-top:20px;
	height: 20px;
	width:300px;
	float:left;
	
}
#pdf2{
	
	height: 20px;
	width:300px;
	float:left;
	
}

.telechargement_pdf{
	text-align:left;
	color: #333333;
	background-image: url(media/picto-pdf.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 10px;
	margin-left: 100px;
}

.telechargement_pdf a,a:visited{
	color: #666666;
	text-decoration: none;
}

.telechargement_pdf a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#drap{
	height: 45px;
	width: 45px;
	position:relative;
	left: 300px;
	top: 10px;
	visibility: visible;
}

#gitedefrance{
	height: 38px;
	width: 38px;
	position:relative;
	left: 0px;
	top: 9px;
	visibility: visible;
	float:right;
}



#pied_de_page{
	height: 30px;
	background-image: url(media/pied-page.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
	margin-top: -15px;
}

#pied_de_page a, a:visited{
	color: #666666;
	text-decoration: none;
}

#pied_de_page a:hover{
	color: #999999;
	text-decoration: none;
}

