/*---------------------------------------------- GLOBAL SETTINGS */

body {
	height: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size: .75em; 
	background: #161616;
	background-image:url(bg_site.jpg);
	color: #000;
}

/*-------------------------------------------------------- LINK */
/* print menu link */
input.ipt { 
  color:#050;
  font-size:12px;
}


.imgSpace{
	padding:2px 2px 2px 2px;
	margin:20px 20px 20px 20px;
	border:solid; 
	background-color:#FFF; 
}

.imgGalleriePhoto{
	padding:2px 2px 2px 2px;
	margin:0px 20px 20px 0px;
	border:solid; 
	background-color:#FFF;
}
 

a {
	color:#def5ec;
	text-decoration:underline;
}

a:visited {
	color:#ccecdf;
}

a:hover {
	color:#2F5443;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	/*font-family: Helvetica, Arial, sans-serif;*/
	letter-spacing: -1px;
	line-height: 1.2em;
}

h1 {
	font-size: 3em;
	padding: 0 0 10px 0;
	letter-spacing: -2px;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 8px 0;
}


h3 {
	font-weight:bold;
}

h4 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1.2em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: 1em;
	padding: 0 0 2px 0;
}





/*-------------------------------------------------- PARAGRAPHS */

p {
	/*font-size: 110%;*/
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */
/*
ul, ol {
	padding:0 0 1.25em 2.5em;
}
*/
#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

#main-content li { 
	font-size: 110%;
}



#main-content li li {
	font-size: 100%;
}


/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */


.build_in {
	width: 996px;
	background-position:top center;
	text-align:center;
	margin:auto;
	position:relative;
	z-index: 101;
}

.tableContainer{
	padding-left:30px;
	position:relative;
}

.container {
	width: 640px;
	height:100%;
	float:left;
	left:0px;
	/*margin-left:40px;*/
	/*padding: 30px 30px 30px 30px;*/
	
	font-size:16px;
}
.containerBg{
	background-image:url(bg_container.jpg);
	background-repeat:repeat;
	background-position:top;
	background-position:40px;
}

.menuContainer{
	margin:10px 0px 10px 0px;
	padding:20px 20px 10px 20px;
	background-color:#FFF;
	color:#000;
}

#logoTitre {
	padding:80px 0px 10px 0px;
	font-size:22px;
	font-weight:bold;
	background:url(logo_Le_Cheval_de_Jade_text.jpg) center 10px no-repeat;
	color:#fff
}


.text {
	padding:40px 40px 40px 40px;
	text-align:center;
	font-size:18px;
}


#header {
	width: 100%;
	overflow: hidden;
	height: 344px;
	display: block;
	background: #161616;
}

.home #header {
	height: 612px;
}

/* LOGO OVER SLIDESHOW -------------------------------------------------------- LOGO OVER SLIDESHOW */

.logo-holder{
		width:996px;
		margin:0 auto; /* center */
}

.logo-left{
	float:left;
	width:20px;
	height:344px;;
	position:absolute;
	background:url(logo_shadow_left.png);
	background-repeat:repeat-y;
	z-index: 4000;
	margin:0;
}
.logo-right{
	float:left;
	width:20px;
	height:344px;;
	position:absolute;
	background:url(logo_shadow_right.png);
	background-repeat:repeat-y;
	z-index: 4000;
	margin:0 0 0 350px;
}
.logo-contain{
	background:#FFF;
	color:#000;
	height:344px;
	width:330px;
	position:absolute;
	float:left;
	margin:0 0 0 20px;
	z-index: 4000;
}

.logo-reserver{font-size:26px; font-weight:bold; padding-top:20px;}
.logo-email{font-size:22px;}

a.logo-adresse:link{ color:#666; text-decoration:none; }
a.logo-adresse:visited{ color:#333; text-decoration:none; }
a.logo-adresse:hover{ color:#333; text-decoration:underline; }

.logo-certificat{font-size:16px; padding-top:20px;}

/* HOMEPAGE SLIDER -------------------------------------------------------- HOMEPAGE SLIDER */

#hero-holder {
	position:absolute;
	/*top: 110px;*/
	width: 100%;
	display: block;
	z-index: 100;
	height: 344px;
	background: url(slideshow_fader.png) no-repeat top center;
}

.textholder {
	z-index: 1000;
}

.textholder, .textholder strong {
	border:solid 1px;
	position:absolute;
	/*top:216px;*/
	right:10px;
	text-align:right;
	width:auto;
	padding:5px 10px 0px 10px;
	color: #ffffff;
	z-index: 1000;
	font-size: 20px;
	line-height:22px;
	text-shadow: #000 1px 1px 10px;
	background-color:#310308;
	opacity:0.1;
 	filter:alpha(opacity=0.1); /* For IE8 and earlier */
 
}

.thumbs {
	display:block;
	text-align: center;
	width: 150px;
	padding-left:900px;
	top:0px;
	height:120px;
	z-index: 2000;
	position:absolute;
	
}

#carousel-holder {
	
	width: 650px;
	margin: 0 auto;
	position: relative;
	z-index: 12;
	display: block;
	height: 344px;
	/*padding: 0 0 0 16px;*/
	padding-left:330px;
	*overflow: hidden; /* i6  ------------------------------*/
}


#carousel {
	width: 100%;
	margin: 0 auto 0;
    position: relative;
}

