/* GENERAL */

* {
outline: none;
} 

html, body {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#curl {
	top: 0px;
	height: 98px; width:84px;
	right: 0px;

	position: absolute; z-index: 1;
}

body {
	background: url('/images/layout/bg-body.jpg') #dcd8b5 repeat-x;
	text-align: center;
    color: #461F00;
    font-size: 62.5%;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;	
}


a {
	text-decoration: none;
	color: #7ba825;
}
a:hover {
	text-decoration: underline; 
}

a img {
border:0px;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ol, dl {
	margin: 1em 0;
	padding: 0;
}


h5.date { padding: 3px; text-align: center; background: #ece8cc; text-transform: uppercase; font-style: italic; margin-top: 40px;}



h1, h2, h3, h4, h5, h6 {
    color: #461F00;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.4em;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 15px 0;
    padding: 3px 0 11px 0;
    text-transform: uppercase;
    border-top: 0px;
    background-image: url('/images/layout/bg-title.gif');
	width: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #b48f53;	
}

.entry { margin-bottom: 100px;}
.entry h2 { margin: 20px 0px; }
.entry_footer { border-top: 1px dotted #e4d3b4; border-bottom: 1px dotted #e4d3b4; padding: 5px; margin-top: 20px;}

h3 {
    text-align: center;
    font-size: 14px;
    margin: 15px 0 .5em 0;
    padding: 3px 0 11px 0;
    text-transform: uppercase;
    border-top: 1px solid #CCB385;
    background-image: url('/images/layout/bg-title.gif');
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #461F00;
	
}

h4 {
	margin: 5px 0px 0px 0px;
	padding: 0;
    font-size: 14px;
    color: #461F00;
    background-image: url('/images/layout/bg-h4.png');
    background-repeat: no-repeat;
    background-position: right center;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}


address {
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #614a35;
}
address a {
	color: #614a35;
}




/* LAYOUT */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 74px;
	overflow: hidden;
}
	#header h1, #header h1 a {
		margin: 0;
		padding: 0;
		width: 220px;
		height: 74px;
		display: block;
		float: left;
	}
	
	#header h1 a {
		margin-left: 10px;
		text-indent: -5000px;
		background: url('/images/layout/logo-atelier.png') no-repeat;
	}
	
#header ul {
	float: right;
	margin: 30px 10px 0px 0px;
}
#header ul li {
	display: inline;
	padding: 0px 7px 0px 5px;
	border-right: 1px solid #7fa635;
}

	#header ul li:first-child {
		padding-left: 0px;
	}
	
	#header ul li:last-child {
		padding-right: 0px;
		border-right: 0px;
	}	
	
	#header ul li a {
		color: #fff;
	}	


	
ul#navigation li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
}
ul#navigation li:last-child {
	margin-right: 0px;
}
ul#navigation li a {
	display: block;
	float: left;
	height: 30px;
	text-indent: -5000px;
	background-position: 0px -60px;

}
ul#navigation li.active a, ul#navigation li.active a:hover {
	background-position: 0px 0px;
}
ul#navigation li a:hover {
	background-position: 0px -30px;
}


	a#nav_accueil {
		width: 68px;
		background: url('/images/layout/nav-accueil.png') no-repeat;
	}
	
	a#nav_realisation {
		width: 124px;
		background: url('/images/layout/nav-realisation.png') no-repeat;	
	}
	
	a#nav_boutique {
		width: 94px;
		background: url('/images/layout/nav-boutique.png') no-repeat;	
	}	
	
	a#nav_location {
		width: 121px;
		background: url('/images/layout/nav-location.png') no-repeat;	
	}	
	
	a#nav_tarifs {
		width: 83px;
		background: url('/images/layout/nav-tarifs.png') no-repeat;	
	}	
	
	a#nav_tissus {
		width: 119px;
		background: url('/images/layout/nav-tissus.png') no-repeat;	
	}	
	
	a#nav_hebergement {
		width: 125px;
		background: url('/images/layout/nav-hebergement.png') no-repeat;	
	}	
	
	a#nav_montage {
		width: 137px;
		background: url('/images/layout/nav-montage.png') no-repeat;	
	}	
	
	a#nav_contacts {
		width: 81px;
		background: url('/images/layout/nav-contacts.png') no-repeat;	
	}							
	
#subnav {
	clear: both;
	width: 960px;
	height: 35px;
	display: block;
	background: url('/images/layout/bg-subnav.png') #fefefe no-repeat;	
}

#subnav ul {
	margin-left: 10px;
	padding-top: 8px;
}
#subnav ul#subnav_realisation {
	margin-left: 80px;
}
#subnav ul#subnav_tarifs {
	margin-left: 300px;
}
#subnav ul#subnav_tissus {
	margin-left: 440px;
}

