/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Verdana , sans-serif; }
select { font-size: 100%; font-family: Verdana, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #9d9d9d;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF url(../../images/body-bg.gif) repeat-y 50% 0;
	height: 100%;
	position: relative;
	min-width: 960px;
}

#page {
	position: absolute;
	z-index: 10;
	width: 960px;
	height: 640px;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -480px;
	font-size: 1.2em;
	background: #FFFFFF url(../../images/page-bg.png) repeat-y 0 0;
	color: #9c9d9d;
}
/*#body2 {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 50%;
	background: #FFFFFF;
	left: 0;
	bottom: 0;
}*/

#body1 {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 50%;
	background: #FFFFFF url(../../images/body-bg.gif) repeat-y 50% 0;
	left: 0%;
	top: 0;
	min-width: 960px
}
#body2 {
	position: absolute;
	z-index: 5;
	width: 80%;
	height: 50%;
	background: #FFFFFF;
	left: 10%;
	bottom: 0;
}
#min {
	width: 990px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 400px;
}
	#logo a:link, #logo a:visited {
		display: block;
		width: 161px;
		height: 105px;
	}
		#logo a:link span, #logo a:visited span {
			background: url(../../images/page-bg.png) no-repeat -400px -535px;
		}

#menu1 {
	position: absolute;
	right: 0;
	bottom: 35px;
}
	#menu1 ul {
	}
		#menu1 li {
			float: left;
			margin: 0 15px 0 0;
			padding: 0 0 0 5px;
		}
			#menu1 li a:link, #menu1 li a:visited {
				float: left;
				display: block;
				padding: 1px 25px 0px 2px;
				background: url(../../images/menu-r1.gif) no-repeat 100% 60%;
				text-transform: uppercase;
			}
			#menu1 li.active a:link, #menu1 li.active a:visited {
				background: #bcb3b8 url(../../images/menu-r2.gif) no-repeat 100% 60%;
				color: #FFFFFF;
			}

#title1 {
	position: absolute;
	left: 11px;
	top: 27px;
	width: 174px;
	height: 53px;
	text-indent: -1000em;
	background: url(../../images/t-boutique.png) no-repeat 0 0;
}
#title2 {
	position: absolute;
	right: 107px;
	top: 0px;
	width: 406px;
	height: 134px;
	text-indent: -1000em;
	background: url(../../images/t-cabinet-of.png) no-repeat 0 0;
}
#title3 {
	position: absolute;
	left: 17px;
	top: 30px;
	width: 83px;
	height: 54px;
	text-indent: -1000em;
	background: url(../../images/t-news.png) no-repeat 0 0;
}

#title4 {
	position: absolute;
	left: 680px;
	top: -10px;
	width: 66px;
	height: 49px;
	text-indent: -1000em;
	background: url(../../images/t-entrer.jpg) no-repeat 0 0;
	z-index: 1000;
}
#title4en {
	width: 66px;
	height: 49px;
	position: absolute;
	left: 680px;
	top: -10px;
	text-indent: -1000em;
	background: url(../../images/t-enter.jpg) no-repeat 0 0;
	z-index: 1000;
}


#content {
	position: absolute;
	z-index: 20;
	top: 66px;
	overflow: visible;
}
	#content2 {
		position: relative;
	}

#content p {
	margin: 0 0 8px;
}

#textscroll {
	height:320px;
}


#menu2 {
	position: absolute;
	left: 15px;
	bottom: 30px;
}
	#menu2 ul {
		width: 100%;
		overflow: hidden;
	}
		#menu2 li {
			padding: .2em 0;
		}
			#menu2 li a:link, #menu2 li a:visited {
				text-transform: lowercase;
			}

#links1 {
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-size: 91.67%;
}
	#links1 a:link, #links1 a:visited 
	{
		color: #B1B3B4;
	}

#copyright {
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-size: 91.67%;
	color: #b1b3b4;
}

#music {
	position: absolute;
	left: 15px;
	top: 510px;
	font-size: 91.67%;
	color: #b1b3b4;
}
#player {
	/*position: absolute;
	left: 40px;
	top: 510px;*/
	margin-left: 26px;
	margin-top: 257px;
}

/*-------
// bio
//-----*/

.bio #content {
	left: 192px;
	top: 135px;
	width: 754px;
	border-top: solid 1px #b3b2b2;
	color: #878686;
	text-align: justify;
}

.bio #content h1 {
	margin: 0 0 0 -60px;
	padding: 15px 0 0 25px;
	height: 20px;
	background: url(../../images/quote-1.gif) no-repeat 0 0;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}
	.bio #content .col1 {
		float: left;
		margin: 0 200px 0 0;
		padding: 0 0 0 28px;
		width: 165px;
		background: url(../../images/icon-1.png) no-repeat 0 5px;
	}
	.bio #content .col2 {
		float: left;
		width: 160px;
		margin: 0 20px 0 0;
	}
	.bio #content .col3 {
		float: left;
		width: 170px;
	}
	.bio #content .img {
		position: absolute;
		left: 210px;
		top: 0px;
		overflow: hidden;
	}
		.bio #content .img .stripes {
			left: 53px;
			width: 27px;
		}

