#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	visibility: visible;
	background-image: url(photos/maurignac_logo.jpg); width: 380px; height: 150px; repeat: no-repeat;
}


#titre {
	position: absolute;
	top: 0px;
	left: 380px;
	width: auto;
	height: 150px;
	z-index: 10;
	visibility: visible;
}


img.logo_gdf {
	position: absolute;
	top: 95px;
	right: 225px;
	height: 50px;
	width: 50px;
	z-index: 11;
	visibility: visible;
}

img.logo_actour {
	position: absolute;
	top: 110px;
	right: 140px;
	height: 25px;
	width: 75px;
	z-index: 11;
	visibility: visible;
}


#description {
	position: absolute;
	top: 220px;
	left: 60px;
	right: 0px;
	width: 750px;
	height: auto;
	z-index: 10;
	visibility: visible;
	border-top: none;
	padding: 10px;
	border: solid 2px #e60;
}


#bas {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 850px;
	height: 20px;
	z-index: 10;
	visibility: visible;
	background: #e60;
}



/**********************************************************/


* { font-family: Times New Roman, serif; font-size: 14px; color: #fb4;}

body {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#900;
	background-attachment:fixed;
	scrollbar-face-color:#c00;
	scrollbar-track-color:#900;
	scrollbar-arrow-color:#fb4;
	scrollbar-highlight-color:#fa4;
	scrollbar-3dlight-color:#d66;
	scrollbar-shadow-color:#808080;
	scrollbar-darkshadow-color: #600;
}


h1, h2, h3 {
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 5px;
	padding: 10px 10px;
}

#titre h2 {	
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 0px;
}
h2 {	
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	vertical-align: bottom;
	padding: 15px 0px;
	text-indent: 5pt;
}


#titre h3 {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 320px;
	height: 50px;
	background: #e60;
	border: solid 2px #600;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 13px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 15px 0px;
	text-indent: 5pt;
}


p {
	font-size: 14px;
	padding: 5px;
	margin: 0px;
}


img { border: solid 2px #600;}

img.float_l { float: left; margin: 2px;}
img.float_l:hover { border: solid #fb4 2px;}
img.float_r { float: right; margin: 10px;}

.joli { text-indent: 15pt;}
span.joli { text-indent: none; padding: 25px 24px;}


a {
	font-weight: bold;
	white-space: nowrap;
	color: #fc0;
}
a:hover {
	color: #f60;
	text-decoration: none;
}