html, body {
	width:100%;
	height:100%;
	margin:0;
	/*background:url(img/fd.gif);*/
	background:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}
	
#page-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
	}
	
#shadow {
	position:relative;
	width:880px;
	height:436px;
	margin: -20px auto 0 auto;
	/*background:url(img/shadow.gif);*/
	background:white;
	}
	
#logo {
	position:absolute;
	left:49px;
	top:0;
	width:192px;
	height:65px;
	background:url(img/logo.gif);
	}	
	
#logo_boutique {
	position:relative;
	width:110px;
	height:58px;
	margin:-40px 0 0 220px;
	background:url(img/boutique.jpg);
	}
	
#content {
	position:absolute;
	width:950px;
	height:490px;
	top:4px;
	}

#fd-home {
	position:absolute;
	background:url(img/fd-home2.jpg);
	width:359px;
	height:482px;
	right:100px;
	margin-top:-40px;
	}
	
#credits {
	position:absolute;
	bottom:51px;
	left:50px;
	font-size:9px;
	color:#63371D;
	}
	
#credits a, #credit a:visited {
	font-size:9px;
	color:#63371D;
	text-decoration:none;
	}
	
#credits a:hover, #credits a:visited:hover {
	color:#a3692d;
	}
	
/* ---------------------------
   NAV   
--------------------------- */

#nav {
	margin:110px 20px 15px 20px;
	font-size:14px;
	color:#a3692d;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	}

#menu {
	position:absolute;
	left:50px;
	top:88px;
	width:194px;
	color:#63371D;
	}
	
h3.menutitre, h3 {
	font-size:14px;
	padding:0;
	margin:3px 0 0 0;
	}
	
	
h4 {
	font-size:12px;
	margin:3px 0 0 25px;
	}
	
h3.selected, h4.selected {
	color:#a3692d;
	}
	
h5.item {
	font-size:11px;
	margin:1px 0 0 50px;
	font-weight:lighter;
	}	
	
.stretcher {
	font-size:11px;
	}
	
#menu a, #menu:visited {
	color:#63371D;
	text-decoration:none;
	}
	
#menu a:hover, #menu a:visited:hover, #menu a.actif, #menu a.actif:visited, #menu a.actif:hover, #menu a.actif:visited:hover {
	color:#a3692d;
	}
	
#menu a.nohover:hover, #menu a.nohover:visited:hover {
	color:#63371D;
	}
	
/* ---------------------------
   CONTENT   
--------------------------- */

#content2 {
	position:absolute;
	width:568px;
	height:350px;
	top:90px;
	right:55px;
	}

#fiche {
	position:absolute;
	right:55px;
	bottom:47px;
    background:url(img/ombre_fiche.gif);
	width:573px;
	height:403px;
	}

#slider {
    width: 550px;
	top:30px;
	left:23px;
	}

.scroll {
    height: 403px;
    width: 528px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin-left:23px;
	}

.scrollContainer div.panel {
    height: 370px;
    width: 528px;
	padding-right:20px;
	margin-top:18px;
	}

ul.navigation {
	list-style: none;
    position:absolute;
	left:344px;
	width:495px;
	height:14px;
	top:29px;
	}

html*ul.navigation { /* HACK SAFARI 3 */
	top:29px;
	}

ul.navigation img {
	border:0;
	margin:0;
	padding:0;
	}

ul.navigation li {
	float:left;
    margin-right:0;
	}

ul.navigation a {
    padding-left:1px;
	margin:0;
    color: #000;
	background:url(img/onglet.gif) no-repeat;
	}

ul.navigation a:hover {
	background:url(img/onglet_actif.gif) no-repeat;
	}

ul.navigation a.selected {
	background:url(img/onglet_actif.gif) no-repeat;
	}

ul.navigation a:focus {
    outline: none;
	}

.hide {
    display: none;
	}

#visuel {
	position:absolute;
	width:528px;
	height:311px;
	}
	
#desc {
	position:absolute;
	top:319px;
	font-size:11px;
	}
	
p.titre {
	margin-bottom:9px;
	color:#a3692d;
	font-weight:bold;
	}
	
p.legende {
	padding:0;
	margin:0;
	color:#63371D;
	}
	
p.texte {
	font-size:14px;
	color:#333333;
	}
	
#pagination {
	position:absolute;
	right:21px;
	top:319px;
	}
	
#pagination a, #pagination a:visited {
	font-size:12px;
	text-decoration:none;
	color:#63371D;
	}
	
#pagination a:hover, #pagination a:visited:hover {
	text-decoration:none;
	color:#a3692d;
	}
	
#pagination p.prix {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	margin-bottom:9px;
	}
		
#pagination p.commander a, #pagination p.commander a:visited {
	font-size:11px;
	color:#a3692d;
	}	
	
#pagination p.commander a:hover, #pagination p.commander a:visited:hover {
	text-decoration:underline;
	}		
	
.filet {
	border-bottom:1px dotted #CCCCCC;
	margin:15px 0 10px 0;
	}
	
input.send {
	width:100%;
	background:url(img/fd-gris.gif);
	border:0;
	height:30px;
	}
	
input.send:hover {
	width:100%;
	background:#CCCCCC;
	border:0;
	height:30px;
	}		

input[disabled ] {
	background:url(img/fd-gris.gif);
	border:0;
	color:#333333;
	}
	
input {
	border:1px solid #CCCCCC;
	height:15px;
	padding-top:2px;
	padding-left:2px;
	}
	
input:focus {
	border:1px solid #63371D;
	}
	
textarea {
	border:1px solid #CCCCCC;
	margin-top:5px;
	}


/* Liens */

.col {
	float:left;
	width:185px;
	}
	
.col ul {
	margin-bottom:30px;
	}
	
.col li {
	list-style-type:none;
	margin-bottom:10px;
	font-size:14px;
	color:#63371D;
	}
	
p.titre_col {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
	color:#a3692d;
	}	
	
a.lien, a.lien:visited {
	color:#63371D;
	text-decoration:none;
	font-size:11px;
	}
	
a.lien:hover, a.lien:visited:hover {
	color:#a3692d;
	}
	
	
	
/* ---------------------------
   BULLE   
--------------------------- */
	
* {margin:0; padding:0}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(img/bulle_left.gif) top left no-repeat; font-size:10px; }
#tttop {display:block; height:4px; margin-left:5px; background:url(img/bulle_top.gif) top right repeat-x; overflow:hidden}
#ttcont {display:block; padding:0 5px 0 5px; margin-left:5px; background:url(img/bulle.gif); color:#FFF}
#ttbot {display:block; height:8px; margin-left:5px; background:url(img/bulle_bottom.gif) top right repeat-x; overflow:hidden}
	