.stripes {
	position: absolute;
	top: 0;
	width: 106px;
	height: 100%;
	background: url(../../images/stripes.gif) repeat-y 0 0;
}


/*-------
// presse
//-----*/

.presse #content {
	left: 44px;
	width: 900px;
}
	.presse #content .col1 {
		float: left;
		width: 250px;
		padding: 60px 0 0 30px;
		background: url(../../images/icon-1.png) no-repeat 0 65px;
	}
	.presse #content .col2 {
		float: right;
		width: 365px;
	}

.presse #content h1 {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 .5em;
}
.presse .photo img {
	display: block;
	margin: 0 0 5px;
}
.presse .photo p {
	font-size: 91.67%;
	font-weight: bold;
}

.presse .img {
	margin: 0 0 15px;
}

.back {
}
	.back a:link, .back a:visited {
		display: block;
		float: right;
		text-transform: uppercase;
		padding: 0 10px 0 0;
		background: url(../../images/icon-next.gif) no-repeat 100% 50%;
	}


/*-------
// espace
//-----*/

.espace #title3,
.espace #title2 {
	z-index: 50;
}

.espace #content {
	left: 16px;
	width: 930px;
}
	.espace #content .col1 {
		float: left;
		width: 430px;
	}
	.espace #content .col2 {
		float: right;
		width: 370px;
		padding: 75px 0 0;
	}

#page .thumbs {
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
	.thumbs li {
		float: left;
		width: 58px;
		height: 140px;
		margin: 0 3px 3px 0;
	}
	.thumbs li.info {
		text-indent: -1000em;
		background: url(../../images/t-infos.png) no-repeat 0 0;
	}

.espace .photo {
	float: left;
	margin: -75px 15px 0 0;
}
.espace #content .photo p{
	width: 325px;
	margin-top:80px;
	text-align: justify;
}
.espace #content h2 {
	font-size: 116.67%;
	font-weight: normal;
	margin: 0 0 .2em;
}
.espace #content p {
	font-size: 91.67%;
	margin: 0 0 1em;
}


#links2 {
	position: absolute;
	right: 15px;
	bottom: 115px;
}

#menu3 {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 340px;
}
	#menu3 li {
		float: left;
		width: 85px;
		margin: 0 0 5px;
	}
		#menu3 li a.active:link, #menu3 li.active a.active:visited {
			font-weight: bold;
		}


/*-------
// plan du site
//-----*/

.plan #content {
	left: 192px;
	top: 135px;
	width: 807px;
	color: #878686;
	text-align: justify;
}
	.plan #content .col2 {
		float: left;
		width: 394px;
		padding: 30px 0 0 420px;
	}
		.plan #content .col2 ul .decal {
			 padding-left: 29px;
		}
	.plan #content .col3 {
		float: left;
		width: 170px;
	}
	.plan #content .img {
		position: absolute;
		left: 210px;
		top: 0px;
		overflow: hidden;
	}

/*-------
// collections
//-----*/

.gallery #title1,
.gallery #title2 {
	z-index: 50;
}

.gallery #content {
	left: 0;
	width: 960px;
}

#gallery {
	position: relative;
	height: 440px;
	margin: 0 15px;
	background: url(../../images/line-h.gif) repeat-x 0 426px;
}
	#gallery .jcarousel-clip {
		width: 1204px;
		margin: 0 -137px;
		z-index: 10;
	}
		#gallery li {
			width: 600px;
			height: 400px;
			margin: 0 4px 0 0;
		}
	#gallery .jcarousel-next,
	#gallery .jcarousel-prev {
		position: absolute;
		top: 420px;
		width: 430px;
		height: 12px;
		cursor: pointer;
	}
	#gallery .jcarousel-next {
		right: 0;
		background: url(../../images/icon-next.gif) no-repeat 424px 0;
	}
	#gallery .jcarousel-prev {
		left: 0;
		background: url(../../images/icon-prev.gif) no-repeat 0 0;
	}
	#gallery .stripes {
		left: 440px;
		height: 400px;
		z-index: 30;
	}
	#gallery h1 {
		position: absolute;
		z-index: 30;
		right: 0;
		top: 382px;
		width: 325px;
		padding: 23px 0 0 25px;
		background: url(../../images/quote-2.png) no-repeat 0 0;
		font-size: 116.67%;
		font-weight: normal;
	}


/*-------
// collections
//-----*/

.gallery #title1,
.gallery #title2 {
	z-index: 50;
}

.gallery #content {
	left: 0;
	width: 960px;
}

