@font-face {
	font-family: "Century Gothic" ;
	src: url("images/GOTHIC.TTF") ;
}
@font-face {
	font-family: "Century Gothic" ;
	src: url("images/GOTHICB.TTF") ;
	font-weight:bold;
}

html {
	margin: 0 ;
	padding: 0 ;
	width:100%;
	height:100%;
	background:#5A1C15;
}
body {	
	margin: 0px;
	padding:10px 0px;
	background:#000 url('images/fond.jpg') no-repeat top center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif ;
	color:#FFB721;
	text-align:center;	
}
img {
	border: none ;
}
a:active,a:link,a:hover, a:visited {
	text-decoration: none ;
	color:#FFF;
}

.site {
	font-size: 16px ;
	width:900px;
	margin: 5px auto ;
	position: relative;
	clear:both;
	padding:1px;
}
#bulle{
	position:fixed;
	top:100px;
	right:0px;
	color:#DDD;
	padding:5px 5px 5px 10px;
	width:95px;
	border:#F90 3px outset;
	border-right:none;
	border-radius:10px 0px 0px 20px;
	font-size:0.9em;
	box-shadow:#000 0px 0px 20px;
}
#bulle a{
	color:#300;
}
/********************************************************************************** HOME */

#home{
	text-align:center;
	font-size: 12pt;
	text-transform:uppercase;
}
#home p{
	margin:30px 0px;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
#home a{
	display:block;
	margin:20px 0px;
}

/********************************************************************************** PAGES */
header{
	display:block;
	background:url('images/marin_s1.png') no-repeat top center;
	height:208px;
	margin-bottom:-60px;
}
header p{
	position:absolute;
	left:0px;
	top:85px;
	width:898px;
	color:#794D24;
	text-shadow:#FC0 1px 1px 0px;
	font-size:16px;
	letter-spacing:2px;
	line-height:16px;
}
header h1{
	display:none;
}
.entrer{
	margin-top:30px;
}
div#texte{
	margin:40px auto;
	font-size: 12px;
	text-align: justify;
	/*text-indent:30px;*/
	line-height:15px;
	letter-spacing:1px;
}
div#texte:first-letter{
	font-size: 400%;
	float:left;
	display:block;
	margin:0px 10px 10px 0px;
}
#menu{
	display:block;
	padding:0px;
	text-align:center;
	text-shadow:#000 0px 1px 3px;
}
#menu a{
	color:#FFB721;
	font-size:1em;
	padding:0px 10px 0px 10px;
}
#menu a:hover{
	color:#FFF;
	padding:0px 10px 3px 10px;
	text-shadow:#FFF 0px 0px 5px;
}
#menu a.current{
	color:#FFF;
	padding:0px 10px 3px 10px;
	border-bottom:#F90 1px dotted;
}
ol.ligne{
	list-style:none;
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 10px;
	border-left:#F90 1px dotted;
}
ol.ligne:after{
	display:block;
	content:' ';
	padding:1px;
	width:900px;
	clear:both;
}
ol.ligne li{
	float:left; 
	margin:5px 10px;
}
ol.ligne li a{
	text-transform:uppercase;
}
/******************************************************************************** FORM */
#contactform{
	display:block;
	float:left;
	width:450px;
	height:400px;
}
div#texte td{
	text-align: left;
	min-height:30px;
}
div#texte input[type=text],div#texte textarea{
	width:220px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:#300 2px inset;
}
div#texte textarea{
	height:90px;
}
div#texte textarea:focus ,div#texte input:focus{
	border:#F90 2px ridge;
}
div#texte input[type=submit]{
	background:#F90;
	border:#F90 4px outset;
	color:#111;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow:#300 0px 0px 10px;
	-moz-box-shadow:#300 0px 0px 10px;
	-webkitbox-shadow:#300 0px 0px 10px;
	float:right;
}



/********************************************************************************** PHOTOS */
#images{
	width:630px;
	position:relative;
	margin:auto;
	margin-top:40px;
}

ul#catalogue{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
ul#catalogue li{
	display:inline-block;
	height:76px;
	width:280px;
	margin:5px 6px;
	padding:0px;
	position:relative;
}
ul#catalogue li a{
	display:block;
	height:70px;
	width:280px;
	overflow:hidden;
	text-align:center;
	background-color:#222;
	background-position:center center;
	border:#111 3px solid;
	font-size:9px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

ul#catalogue li a.off{	
	border:#111 3px solid;
}
ul#catalogue li a.on{
	border:#FFF 3px solid;
	box-shadow:#FFF 0px 0px 30px;
	top:-4px;
	left:-4px;
	width:288px;
	height:84px;	
	z-index:15;
}
ul#catalogue li a img{
	margin-top:-4px;
	margin-left:-4px;
}
ul#catalogue li a span{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:1px;
	overflow:hidden;
	background:rgba(0,0,0,0.9);
	text-transform:uppercase;
}
ul#catalogue li a:hover, ul#catalogue li a.off:hover{
	border:#999 3px solid;
	top:-4px;
	left:-4px;
	width:288px;
	height:84px;	
	z-index:15;
	box-shadow:#000 0px 5px 10px;
}
ul#catalogue li a.on:hover{
	border:#FFF 3px solid;
	box-shadow:#FFF 0px 0px 30px;
}
ul#catalogue li a:hover img{
	margin-top:0px;
	margin-left:0px;
}
ul#catalogue li a:hover span{
	height:30px;
}

ul#catalogue li ul{
	display:none;
}
/***************/
#vitrine{
	width:850px;
	height:370px;
	margin:-50px;
	padding:65px 80px;
	background:url('images/viewer_s1.png');
}


#vitrine li{
	width:850px;
	height:370px;
	text-align:center;
}

.bx-window{
	width:850px;
	height:360px;
	margin:auto;
}
.bx-prev{
	position:absolute;
	top:170px;
	left:5px;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url('images/al_s1.png') no-repeat 50% 50%;
	text-indent:-999999px;
}
.bx-next{
	position:absolute;
	top:170px;
	right:5px;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url('images/ar_s1.png') no-repeat 50% 50%;
	text-indent:-999999px;
}
/****************************************************/
address{
	font-size: 10px;
	font-weight: 100;
	padding:10px;
	color:#FFB721;
	margin-top:20px;
	text-align:center;
}
#horaires{
	font-size:10px;	
}

#horaires p{
	margin:3px;
}
ul#piedepage{
	display:block;
	position:absolute;
	padding:0px;
	bottom:-10px;
	right:7px;
	list-style:none;
}
ul#piedepage li{
	display:inline-block;
	font-size: 16px;
	font-weight: bold;
	padding:10px;
	margin-left:10px;
	background:#606060;
	padding-left:20px;
}
/***************************************************/
footer{
	display:block;
	font-size: 10px;
	position:absolute;
	bottom:-20px;	
	right:0px;	
}
footer a{
	color:#666;
	font-size:0.5em;
}