#subnav ul#subnav_accueil {
	margin-left: 600px;
}
		
#subnav ul li {
	color: #ded1af;
	text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	display: inline;	
	padding-right: 10px;
	margin-left: 7px;
	border-right: 1px dotted #c4a36b;
}
#subnav ul li a {
	color: #ded1af;
}
#subnav ul li.active a {
	color: #fff;
}

#subnav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#subnav ul li:first-child {
	margin-left: 0px;
}

#subnav ul li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

#breadcrumb, #breadcrumb a {
	color: #b9b193;
}
#breadcrumb {
	margin-bottom: 20px;
}
	
#content {
	clear: both;
	width: 960px;
	background-color: #F3F0DC;
}
.content_wrapper {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px;
}

.cleaner { clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0;	background:transparent; }



.col_460 {
	width: 460px;
	float: left;
	margin: 0px 10px 0px 0px;	
}

.col_240 {
	width: 240px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.col_220 {
	width: 220px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.col_700 {
	width: 700px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.demicol {
	width: 460px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.nomargin { margin: 0px;  }
.notopmargin { margin-top: 0px; }
.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.col_700 img, .col_220 img, img.borderimg {
	background: #fff;
	padding: 3px;
	border: 1px solid #dbd8c3;
}

.col_700 img.noborder, .col_220 img.noborder { border: 0px; padding: 0px; background: none;  }

.photo {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.photo.last {
	margin-right: 0px;
}
.photo h4, .photo p {
	padding-left: 5px;
}

#footer {
	width: 960px;
	height: 59px;
	display: block;
	background: url('/images/layout/bg-footer.png') no-repeat;	

}
#footer_wrapper {
	margin: 0px 30px;
	padding: 8px 0px;
}
#footer ul {
	margin-top: 3px;
}
#footer ul li {
	display: inline;
	margin-left:5px;
	padding-right: 7px;
	border-right: 1px dotted #e2d4b1;
}
#footer ul li:first-child {
	margin-left: 0px;
}
#footer ul li:last-child {
	padding-right: 0px;
	border-right: 0px;
}
#footer ul li a {
	color: #fff;
}


/* Logo Evasion */
 #footer h1 {
 margin: 0px 0px 0px 0px;
 padding: 0;
 float: right;
 }
 
 #footer h1 a { 
 display: block; 
 background: url('/images/layout/logo-evasion.png') no-repeat; 
 background-position: 0 -0px;
 overflow: hidden; 
 width: 156px; 
 height: 13px; 
 text-indent: -5000px; 
 
 } 
 #footer h1 a:hover {
 background-position: 0 -13px;
 }


/* TITLES */

#content h1 {
    background: url('/images/layout/bg-h1.gif') no-repeat bottom right;
    line-height: 29px;
    color: #461F00;
}



/* LINKS */
a.more {
	color: #f76300;
	background: url('/images/layout/icon-more.png') no-repeat top left;
	padding-left: 22px;
	padding-top: 1px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
}



/* BOXES */
.box_wrapper {
	margin: 0px 10px 0px 10px;
}

.col_240 .box_top, .col_240 .box_bottom {
	width: 240px;
	height: 10px;
	display: block;
}
.col_220 .box_top, .col_220 .box_bottom {
	width: 220px;
	height: 10px;
	display: block;
}
.col_240 .box_top {
	background: url('/images/layout/bg-box240-top.png') no-repeat top left;
}
.col_240 .box_bottom {
	background: url('/images/layout/bg-box240-bottom.png') no-repeat top left;
}
.col_240 .box {
	width: 240px;
	display: block;
	background: url('/images/layout/bg-box240.png') repeat-y top left;
	margin-bottom: 10px;
}

.col_220 .box_top {
	background: url('/images/layout/bg-box220-top.png') no-repeat top left;
}
.col_220 .box_bottom {
	background: url('/images/layout/bg-box220-bottom.png') no-repeat top left;
}
.col_220 .box {
	width: 220px;
	display: block;
	background: url('/images/layout/bg-box220.png') repeat-y top left;
	margin-bottom: 20px;
}


.meteo img {
	width: 100px;
	height: 67px;
	display: block;
	float: left;
	margin-right: 20px;
	border: 0px;
}

.meteo h5 {
	padding-top: 10px;	
}