#gallery {
	position: relative;
	height: 440px;
	margin: 0 15px;
	background: url(../../images/line-h.gif) repeat-x 0 426px;
}
	#gallery .jcarousel-clip {
		width: 1204px;
		margin: 0 -137px;
		z-index: 10;
	}
		#gallery li {
			width: 600px;
			height: 400px;
			margin: 0 4px 0 0;
		}
	#gallery .jcarousel-next,
	#gallery .jcarousel-prev {
		position: absolute;
		top: 420px;
		width: 430px;
		height: 12px;
		cursor: pointer;
	}
	#gallery .jcarousel-next {
		right: 0;
		background: url(../../images/icon-next.gif) no-repeat 424px 0;
	}
	#gallery .jcarousel-prev {
		left: 0;
		background: url(../../images/icon-prev.gif) no-repeat 0 0;
	}
	#gallery .stripes {
		left: 440px;
		height: 400px;
		z-index: 30;
	}
	#gallery h1 {
		position: absolute;
		z-index: 30;
		right: 0;
		top: 382px;
		width: 325px;
		padding: 23px 0 0 25px;
		background: url(../../images/quote-2.png) no-repeat 0 0;
		font-size: 116.67%;
		font-weight: normal;
	}
/*-------
// vente
//-----*/

.vente #content {
	left: 39px;
	top: 135px;
	width: 900px;
	color: #878686;
	text-align: justify;
}
	.vente #content .col1 {
		float: left;
		margin: 0 200px 0 11px;
		padding-top: 100px;
		width: 100%;
		text-align:center;
		font-size:120%
	}
		.vente #content .col1   li.line{
			padding-bottom: 17px;
		}
			.vente #content .col1 ul .inl li{
				display:inline;
				padding-right: 20px;
				color: #9D9D9D;
			}
	
	
	.vente #content .col2 {
		float: left;
		width: 335px;
		padding-left: 570px;
		padding-top: 65px;
		margin: 0 20px 0 0;
	}
	.vente #content .img {
		position: absolute;
		left: 210px;
		top: 0px;
		overflow: hidden;
	}
	

/*-------
// contact
//-----*/

.contact #content {
	left: 192px;
	top: 135px;
	width: 807px;
	color: #878686;
	text-align: justify;
}
	.contact #content .col2 {
		float: left;
		width: 394px;
		padding: 30px 0 0 395px;
	}
		.contact #content .col2 ul .decal {
			 padding-left: 29px;
		}
	.contact #content .col3 {
		float: left;
		width: 170px;
	}
	.contact #content .img {
		position: absolute;
		left: 210px;
		top: 0px;
		overflow: hidden;
	}
	

/*-------
// news
//-----*/

.news #content {
	left: 124px;
	top: 135px;
	width: 850px;
	color: #878686;
	/*text-align: justify;*/
}

	.news #content .col1 {
		float: left;
		margin: 15px 170px 0 30px;
		padding: 0 0 0 28px;
		width: 250px;
	}
        .news #content .col1 .active{
            list-style-type: none;
            list-style-position:outside;
            list-style-image: URL('../../images/icon-1.png');
            font-weight:bold;
        } 
	.news #content .col2 {
		float: left;
		width: 352px;
		margin: 0 20px 0 0;
		padding-top: 60px;
	}
		.news #content .col2 p{
			text-align:justify;
		}
		.news #content .col2 .titre{
			font-size:180%;
		}
	.news #content .col3 {
		float: left;
		width: 170px;
	}
	.news #content .img {
		position: absolute;
		/*left: 140px;*/
		left: -50px;
		top: 85px;
		overflow: hidden;
	}


/*-------
// home
//-----*/

.home #content {
	left: 192px;
	top: 135px;
	width: 807px;
	color: #878686;
	text-align: justify;
}
	.home #content .col2 {
		float: left;
		width: 394px;
		padding: 30px 0 0 420px;
	}
		.home #content .col2 ul .decal {
			 padding-left: 29px;
		}
	.home #content .col3 {
		float: left;
		width: 170px;
	}
	.home #content .img {
		/*display:none;*/
		position: absolute;
		left: 86px;
		padding-top: 120px;
	}

/*-------
// login box
//-----*/
	
#warning
{
color: red;
font-weight: bold;
}


/*-------
// login box
//-----*/

#TB_ajaxContent {
        background-color:#E8E7E7;
    }
#activeUserDiv {
    width: 350px;
    padding: 10px 20px;
    color: #9D9D9D;
}
#activeUserDiv p {
    margin: 1em 0;
}
#activeUserDiv p.double {
    /* Empêcher le dépassement des flottants */
    overflow: hidden;
    /* Idem pour IE6 */
    width: 100%;
    text-align:justify;
}
#activeUserDiv p.double label {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}
#activeUserDiv p.double label span.info {
    display: block;
    margin-top: .2em;
    font-size: .8em;
    font-weight: normal;
    cursor: default;
}
#activeUserDiv p.double input,
#activeUserDiv p.double textarea {
    width: 150px;
    margin-left: 12px;
    border: solid 1px midnightblue;
    padding: 2px 4px;
}
#activeUserDiv p.double textarea {
    padding: 2px 0 0 4px;
    width: 320px;
    height: 6em;
}
#activeUserDiv p.simple {
    margin-left: 160px;
}