#carousel ul {
    list-style: none;
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
	z-index: 12;
	/*border:1px solid #F00;*/

}

#carousel li {
    display: inline;
    float: left;
    position: relative;
} 

#carousel li span p {
	display: none;
}

.thumb {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 2px;
	background: url(hero-navigator.gif) no-repeat;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
	}

/* items inside navigator */
a.thumb {
	width:14px;
	height:14px;
	float:left;
	cursor: pointer;
	margin:3px;
	background: url(hero-navigator.gif) no-repeat;
	display:block;
	text-indent: -9999px;
}

/* mouseover state */
a.thumb:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
a.thumb.active {
	background-position:0 -28px;      
}



.fadeThis {
	cursor: pointer;
}

.fadeThis * {
	  display: none;
	}
	

input, textarea {	
	font-family:Helvetica,Arial,sans-serif;
	font-size: 120%;
}

#paged {
	display: none;
}

.cufon-loading h1,  .cufon-loading h2, .cufon-loading h3,  .cufon-loading #top-panel,  .cufon-loading .script { /* for Cufon.replace() */
	visibility: hidden !important;
}


/* BACKGROUND -------------------------------------------------------- BACKGROUND */
.menuBg{
	height:41px;
	background-image:url(menu_bg.jpg);
	background-position:top center;
	text-align:center;
}



/* ALL RIGHT SIDE -------------------------------------------------------- ALL RIGHT SIDE */

.sideBar {
	width: 301px;
	height:100%;
	float:left;
	left:0px;
	margin:0 0 0 10px;
	padding:0;
	font-size:16px;
}
.sideBarBg {
	background-image:url(bg_sideBar.jpg);
	background-repeat:repeat-y;
	background-position:10px;
}

/** RUBAN **/
.rubanTop{
	
}

.rubanLiquid{
	background-repeat:repeat-y;
	background-image:url(side_ruban_liquid.jpg);
	padding:10px 0px 10px 0px;
	
}

.rubanBottom{
	
}

/** TROPHY **/
.trophyTop{
	padding:10px 0px 0px 0px;
}

.trophyLiquid{
	background-repeat:repeat-y;
	background-image:url(side_trophy_liquid.jpg);
	padding:0px 0px 10px 0px;
}

.trophyBottom{
	padding:0px 0px 0px 0px;
}

.prix_box_top{
	height:6px;
	background:url(prix_box_haut.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.prix_box_liquid{
	background:url(prix_box_liquid.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding:10px 50px 10px 50px;
}
.prix_box_bottom{
	height:6px;
	background:url(prix_box_bas.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 0 20px 0;
}

.prix_titre{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.prix_sousTitre{
	font-size:14px;
	color:#1a542e;
}
.prix_prix{
	font-size:16px;
	color:#891c27;
	padding:10px 0 0 0;
}

/* ALL BOTTOM -------------------------------------------------------- ALL BOTTOM */

/** STRUCTURE **/

.bottomBg{
	clear:both;
	height:99px;
	background-image:url(bg_bottom.jpg);
	background-position:top center;
	text-align:center;
}

.bottomMiddle {
	height:99px;
	width:996px;
	margin:auto;
	color:#fff;
	font-size:14px;
	z-index:1000;
}

/** LOGO **/

.bottomLogo {
	padding:6px 15px 0px 30px;
	float:left;
}

/** TEXT **/

.bottomText {
	padding:6px 0px 0px 0px;
	float:left;
	text-align:left;
	width:580px;
}

.bottomEmail {
	padding:8px 0px 0px 0px;
	margin:0px;
	float:left;
	clear:both;
	font-size:22px;
}

a.bottomEmail:link{ color:#fff; text-decoration:none; }
a.bottomEmail:visited{ color:#fff; text-decoration:none; }
a.bottomEmail:hover{ color:#fff; text-decoration:underline; }


.bottomAdress {
	margin:0px;
	padding:14px 0px 0px 0px;
	float:left;
	clear:both;
	font-size:14px;
}

.bottomAdress span {
	font-size:11px;
	color:#e8b4b6;	
}

.bottomTelephone {
	margin:0;
	padding:0;
	float:left;
	clear:both;
	font-size:16px;
	width:300px;
}

.bottomTelephone span {
	color:#e8b4b6;	
}

/**RIGHT**/

.right {
	padding:0px 0px 0px 0px;
	float:left;
	width:220px;
}

.bottomImage {
	background:url(presse_a_canard.png);
	width:253px;
	height:369px;
	position:relative;
	z-index:3000;
	display:block;
	left: 75px;
	bottom: -57px;
}

.copyright {
	padding:74px 0px 0px 0px;
	text-align:right;
	font-size:12px;
	color:#e8b4b6;
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}