html, body
{
	background:					#000000 url(images/bg.jpg) center top repeat-x;
	margin:						0px;
}

p, ul, ol, td
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10pt;
	color:						#b08e86;
	margin:						12px 0;
}

h1
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					13pt;
	color:						#c9a251;
	margin:						12px 0;
}

h2
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12pt;
	color:						#744143;
	margin:						12px 0;
}

strong, b
{
    color: 						#c9a251;
	font-weight:				bold;
}

a
{
	color: #fff;
	text-decoration:none;
}

/************ IDs *************/
#cadreGalerie {
	height: 					353px;
	width: 						298px;
	position:					relative;
	overflow: 					hidden;
}

#footer
{
	bottom:						0px;
	background-color:			#101010;
	width:						100%;
	height:						139px;
}

#footer_txt p
{
	color:						#888888;
	font-weight:				bold;
	text-decoration:			none;
}

#footer_txt a
{
	color:						#c9a251;
	font-weight:				bold;
	text-decoration:			none;
}

#footer_txt a:hover
{
	color:						#c9a251;
	font-weight:				bold;
	text-decoration: 			underline;
}

#sliderGalerie
{
	position: 					relative;
	height:						auto;
}

#titre
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					30pt;
	color:						#FFFFFF;
	letter-spacing:				8px;
}

#titre_galerie
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					20pt;
	color:						#FFFFFF;
	letter-spacing:				4px;
}

/************ Classes ************/
.bordure-img {
	border: 					6px #ffffff solid;
}
.bordure-img-over {
	border: 					6px #744143 solid;
}

.menuprinc
{
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12pt;
	font-weight:				bold;
	color:						#ffffff;
}

.wrap
{
	width:						957px;
	margin:						auto;
}

/*************** Hack PNG ********************/
.png24 
{ 
	filter: 					expression(applyPng(this));
	position: 					relative;
}

/***************** Flèches *******************/
a#flecheh_over {
	display:block; position:relative; width:13px; height:11px; cursor:pointer;
	background: url(images/fleche-h.png) no-repeat top center !important; background:none;
	filter:none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche-h.png',sizingMethod='scale');
}
a#flecheh_over:hover {
	display:block; position:relative; width:13px; height:11px; cursor:pointer;
	background: url(images/fleche-h_r.png) no-repeat top center !important; background:none;
	filter:none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche-h_r.png',sizingMethod='scale');
}
a#flecheb_over {
	display:block; position:relative; width:13px; height:11px; cursor:pointer;
	background: url(images/fleche-b.png) no-repeat top center !important; background:none;
	filter:none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche-b.png',sizingMethod='scale');
}
a#flecheb_over:hover {
	display:block; position:relative; width:13px; height:11px; cursor:pointer;
	background: url(images/fleche-b_r.png) no-repeat top center !important; background:none;
	filter:none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche-b_r.png',sizingMethod='scale');
}