/* LISTS */
.box h3 {
	border-bottom: 1px solid #ccb385;
	border-top: 0px;
    font-size: 1.5em;
	text-transform: uppercase;
	text-align: left;
    margin: 0 0 .5em 0;
	padding: 0px;	
	background: none;
    color: #461F00;
}
.box ul.quicklinks li:last-child {
	border-bottom: 0px;
}
.box ul.quicklinks li {
	background: url('/images/layout/bg-quicklinks-box.png') no-repeat top left;
	text-indent: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	margin-top: 3px;
}

.box ul.quicklinks_dbl {
	margin: 0px 2px 0px 2px;
}
.box ul.quicklinks_dbl li {
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	text-indent: 20px;
}
.box ul.quicklinks_dbl li.even {
	background: url('/images/layout/bg-quicklinks-box.png') no-repeat;	
	background-position: 10px 6px;	
}

.box ul.quicklinks_dbl li.odd {
	background:	url('/images/layout/bg-quicklinks-odd.png') #f2eed7 no-repeat;	
	background-position: 10px 6px;		
}



.dim li {
	list-style-type: none;
	background-image: url('/images/layout/icon-dim.png');
	line-height: 20px;
	height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

ul.bullet_light li {
    padding-left: 18px;
    background: url('/images/layout/bullet.gif');	
    background-repeat: no-repeat;
    background-position: 0 3px;
    line-height: 1.8em;
    margin: 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ebe4cb;
}
ul.bullet_light li:last-child {
	border-bottom: 0px;
}




/* BUTTON */

a.btn_goto_shop {
	width: 168px;
	height: 24px;
	margin: 10px auto;
	background: url('/images/layout/btn-goto-shop.png') no-repeat top left;
	display: block;
	text-indent: -5000px;
}
a.btn_goto_shop:hover {
	background-position: 0px -24px;
}

a.btn_more {
	width: 134px;
	height: 23px;
	margin: 10px auto;
	background: url('/images/layout/btn-more.png') no-repeat top left;
	display: block;
	text-indent: -5000px;
}
a.btn_more:hover {
	background-position: 0px -23px;
}


/* TEXT */
p.first {
	padding-top: 8px;
}
p.note {
	font-size: 9px;
	font-style: italic;
	color: #bdaa82;
}

/* CAROUSEL */
.carousel_img {
	margin: 10px; 
	width: 200px;
	height: 130px;
	display: block;
	background: url('/images/layout/bg-carousel-img.png') no-repeat top left;
}
.carousel_img img {
	background: none;
	border: 0px;
	padding: 0px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 190px;
    height: 250px;
}
.jcarousel-item {
	padding: 5px;
}
.jcarousel-item img {
	margin-bottom: 40px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
	position: absolute;
	top: 130px;
    right: 5px;
    width: 53px;
    height: 23px;
    cursor: pointer;
    background: transparent url('/images/layout/bt-next.png') no-repeat 0 0;
	
}

.jcarousel-prev {
    z-index: 3;
	position: absolute;
	top: 130px;
    left: 5px;
    width: 53px;
    height: 23px;
    cursor: pointer;
    background: transparent url('/images/layout/bt-prev.png') no-repeat 0 0;
}

#carousel_box {
	margin: 130px 15px 0px 15px;
}


#dormir {
	width: 460px;
	height: 293px;
	display: block;
    background: transparent url('/images/layout/bg-dormir.png') no-repeat 0 0;	
	margin-top: 30px;
}
#dormir_wrapper {
	margin: 0px 20px 0px 10px;
	padding-top: 45px;
}
.accueil_img {
	width:70px;
	height: 70px;
	display: block;
	float: left;
	margin-right: 10px;
    background: transparent url('/images/layout/bg-frame-img.png') no-repeat 0 0;		
}
.accueil_img img {
	margin: 8px;
}
#dormir .accueil_img img {
	margin: 10px;
}
#dormir a img, .accueil_img a img {
	border: 0px;
}
#dormir h4 {
	padding-top: 5px;
	color: #69492c;
}
#dormir h4 a {
	color: #69492c;
}
#dormir a.btn_more {
	float: left;
	margin: 0px;
}
hr {
	height: 1px;
	border: 0;
	color: #CCB385;
	background-color: #CCB385;
}

#fiche {
	width: 700px;
	height: 120px;
	display: block;
    background: transparent url('/images/layout/fiche.png') no-repeat 0 0;	
	margin-top: 20px;
}
#fiche .accueil_img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;	
}
#fiche_wrapper {
	margin: 0px 20px 0px 25px;
	padding-top: 10px;
}



/* TOOLTIP */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #3a2b1e;
	padding: 5px;
	opacity: 0.85;
	color: #fff;
}
#tooltip h3, #tooltip div { margin: 0; background: none; padding: 0; border: 0px; color: #fff;}


/* MONTAGE */
#etape_montage img {
	width: 692px;
}


